jagan
Luminary Alumni
2010-02-26
07:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Get Possible Values
By using GetFieldSelections() method we can get the selected values, likewise is there any method which returns all the possible values.
Thanks,
1 Solution
Accepted Solutions
vidyut
Partner - Creator II
2010-02-26
07:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you do Concat(FieldName,','), you should get all the possible values in a field comma separated. Will that work?
2 Replies
vidyut
Partner - Creator II
2010-02-26
07:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you do Concat(FieldName,','), you should get all the possible values in a field comma separated. Will that work?
jagan
Luminary Alumni
2010-02-26
01:57 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Works fine!
Thank you very much for ur help.
3,798 Views