I need to run the report 1/day on the 15th, 16th ..... 28th....31st
Do I have to create 16 jobs (one for each day)?
I tried to create an event, but can't get Cognos to accept an expression to determine the day of the month. What would be the correct syntax?
Thanks
Hi,
How about:
extract(current_date, day) in (15, 16, 28, 31)
MF.