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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Nested Tables in QlikView

Hi All ,

Does QlikView supports the concept of Nested Table?

5 Replies
its_anandrjs
Champion III
Champion III

In qlikview the assotiation between two tables is available and they are connected to each other. And they are joins with each other same like SQL.

Thanks & Regards

alexandros17
Partner - Champion III
Partner - Champion III

You cannot do:

Load

     fld1,

     ...

     (load * from mytab) as fld2

From tab2

This is available only in sql

tresesco
MVP
MVP

Have you checked the concept of Preceding Load ?

Not applicable
Author

Hi

    Thanks. I have a requirement where the value of the first table should pass to the inner table and the output should be displayed as given

Not applicable
Author

Hi

    Thanks. I have a requirement where the value of the first table should pass to the inner table and the output should be displayed as given