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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

selected value in data Island and dimensions in graph

Hello,

The requirement is to filter on 2 facts based on single value selection.So I have used a list box to fill in data with data island.

I am grouping based on selected value in data island on a graph and using some triggers and set analysis in expressions.

When only 1 value is selected in data island, the graph is perfect.

But when multiple values are selected, it is summing up the result as below:

2014-12-19_134430.png

How to avoid this.

Thanks,

Deepa

4 Replies
Not applicable
Author

post your sample application for more clarification of your requirement.

Not applicable
Author

PFA the sample...

SunilChauhan
Champion II
Champion II

ther is no link between date and TrackingHardCoating and TrackingQuantity

and inpace of sum you need to count for TrackingHardCoating , as these seems as ID's and sum(TrackingQuantity)

hope this helps

Sunil Chauhan
Not applicable
Author

Hi Sunil,

Thanks for the reply,

Since the idea is to consider TrackingHardCoating for blue part (launched) and TrackingBreakage for red part (rejected) part of the graph, I used data Island.

The linking is been done using triggers

on Selection of TEMPDATE, I am setting a variable and using that in Set Analysis expression.

and Infact, it is not always 'HardCoating', it can be any value in 'Processed Workshop'. The column changes accordingly, for this there is another trigger on selection of 'Processed Workshop' to set vOperation

Sum(TrackingQuanity) or count(TrackingID) both should give the same result.

Thanks,

Deepa V