- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Semantic Load
What is Semantic Load and what are its benefits.........
- Tags:
- qlikview_scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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;