Hi,
Can someone help me with dates manipulation used as filter in report studio?
I need to create a computed Data Item "Count" with expression that will only show sum of the count for all reports with that report id run in the last 3 months (so [Bu Date] > System Date - 3 months).
Thanks!!!
Hi,
How about:
[BU Date] > _add_months (current_date, - 3)
Cheers!
MF.