Restrict contents of a list box

0
793

There are two ways (At least)

1. Use Calculated dimension or Expression in the listBox:

Create a new listbox, and choose ‘Expression’ from list of fields. Now put If(Field=Field1 or Field=Field2, Field) as your Expression to show only Field1 and Field2 values in the lsitbox.

 

2. Use a new table in the model, linking to the desired field, but with only the values that you want to display. Use this dimension in the Listbox.

 

 

Insted of selecting a Field in the Field drop-down select <Expression> and then use the following expression:

=If( Year ( Date ) = 2015 , Date )

 

See below:

 

2015-04-27 #3.PNG

LEAVE A REPLY

Please enter your comment!
Please enter your name here