Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to show data from a particular table

Hi ,

I have loaded data from around 20 tables with same headings but different data. I would like to show data from a particular table in table box. If I am trying to do so, table box is showing data from all the tables as the headers are same in all the tables. Could you please suggest me ..how can I show data from a particular table.

Thank you,

Kishore

5 Replies
eduardo_sommer
Partner - Specialist
Partner - Specialist

Hi,

Try creating an extra column in the load, with the name of the source.

Load 'Table1' as TableName,

        ...

After this, you can filter which source table to display data, from

Regards

Eduardo

anlonghi2
Creator II
Creator II

Hi Kishore,

you can add a new field to your table to store the origin table.

Eg:

LOAD  FIELD1,

            FIELD2,

            tagtoidentifydatasource as DATASOURCENAME,

            ...

In the above example tagtoidentifydatasource could be the name of the data source, the index of your for...next loop, etc. etc. depending on how you load your 20 tables.

Best regards

Andrea

settu_periasamy
Master III
Master III

Hi Kishore,

is that concatenated with a single table or different table joined with Key?

you can check it from TableViewer(hope you know this)

if the tables are separated, then you can check Table Box properties -> Show Fields From Table -> it will show all the table.

Capture.JPG

Not applicable
Author

Thank you ...

anlonghi2
Creator II
Creator II

you are welcome

Best Regards

Andrea