Discussion Board for collaboration related to QlikView App Development.
Dear Qlik Fellow,
Greeting 🙂
From below sample data I want to create a graph and want to count how many "Apples" are being sold.
My dimension for graph is month and expression will be item sold, which in this case its apple.
Use set analysis (check Qlik help to understand syntax):
Count({$<Item={"Apple"}>} Sale)
Hi
Try this
dimension : Month(Date)
expression : Count({<Item = {'Apple'}>}Item)