Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a List box for showing the dates. When i select a group of dates i need to get the value of maximum date, ie .. if i am selecting dates from Sept 09 - Sept 15. I want to get the values as Sept 15 and then i want to send this value as a parameter to a report. I am scheduling this report to be sent as a attachment as pdf.
Please let me know how can i select the maximum value of the dates and pass that to the report.
Thanks
Renjith Kumaran
In a text object, expression: =Date(Max(DateField)), then pull this text object to your report.
HI,
I want to show the value in the left header section of the report like Week End Date : 09/15/2013.
Please let me know how it can be done
Did not work much on reports; not finding a way to use qv functions there in header. Alternatively yo can try : minimize the margin of the header and then insert text object with max date expression and position at your desired location.