I see. May I know how to write date range in the @prompt if i am using SQL database. My dimension is [Successful Date].
If i write this:
Successful Date between add_months(to_date(@prompt('enter date in yyyymmdd)','A',,mono,free),"yyyymmdd"),-11)
and
to_date(@prompt('enter date in yyyymmdd)','A',,mono,free),"yyyymmdd").
can i still schedule based on the 1st day of the month and getting previous month result?
Regards,
Joseph