Passing Parameters to a custom BI report through Data Management
Content
Hi All,
For transaction matching, we are using a custom BI report to load one day of transactions at a time.
We have monthly periods configured but want to load the transactions daily. We have the following parameter set up in DM to pass to the BI report:
argument15 = $START_PERIODKEY[yyyy-MM-dd]$; argument16 = $END_PERIODKEY[yyyy-MM-dd]$;
Is there a way to pass the Current Date minus 1 so that we can pull the previous days transactions everyday while still having monthly periods configured?
Thanks!
3