i have one input control (combobox)in my report on number. what ever i selected in inputcontrol i am capturing that value in one variable using reportfilter() function to display in header level. if i selct one value i am able to disply , if i select multiple values i am able to disply… … when i slect “All values” in input control i am able to disply all values what ever vallues in that object… … but my requirement is… if select “All values” in inputcontrol i need to disply “ALL” at header level… is that possible.?.. if yes can you please let me know…
Create the variables to return a comma separated list of values for your dimension, then compare the length of that variable to the length of your reportfilters output. If they’re the same then replace with “All”.