Discussion board where members can get started with QlikView.
Yes, Blank or "-" whatever should come but above calculation should be the output
I used the exact same expression (except removing unwanted things)
=Sum(Orders)/
If(Match(Group, 'Appliance Refinishing', 'Appliance Repair - Large'), Sum(TOTAL {<Group = {'Appraisals - Real Estate','Architects & Building Design','Artwork/Murals'}>}Orders),
If(Group = 'Appliance Repair - Small', Sum(TOTAL {<Group = {'Asbestos Removal'}>}Orders),
If(Group = 'Appliance Sales', Sum(TOTAL {<Group = {'Auction Services'}>}Orders))))
to get this
This matches exactly with your Excel... is that not what you want?
Okay.. but sometimes i don't get one or two out of these.. That's fine.. Thanks for your help!
May be there is a mismatch in the name either in the Match statement or within the set analysis may be? Difficult for me to say without having a look at this
Sure.. You may have a look.. I'm tired of finding bugs..
Once again, I fail to understand the use of dummy data with original application?
Also, some of the things are not available here
Asbestos Removal and Auction Services are missing from Class or Group....
I have experience now the same issue. I got my answer after I select up to the third filter. I have wrong answer when I only select something from first and second filter. Why do I need to select up to the third filter? I also want to get my answer even I only first or up to second filter.
Thank you in advance.