Recreating a drill down type website in #Qlikview

We have a pretty useful website for looking up our production orders (we make frozen veggies). The trick was to #qlikview-a-fy-it to get instant results.

So, this is what the original web based app looked like.

Then when a production order is clicked on, it shows more detailed information about that production order.

So, then how do you go about Qlik-View-A-Fying it?

Under the ‘show’ section of another table I used the condition

=if(GetSelectedCount(Order)= 1,1,False())

Order being the clickable object. So once you click on an order the order detail ‘magically’ appears. Same thing for when you click on an item, the next level of detail is conditionally shown in a table.

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s