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
Hello, i'm in Intelligence and i'm trying to add an expression to my report to show a rolling two weeks' worth of data. I'm using Sent For Payment as my date filter.
Any assistance would be greatly appreciated..
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
@tbrock I had to dig around a bit in some old folders, but I found what you need. For a rolling two week period, you will need to open the expression editor to create this filter.
In the expression editor, you will need to type out the following:
[Sent for Payment Date] between _add_days (current_date, -14) and current_date
Give that a try and see if it works for you. Let me know how it goes. 🙂
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
@tbrock I had to dig around a bit in some old folders, but I found what you need. For a rolling two week period, you will need to open the expression editor to create this filter.
In the expression editor, you will need to type out the following:
[Sent for Payment Date] between _add_days (current_date, -14) and current_date
Give that a try and see if it works for you. Let me know how it goes. 🙂
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
Thanks Kevin! That worked. Your assistance is greatly appreciated.