Framework:Criteria: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==[[Framework:Functions|Function]]== | ==[[Framework:Functions|Function]]== | ||
Criteria=<Criteria> | <span {{CoPFormel}}>Criteria=<Criteria></span> | ||
To synchronize filter create a reference in the depending filter to the source filter.<br> | To synchronize filter create a reference in the depending filter to the source filter.<br> | ||
| Line 23: | Line 23: | ||
==Example== | ==Example== | ||
Criteria=fkt_TimeDimAdd(M,-12,[Zeit.ID]);<br> | <span {{CoPFormel}}>Criteria=fkt_TimeDimAdd(M,-12,[Zeit.ID]);</span><br> | ||
An input mask contains to time filter. The time filter with this criteria will be set 12 months back according to the change of the second time filter. | An input mask contains to time filter. The time filter with this criteria will be set 12 months back according to the change of the second time filter. | ||
Criteria=[Products.Productgroups];<br> | <span {{CoPFormel}}>Criteria=[Products.Productgroups];</span><br> | ||
In dimension "Product groups" effected this setting that in case of changing the product filter always the corresponding product group will be shown. | In dimension "Product groups" effected this setting that in case of changing the product filter always the corresponding product group will be shown. | ||
Revision as of 15:53, 6 March 2012
Function
Criteria=<Criteria>
To synchronize filter create a reference in the depending filter to the source filter.
Please enter in property "SpecialDefinition" of the dimension.
| Parameter | Description |
| Criteria | Expression to be set in the target filter |
Result
Set the criteria of a filter depending on another filter.
Example
Criteria=fkt_TimeDimAdd(M,-12,[Zeit.ID]);
An input mask contains to time filter. The time filter with this criteria will be set 12 months back according to the change of the second time filter.
Criteria=[Products.Productgroups];
In dimension "Product groups" effected this setting that in case of changing the product filter always the corresponding product group will be shown.