Quantcast
Channel: Dynamics User Group
Viewing all articles
Browse latest Browse all 15740

SETFILTER

$
0
0

Respected Dynamics Developers

I am filtering a field with | (nor) operator, with dynamic data. like

Table.SetFilter(Table.Column,'A|B|C');

The Filter Criteria is dynamic & fetched in run time.

I want to collect that how many parameter(s) (or filter interval) had been passed in this filter criteria.

I tried GetRangeMin & GetRangeMax, but it is not working.

It will be even help full for me, if the filter text (i.e. A|B|C in the example) can be differentiated with substring and stored in different array index or whatever.

 

Please Help.

Courtesy : Parallel Routing. 


Viewing all articles
Browse latest Browse all 15740

Trending Articles