Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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.

1 Solution

Accepted Solutions
sasiparupudi1
Master III
Master III

sorry

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

View solution in original post

18 Replies
sunny_talwar

Depends on what you are trying to do here?

Kushal_Chawda

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

do you mean all the values of TM?

Not applicable
Author

TM itself is a dimension.