Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Best way to display the records that form the basis of a calculation...?

Hello all,

In my Qlikview app I have a chart that displays the results to a number of different calculations.

For example, lets say Calculation 1 is

=SUM({<Field1 = {'A'}, Field2 = {'B'}>} Amount)

and this gives me a figure of 10,000

What i want to do is to have a table which lists the sales that make up this 10,000 figure, without having the users needing to filter the data... I have managed to do this (of sorts) by creating a straight table, with a calculated dimension in

e.g.

Calc Dimension : IF(Field1 = 'A' AND Field2 = 'B', SalesRef)

Then adding the other fields I wisk to display as normal dimensions

Is this the only way of doing it, is this the best way - is there any way of using Set Analysis to achieve this, from what I understand using lots of IF statements degrades performance significantly...

Appreciate your help... and thanks in advance..

1 Reply
Not applicable
Author

Hi there,

Here you are a possible solution for your problem.

I hope it helps you.

Regards.