Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Hiding a Listbox in dashboard

The reason for hiding the listbox is, I need to pass the list box values as parameters(using the Object Id of the List Box). But I don't want the List box to be displayed in my dashboard.

Would be helpful, if some one can help on this.

Thanks.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

Right click on listbox->Properties->Layout tab->Show->Conditional: =0

View solution in original post

6 Replies
tresesco
MVP
MVP

Right click on listbox->Properties->Layout tab->Show->Conditional: =0

amit_saini
Master III
Master III

Hi,

You can hide from here:

Thanks,

AS

Anonymous
Not applicable
Author

what do you want to achieve? you want the Content of the listbox as Parameter for something else?

can't you select the Information somehow different (set Analysis, if condition, match, etc.)

you can hide the listbox, yes. Maybe there is á better way to achieve it

stephenedberkg
Creator II
Creator II

create one variable

vShow_parameter = 1

and the parameter button go to properties -> action -> add-> external-> set variable->

Variable

vShow_parameter

Values

=if(vShow_parameter = 1,0,1 )

and the goto list box ->properties -> layout-> conditional->

set

vShow_parameter=1

jonathandienst
Partner - Champion III
Partner - Champion III

Is a hidden listbox even calculated? It might not give the expected results...

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anonymous
Not applicable
Author

that would be a good reason, indeed