Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
thomas_2583
Contributor III
Contributor III

Measure Calculation Help

Hi,

Can anyone please help me with the correct syntax using the following logic, I can't get the NOT EQUAL to work within the statement below:

sum({<MYear={'2020'},GYear={'2020'},status NOT EQUAL {'tcu'}>}Spend)

1 Solution

Accepted Solutions
Anil_Babu_Samineni

Perhaps this

sum({<MYear={'2020'}, GYear={'2020'}, status -= {'tcu'}>}Spend)

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

View solution in original post

1 Reply
Anil_Babu_Samineni

Perhaps this

sum({<MYear={'2020'}, GYear={'2020'}, status -= {'tcu'}>}Spend)

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