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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
maddysalunke
Contributor II
Contributor II

Toggle between table data with help of table names

Hi,

I have 2 tables in my App 

Hospital_1:

Name,

Address ,

beds 

;

Hospital_2:

Name ,

Address ,

beds 

;

I have to create a sheet Where I can add filter on Table name to show the data from the tables. How do I add Table names in the Filter pane

TIA

Madhura 

 

1 Reply
mdmukramali
Specialist III
Specialist III

Dear Madhura,

 

You can add a New field in both the tables like a Flag.

 

Hospital_1:

Name,

Address ,

beds ,

'Hospital_1' as Hospital

;

Hospital_2:

Name ,

Address ,

beds ,

'Hospital_2' as Hospital

;

and Use the Hospital field in the front end to filter the data from the tables.