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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Linking data from one chart to see another chart

I have created a straight table that shows information that I want to see; it is sorted by the date, then the order number.

I have attached what the table looks like.

I would like to maybe have a link or drop down on the prod_order field that would show additional information about the prod_order number

Is this possible with qlikview?  If so, could you point me in the right direction on trying to do this????

3 Replies
Not applicable
Author

Hello,

If you want to show some extra information about ONE specific product, you can use a conditional (visible)  chart when count(distinct Product)=1.

This condition is in Layout Sheet in Show Section, click on Option "Conditional" and write the previous formula.

Best Regards.

Josh_Good
Employee
Employee

How to setup conditionally showing and hiding objects is reviewed here: Show and Hide Multiple Objects

Although not exactly what you want to do this should put you on the right track.

Not applicable
Author

Hi,

If I understand you correctly, then you want to display more details on selection of a value in a field.

If so, then there can be two ways of going about what you want:

1. Create other objects (charts, list boxes etc.) that you want to display on selection of value in your field (say prod_order) on the same tab/sheet as your existing table is. Now make all the objects layout conditional giving the condition as :

=not IsNull(prod_order)

2. Another way is to create all these objects on another sheet and make that sheet conditional and Activated on selection of any value in your field (prod_order).

PFA a very basic sample.

Hope this helps!