Changing according with the selection of input box. ?
Hi All,
I have to change the chart display depending on user selection if the user wants to view median or average from input box.
How to write the expression in chart display - if Median selected then expression will be Median([Measure_LOS]) or when Average selected expression will be Average([Measure_LOS]) ?
I used variable in dimension : vLOSDisplay
In script :
set vLOSDisplayList='Median,Average'; set vLOSDisplay='Median';