Framework:Criteria: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
Created page with "==Function== Criteria=<Criteria> Zum Synchronisieren von Filtern wird im abhängigen Filter der Bezug zu dem Filter, von dem synchronisiert werden soll,..." |
No edit summary |
||
| Line 3: | Line 3: | ||
Criteria=<Criteria> | Criteria=<Criteria> | ||
to synchronize filter create a reference in the depending filter to the source filter.<br> | |||
Please enter in property "[[Framework:BI_Center:Input_Mask_-_Dimension_properties|SpecialDefinition]]" of the dimension. | |||
| Line 13: | Line 13: | ||
|- | |- | ||
|Criteria | |Criteria | ||
| | |Expression to be set in the target filter | ||
|} | |} | ||
==Result== | ==Result== | ||
Set the criteria of a filter depending on another filter. | |||
==Example== | ==Example== | ||
Criteria=fkt_TimeDimAdd(M,-12,[Zeit.ID]);<br> | Criteria=fkt_TimeDimAdd(M,-12,[Zeit.ID]);<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. | |||
Criteria=[ | Criteria=[Products.Productgroups];<br> | ||
In | 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 08:44, 30 August 2011
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.
| Kriterium | 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.