Hi,
I have an interval date prompt on the prompt page.
I want to display the selected date range on a graphic title.
(example: From 1 April To 5 April)
When I insert the DATE, I only have the start date
How to display the end date too?
cheers, vinc
Hi,
When you use a Date Prompt with the range property set to Y the paramater will be set to something like this:
Between Mar 8, 2011 and Mar 28, 2011
So you could set your Text Item's Report Expression to:
ParamDisplayValue('parameterName')
If you needed it to say From instead of Between you can use some string functions to change it.
Jeremy
Sorry , I just found the solution by myself! ;D
How to:
-Add a text
-source type: report expression
-report expression: ParamDisplayValue('Parameter')
8)