Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Semantic Load

What is Semantic Load and what are its benefits.........

3 Replies
Anonymous
Not applicable
Author

Nitin

I have never heard of a Semantic Load , where did you hear this term and can you put it into context ?

Best Regards,     Bill

Gysbert_Wassenaar

This is explained in detail in the Qlikview Reference Manual in section Semantic Links. You can find an example here: Self-referential database objects


talk is cheap, supply exceeds demand
tresesco
MVP
MVP

semantic loads a table

not as a logical table, but as a semantic table containing relationships that should not be

joined, e.g. predecessor, successor and other references to other objects of the same type..

for detailed discussion refer, manual (search for 'semantic links').

Example:

Semantic

Tables containing relations between objects can be loaded through a semantic prefix.

The syntax is:

semantic( loadstatement | selectstatement)

Examples:

Semantic Load * from abc.csv;

Semantic Select Object1, Relation, Object2, InverseRelation from

table1;