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

semantic tables

Can someone shed some light on this concept with a quick example?  I'm not sure when/how/why to use these.  Thanks!

1 Reply
israrkhan
Specialist II
Specialist II

Hi,

Semantic is a keyword, used in load statement, which loads the tables having Relation between tables, not the Master or transaction data, i assume that you aware with data base relations, Like Primary, Fornkey Relations, One to Many, Many to Many and so. through this you can see your data base relation , and how your data in connected.

Master detail relations..and so on...

you can write Semantic load statement like  below:

Semantic Select

A,

B,

C,

D

from Table 1;