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: 
Alonal148
Contributor III
Contributor III

why the formula does not works?

Hi,

I am new with Qlik Sense.

I would like to filter the measure "Total Energy Satec" BY Year = 2018

I have tried the follow formulas, but no one is working:

Sum({$<Year={"2018"}>} Total Energy Satec)

Sum({$<Year={'2018'}>} Total Energy Satec)

Sum({$<Year={'2018'}>} [Total Energy Satec])

Sum({$<Year={2018}>} [Total Energy Satec])

I also Tried to filter the measure by another dimention, but it is not working. 

Please advise.

Thank you,

Alona

 

1 Solution

Accepted Solutions
Alonal148
Contributor III
Contributor III
Author

Thank you,

I got help from another forum.

the correct formula is:

Sum({$<[Date.Year]={"2018"}>} [Total Energy Satec])

View solution in original post

3 Replies
Qlik1_User1
Specialist
Specialist

try this

 

Sum({$<Year={"2018"}>} [Total Energy Satec])

Alonal148
Contributor III
Contributor III
Author

Thank you,

I got help from another forum.

the correct formula is:

Sum({$<[Date.Year]={"2018"}>} [Total Energy Satec])

Qlik1_User1
Specialist
Specialist

if you got the resolution, please mark the solution as correct.