Hi there, I have a report set up to pull data for year to date and last year to date.
What I ned to do is restrict the YTD and LYTD to a certain month, that is chosen by the user as a parameter field.
This is what i am using so far
>>if{BALANCES.CURR_DATE} in YearToDate
then 1 else 0
How can I set the month??
What I ned to do is restrict the YTD and LYTD to a certain month, that is chosen by the user as a parameter field.
This is what i am using so far
>>if{BALANCES.CURR_DATE} in YearToDate
then 1 else 0
How can I set the month??