Hi Friends,
I have a below requirement to create a prompt in report.
WHERE
Log.CRSubmitted>=@FROMDATE and (Here Log is Table Name, CRSubmitted is Coloumn Name)
Log.CRSubmitted<@TODATE+1
If i give FROMDATE an TODATE as 08/14/2013 and 08/15/2013, data is Fetching only for 08/14/2013. So we need to add +1 for TODATE in Universe prompt level so that i can use it for couple of reports.
Based on this how can i create a Prompt for TODATE+1 in Universe.
Please Help Me!
Thanks In Advance...!