Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hide/Unhide Charts based on Multiple selections in a List box ?

I have a requirement where chart A should be displayed if I have A as a selection in List box. or

Chart B should be displayed if I have B as a selection in List box. And if they select A and B chart B should be selected.

Where i am facing problem when they are selecting more than one

What would be the best way to do it.

1 Solution

Accepted Solutions
abhijain
Partner - Contributor III
Partner - Contributor III

Hii ,

you can do this by using the wildmatch function.

Please see the attached file for the example

View solution in original post

10 Replies
Anonymous
Not applicable
Author

You could set the listbox to be "Always one selected value" under the listbox properties?

Not applicable
Author

Thanks Johannes,

But my client wants multiple selections.Is there is any best way to do it.


sujeetsingh
Master III
Master III

Just go on dispaly conditional for that chart

Not applicable
Author

HI ,

I writing the condition in layout .All I have three reports .If they click A in list box, then report1 should visible for that I am writing condition in layout  var=A like that If they click B in list box ,then report2 should visible .Till that there is no problem .My client wants Multiple selection in List box .when they select both A and B at the same time I need to show Report2 .

when i am writing the condtion Var= A and Var=B it is not working

Tell me is there is any way around to solve this problem?

Not applicable
Author

HI

PFA for reference.Need provide the sol ASAP

Thanks

er_mohit
Master II
Master II

for multiple selection you have to wirte code  in macro..

hope it might be helps you

Not applicable
Author

Thanks mohit for the info,Can you please let me know is there any another way to slove this problem as we can't use Macro's in our org.

jagan
Luminary Alumni
Luminary Alumni

Hi,

No need to write any macro.  PFA file for solution.  Hope this helps you.

Regards,

Jagan.

abhijain
Partner - Contributor III
Partner - Contributor III

Hii ,

you can do this by using the wildmatch function.

Please see the attached file for the example