Framework:AttributFilter
From CoPlanner 11
Jump to navigationJump to search
Function
AttributFilter(<Attributname>,<Filteroperator>,<Criteria>);
Cascading Filter: This function offers a further possibility to control filter.
Please insert in property "SpecialDefinition" of the dimension.
| Parameter | Description |
| Attributname | Name of the attribute of the dimension |
| Filteroperator | Definition of the filteroperator |
| Criteria | Expression to be used |
Result
Displays only these elements of a filter, which are assigned to the selected element.
Example
AttributFilter(Produktgruppen,me_under,[Produktgruppen.ID]);
Entered in "SpecialDefinition" of the dimension "Products". The dimension "Products" has the attribute "Productgroups". Only these products will be shown, which are assigned to the selected "Productgroups".
AttributFilter(vs_key,like,'%test%');
Onley these elements will be shown, which contains the given criteria in the attribute "vs_key".