Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.

Visualization and Usability

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!

Who Me Too'd this solution

sunny_talwar

May be try this

Dimension

ValueList('me', 'bob', 'jack')

Expression

Pick(Match(ValueList('me', 'bob', 'jack'), 'me', 'bob', 'jack'),
Sum(MyCandies),
Sum(BobCandies),
Sum(JackCandies))

 

View solution in original post

Who Me Too'd this solution