Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Dhanya
Contributor
Contributor

How to display sub values in the same filter pane.

Hi Team,

I am using a filter pane which has the below data values:

Health,

Finance,

Customer Services.

The Customer Services has again two sub values e.g. Customer Services -> category 1 and Category 2.

When I click on Customer services I need to show two sub categories i.e. Category 1 and Category 2  just below the "Customer services".

Thanks.

1 Reply
Kushal_Chawda

first you need to link the category to actual field. You can do something like below. Create inline table and link it on Field

LOAD * inline [
Field,Sub Field
Health,Health
Finance,Finance
Customer Services,Cat1
Customer Services,Cat2
];

Now go to master items->Dimensions->Create new->Drill-down -> Add first Field -> then add Sub Field

Once drill down group is created, add that drill down group to filter pane