Skip to Content
0
Nov 25, 2016 at 01:11 AM

Identify if the "Select All" option has been selected for an Input Control

1136 Views

I'm creating a report which uses a document input control. I would like to include the selected items from the input control in the report heading, but only if the user has made a selection (ie Select All is not checked). I can use the report filter function to return the filter values (which is fab is only one or two items have been selected). However, I don't want to display all the available (checked items) if Select All has been selected. Hope this makes sense