Hi
I report i have filter Posting Date . In report Layout i want to display this value as From Date - Value to Start Date Value
Thanks
*This post is locked for comments
Hi
I report i have filter Posting Date . In report Layout i want to display this value as From Date - Value to Start Date Value
Thanks
*This post is locked for comments
Hi,
You may extract the From Date and To Date by way of GETRANGEMIN(PostingDateFilter). These values can be added in the DataItem using a Text constant having the value Start Date Value %1.
Eg.
StartDateText
Start Date Value %1
Text Constant
in the report dataitem, you may add it as STRSUBSTNO(StartDateText,GETRANGEMIN(PostingDateFilter)), and the same can be displayed on the report.
Pls check whether this is what you are aiming at.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,436
Most Valuable Professional
nmaenpaa
101,156