Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Is there away to control the number values in List box?? For Example I want to show only last 10 values of field in list box???
I think you could also use FieldIndex to avoid having to add the ID field (say you can't control what is in the model), so something like;
=if(FieldIndex('Field',Field)>3, Field)
Hi,
you can associate a number to every value of your field in order to condition the visualization in list box.
See my example attached.
Let me know!
Elena
I think you could also use FieldIndex to avoid having to add the ID field (say you can't control what is in the model), so something like;
=if(FieldIndex('Field',Field)>3, Field)
see this example