Tips For Better Benefits From The New Set Expr. Syntax
Tips For Better Benefits From The New Set Expr. Syntax
OLD
SUM( {<OrderYear={2022}>} Sales)
NEW
{<OrderYear={2022}>} SUM(Sales)
Qlik
Qlik Let's First Define The
Outer And Inner
Set Expressions.
It’s so simple!
{< Outer Set Expr.>} SUM( {< Inner Set Expr.>} Sales)
Qlik As Long As Different Dimensions Are
Used In The Outer And Inner Set
Expressions, The Inner Set Expression
Will Inherit The Outer Set Expression.
The following expressions return the
same result.
( {<OrderYear = {2022}>}
SUM(Sales) / COUNT(distinct CustomerID) )
- SUM(Profit) / COUNT(distinct CustomerID)
Qlik Do Not Mix Up The Syntax Of
Set Expressions With The
Syntax Of Functions.
@Abdulhasib_Masri