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
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
==[[Framework:Functions|Function]]==
==[[Framework:Functions|Function]]==


Criteria=<Criteria>
<span {{CoPFormel}}>Criteria=<Criteria></span>


Zum Synchronisieren von Filtern wird im abhängigen Filter der Bezug zu dem Filter, von dem synchronisiert werden soll, eingestellt.
To synchronize filter create a reference in the depending filter to the source filter.<br>
Einzugeben im Feld "[[Framework:BI_Center:Eingabemaske_-_Eigenschaften_Dimension|SpecialDefinition]]" in der Dimension.
Please enter in property "[[Framework:BI_Center:Input_Mask_-_Dimension_properties|SpecialDefinition]]" of the dimension.


 
{| class="wikitable" width="80%"
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
|- {{Tabellentitel}}
|-
| Parameter
| style=background-color:#f6f6f6 |'''Kriterium'''
| Description
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|Criteria
|Criteria
|Ausdruck auf den der Zielfilter gestellt wird
|Expression to be set in the target filter
|}
|}
 
This function belongs to [[:Category:Functions_-_client-side|client-side functions]].


==Result==
==Result==
Stellt automatisch das Kriterium eines Filters in Abhängigkeit eines anderen Filters.
Set the criteria of a filter depending on another filter.
 


==Example==
==Example==
Criteria=fkt_TimeDimAdd(M,-12,[Zeit.ID]);<br>
<span {{CoPFormel}}>Criteria=fkt_TimeDimAdd(M,-12,[Zeit.ID]);</span><br>
In einer Maske sind zwei Zeitfilter enthalten. Der Zeitfilter mit diesem Krierium wird bei einer Änderung des zweiten Zeitfilters immer um 12 Monate zurückversetzt.  
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=[Produkte.Produktgruppen];<br>
<span {{CoPFormel}}>Criteria=[Products.Productgroups];</span><br>
In der Dimension "Produktgruppen" bewirkt diese Einstellung, daß bei einer Änderung im Produkte-Filter hier immer die enstsprechende Produktgruppe angezeigt wird.
In dimension "Product groups" effected this setting that in case of changing the product filter always the corresponding product group will be shown.




__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|Criteria]]
[[Category:Functions_-_client-side|Criteria]]
[[Category:Functions_-_client-side|Criteria]]
[[de:Framework:Criteria]]
[[de:Framework:Criteria]]

Latest revision as of 08:42, 24 May 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

This function belongs to client-side functions.

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.