
Not applicable
2012-07-30
09:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
list box
can we add only selected records from a field to a list box? if yes, how?
416 Views
4 Replies

Not applicable
2012-07-30
09:21 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any example would be really helpful.
308 Views


Partner - Master II
2012-07-30
09:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
if they have something in common, you can create an expression for the list box. if not, maybe a simple pick list would do.
308 Views

Not applicable
2012-07-30
09:30 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
308 Views


Partner - Master II
2012-07-30
09:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
if(index(timebucket, 'rolling')>0, timebucket)
308 Views
