Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set analysis help

Can i use the below expression ?

sum({<TM>}[Square Feet])

here both  TM and [Square Feet]  are columns.

Labels (1)
1 Solution

Accepted Solutions
sasiparupudi1
Master III
Master III

sorry

sum({<TM={'*'}>}[Square Feet])

View solution in original post

18 Replies
sunny_talwar
MVP
MVP

Depends on what you are trying to do here?

Kushal_Chawda
MVP
MVP

Yes you can use. Question is what you are trying to achieve?

Here it means, sum the [Square Feet]  by ignoring selection of field TM

sasiparupudi1
Master III
Master III

Yes

sum({<TM>}[Square Feet])

or

sum({<TM=>}[Square Feet])

Not applicable
Author

I am trying to get the sum of [Square Feet] for TM

Not applicable
Author

I am trying to get the sum of [Square Feet] for TM

Not applicable
Author

I am trying to get the sum of [Square Feet] for TM

sasiparupudi1
Master III
Master III

Assuming that TM is a value of a dimension, you could use the following

sum({<YourDimension={'TM'}>}[Square Feet])

Kushal_Chawda
MVP
MVP

do you mean all the values of TM?

Not applicable
Author

TM itself is a dimension.