Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Drill down functionality in Qlikview

Hello Guys,

I have a requirement to drill down from the measure/expression in a straight table to see the list of values that make up the expression.

Example:

Below is a sample data of the actual table.

   

CategoryProductMother AccountBalance
AssetsAuto Loans100000500000
AssetsAuto Loans100001600000
AssetsLeases200000100000
AssetsLeases200001150000
AssetsCredit Cards30000060000
AssetsCredit Cards30000150000
AssetsMortgages40000010000000
LiabilityDeposits5000009000000
LiabilityMortgages6000005000000
OFBOFB70000080000
MISCMISC800000

85000

Below is how my Straight Table will look like

Category is the dimension and Balance is the expression with sum as the aggregation function

   

CategoryBalance
Assets11460000
Liability14000000
OFB80000
MISC85000

Requirement: When user clicks on a Balance in the straight table, let's say that user clicks on 11460000, then another sheet should be opened with data displaying the records that make up 11460000. I would need this to do on Balance column only as I may add more dimensions to the straight table.

   

CategoryProductMother AccountBalance
AssetsAuto Loans100000500000
AssetsAuto Loans100001600000
AssetsLeases200000100000
AssetsLeases200001150000
AssetsCredit Cards30000060000
AssetsCredit Cards30000150000
AssetsMortgages400000

10000000

Is this doable? Please assist me in this regard. Let me know if you need more information on this regard

1 Solution

Accepted Solutions
krishna_2644
Specialist III
Specialist III

PSA.

Capture.PNG

Edit: put the Records st table in another sheet and use some triggers to show/hide when user clicks on the Balance's sum.

Thanks

View solution in original post

5 Replies
settu_periasamy
Master III
Master III

What about the table box? You can create straight table and Table Box. If you click the Balance (dimension will select), the details will show in the table box..

Gysbert_Wassenaar

I don't think that's a very good idea, but should be possible. Clicking on the balance amount will select the dimension values that are used to calculate that amount. In your example clicking on 11460000 will select the value 'Assets'. You can use a field trigger to perform an action to move to another sheet. In your case you can add a Activate Sheet action to the OnSelect field trigger of the Category field.

Personally I'd add a table box with the detail records on the same sheet with an expression for the Show Condition (on the Layout tab of the properties window of the table box). With the expression =If(GetSelectedCount(Category)=1,1,0) the table box will only show if only one value is selected in the Category field. Clicking on an amount in the Balance column of your straight table should do that.


talk is cheap, supply exceeds demand
krishna_2644
Specialist III
Specialist III

PSA.

Capture.PNG

Edit: put the Records st table in another sheet and use some triggers to show/hide when user clicks on the Balance's sum.

Thanks

Anonymous
Not applicable
Author

Thank you Krishna, Gysbert and Settu for the suggestions. I was able to implement my requirement based on the feedback you guys provided.

Anonymous
Not applicable
Author

Hi Ram,

Can you please guide me how to achieve this . I have similar requirement .

Regards,

Chirag