Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
heena_shaikh
Contributor II
Contributor II

Removed

 
4 Replies
Anil_Babu_Samineni

Try to do it Expression for RangeAvg like

RangeAvg(Field1, Field2 ...Fieldn)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
heena_shaikh
Contributor II
Contributor II
Author

 
jonathandienst
Partner - Champion III
Partner - Champion III

You can use the function Dimensionality() to have the expression dependant on the dimension level.

=If(Dimensionality() = 1, <expression for dimension level 1>, ....)

If the dimensions are across the top, then you should use SecondaryDimensionality() instead.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Anil_Babu_Samineni

Okay, Then please provide sample data

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful