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: 
Peter_Brunner
Creator
Creator

Issue with Grouping Aggr of Summary on one Dimension

Hi all,

I have been trying several different approaches but none have worked I am missing something here

I wish to group the Category field Only  but for some reason I need the Location Field to bring up my data

I need the total to match in details table and in summary table.

please see attached

any help appreciated

thank you

regards Peter

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try an aggregation, maybe

=Sum(if(([SLOW QTY])>0,([SLOW QTY]),0)*[EACH VALUE])

Use Aggregation Functions!

View solution in original post

2 Replies
swuehl
MVP
MVP

Try an aggregation, maybe

=Sum(if(([SLOW QTY])>0,([SLOW QTY]),0)*[EACH VALUE])

Use Aggregation Functions!

Peter_Brunner
Creator
Creator
Author

Hi Stefan,

thank you for you guidance, and I looked a the informative links and did a bit of re work on structure and have got a result thanks

regards Peter