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

Set Expression Question

Hello,

Can anyone tell me why the first two parts of this set expression return the appropriate values but when I add the expression to only sum those fields names that include communications Qlik returns nulls values? I check my data and for the specified Year and Period I have values?

Sum({$<[Year]={'2018'}>}{$<[Year-Period]={$(vYTD Month List)}>}{$<[Tower]={'Communications'}>}Actuals)

3 Replies
vamsee
Specialist
Specialist

Try this

Sum({$<[Year]={'2018'},[Year-Period]={$(vYTD Month List)}, [Tower]={'Communications'}>}Actuals)

Anonymous
Not applicable
Author

Thanks that worked!

vamsee
Specialist
Specialist

Glad it worked for you.

----------------------------------------

If you think this was helpful, please mark the correct answer or helpful.

Qlik Community Tip: Marking Replies as Correct or Helpful