Hello,
I created a parameter with available values from a dataset.
By default i want it to display the maximum value. and then the user can select the dates if he does not like the default value.
how to i do this. because when i tried to set the paramter default value to
max(dataset!dt.value) it says expression canot be used.
how to do this. SHould i create a dataset with maximum value and then assign it to this one.
Please help
thanks