Modelling Functions Flashcards
Restricted Col can be created in
Star Join Node or Aggregation Node.
Restricted Col( Multiple restriction)
- Multiple Restriction on Same Col are added as OR
- Different col are added as AND.
- Order does not matter.
Restricted Columns can include SQL Expressions
- Yes, and can also include String or Date function.
- Calculated Columns,
- Default value for variables and input parameter.
- Filters.
Calculated Column.
1) Try to do the calculation before aggregation , specially if it is Multiplacation or Division.
2) If calculations are just additions or substractions it is not required.
True.
Persistence of the Calculated columns
- Materilazed Table using Write optimized Procedure.
2. SLT or DS to load it.
Expression in the calculated Column
- SQL.
2. Column Engine.
Filters can be applied to following
- Projection
- Union
- Join
- Rank
- Aggregation( New capability 2.0 SPS03)
- Star Join.( New capability 2.0 SPS03)
Recommendation in Filer Node
1) SQL Engine
2) Col Engine expression
SQL Engine.
Filter Applied on Top Node
E.g Star Node or Aggregation Node , filter is applied before the data processing of that node.
Filter on Non Top Nodes
Filter is applied after the Aggregation of the node.
Ignore Multiple Output for filters Property
Nodes Consumed by multiple Nodes , prevent Filter Pushdown.
Property “Ignore Multiple Outputs for Filters” can be set.
“Ignore Multiple Output Property” at View level on Semantics
Scenarios where view is consumed multiple times by others.
Variables allow filtering Measures.
False only allow attribute.
Client Information in XSA
- we need to define which col is the Client in the table.
2. Need to set the client information in the Semantics.
Variables can be
- Single value
- Range
- Interval