Message 1 of 4
Get all operator from a parameter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Good morning all,
I am looking for a way to get all the operators for a given parameter. Do you have any idea, I couldn't find anything in the API that allows me to do this.
The goal is to recover these values:
And create the right filter according to the user's choice :
"equals" :
ParameterFilterRuleFactory.CreateEqualsRule(
"is greater than or equal to" :
ParameterFilterRuleFactory.CreateGreaterOrEqualRule(
thk