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

listbox

Hi all,

is it possible to have a LIST BOX showing just some values?

I need to put a sort of set analysis in background as {<[GG]={">=0"}>} but for the list box there isn't a calculation condition as for graph.

Thanks in advance!

1 Solution

Accepted Solutions
johnw
Champion III
Champion III

Instead of making a list box for a field, you can make a list box for an expression (it's listed in there along with the fields).  So you should be able to use this:

if(GG>=0,MyField)

View solution in original post

1 Reply
johnw
Champion III
Champion III

Instead of making a list box for a field, you can make a list box for an expression (it's listed in there along with the fields).  So you should be able to use this:

if(GG>=0,MyField)