This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
Hi,
I would like to add a column 'Profile last updated date' to my existing report. Is there a expression definition for this?
I've used the following data item expression that has worked in my other reports:
Hence I'm looking for something similar to determine the profile update date for our Concur profiles.
Many thanks,
Avanti
Solved! Go to Solution.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
@shiraa2 you can use the Audit Trail (Change Log)>Employee Audit folder to see what has been changed and the date and time. I'm just not sure how you would tell the system to only show the last change that occurred to each user profile.
I've sent an email to my Cognos experts to see if this is possible.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
@shiraa2 you can use the Audit Trail (Change Log)>Employee Audit folder to see what has been changed and the date and time. I'm just not sure how you would tell the system to only show the last change that occurred to each user profile.
I've sent an email to my Cognos experts to see if this is possible.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
@shiraa2 my reporting experts got back to me. I've pasted their response below. I hope it makes sense to you. 🙂
Create a calculated field, for example call it “Last Date”, with the following expression: MAXIMUM([Change Date/Time] for [Employee ID])
Then create a filter: [Last Date] = [Change Date/Time]
The [Change Date/Time] and [Employee ID] fields need to included in the query for the above expression to work.
This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
Thank you so much!