Forum Discussion

omid5ive's avatar
omid5ive
New Member
3 years ago
Solved

hi

i have a table like below:

 

CategoryProductAmount

A

a150
Aa260
Aa335
Bb125
Bb248
Cc1690
Dd1100

i need chart that only show catogory B
in qlikview i can use this for dim
any body can help me?

  • omid5ive , put Amount on card visual and use visual level filter on category

     

    or create a measure and use

     

    calculate(sum(Table[Amount]), filter(Table, Table[Category] ="B"))

1 Reply

  • omid5ive , put Amount on card visual and use visual level filter on category

     

    or create a measure and use

     

    calculate(sum(Table[Amount]), filter(Table, Table[Category] ="B"))