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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
dominono9
Contributor II
Contributor II

How to write a query that references the table created in another section in Data Load Editor

Hi,

In Data Load Editor

I want to write a query that refferences  the table created in another section(= section1)

but I don't know how to do that. Tell me how to do that.

dominono9_0-1664467867962.png

 

Labels (1)
10 Replies
deepanshuSh
Creator III
Creator III

You need to do 2 things, first use qualify for the second table or use qualify for both the table, however you wanna save it. 

then you need to use two store commands for each of the individual tables, 

 

Like store tablename into [path of storage here/tablename.qvd](qvd)

and thereby you can store both the tables in the form of qvds and check them out later. 

Trial and error is the key to get unexpected results.