Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
can we add only selected records from a field to a list box? if yes, how?
Any example would be really helpful.
if they have something in common, you can create an expression for the list box. if not, maybe a simple pick list would do.
The selective entries which i want to display in the list box have their first word same(i.e. rolling) and the field name is timebucket. can you please tell me the exact expression i should write?
if(index(timebucket, 'rolling')>0, timebucket)