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.