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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Alternate State

Hi,

ın the video, set expression describes that we can type Sum({Group 1} Sales), it's Ok but when i wish to type second set expression Sum({[Group 1],FlagTable={"Sales"}} Sales) it doesn't work. Do you have any idea? Thank you.

https://www.youtube.com/watch?v=LMMGAFgrnc8

Labels (1)
1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try Sum({[Group 1]<FlagTable={"Sales"}>} Sales) 


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Try Sum({[Group 1]<FlagTable={"Sales"}>} Sales) 


talk is cheap, supply exceeds demand
timpoismans
Specialist
Specialist

Try the following:

Sum({[Group 1]}{<FlagTable={"Sales"}>} Sales)

Anonymous
Not applicable
Author

Thank you