InputControls

Hi All,

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 :stuck_out_tongue: , if i select multiple values i am able to disply… :stuck_out_tongue: … when i slect “All values” in input control i am able to disply all values what ever vallues in that object… :stuck_out_tongue: … 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…

Thanks,
Venkat


somivh (BOB member since 2011-09-14)

Hi Venkat,
Welcome to B :mrgreen: B.

I don’t think its possible straight away… you might have to look for some workaround.


sati_sunil (BOB member since 2010-09-16)

thanks 4 update… thinking … :!: :hb:


somivh (BOB member since 2011-09-14)

Take a look here:

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”.


mcnelson :uk: (BOB member since 2008-10-09)