Article | 70002538 |
Type | Wish |
Product | Engine |
Version | 1101 |
Date Added | 6/14/2024 12:00:00 AM |
Fixed | 11.2.1.0 (6/23/2024 12:00:00 AM) |
Submitted by | Ikenna Aniobodo |
Summary
Wish the filter Selection form to have xProperty as Filter Type
Solution
In version 11.2.1 we added another Filter Type to the filter selection form called "xProperty".
When the user selects this type two textboxes will appear at the bottom of the form , one for the xproperty's name and ne for the value.
If only the property name is added then all figures that have an xproperty with that specific name will be filtered.
If a value is also selected then from those entities only the figures that have the specific value on their xproperty will be selected.
The user must always type an xproperty's name , otherwise the filter will not be added to the filter's list.The user cannot search only with xproperty's value!
The names and the values are compared with a string comparer and you can specify the StringComparison with the following static property of the form.
public static StringComparison FilterStringComparison = StringComparison.InvariantCultureIgnoreCase;