Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
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.