
Not applicable
2015-08-18
02:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Layout Conditional - GetselectedCount
I am trying to have a chart activate by a button right now. My button has selectinfield action for the field name Category, 'Supplies'. I want the chart to only show if Supplies is selected in current selections, which is what the button for. I need to use GetSelectedCount(Category) > 0 and Category ='Office Supplies' somehow in the conditional.
800 Views
2 Replies

MVP
2015-08-18
03:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
=GetFieldSelections(Category) = 'Office Supplies'
509 Views

Anonymous
Not applicable
2015-08-18
04:12 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
if user can select more than 1 category you should use
substringcount(getfieldselections(Category),'Office Supplies')=1
509 Views
