Hi,
Are you looking for a possible way to share the user filters? I believe that those filters are stored in client side and are not accessable or share-able between users. A possible way is to add your own drop down control, the control can be configured with the on changed event to do some filtering. This assumes that the filters are well defined beforehand.
For example: when drop-down list is changed, if Drop-down List contain Filter1 then execute the Get List method (configure). Filtering can be configured in the Filter section of the Get List method.
Hi Khan,
I know we could use our own boxes to create a filter, but prefer using the built-in one.
Was hoping some script could grab that entered value and store it somewhere.
That stored value will then be passed as a variable to a report which will use that value as a paramater in an RS report via a URL
Thanks,