Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
nihhalmca
Specialist II
Specialist II

Semantic Load with Example

Hi All,

Can any body share knowledge on "Semantic" load with example.

Thank you,

Regards,

NiHhal.

1 Solution

Accepted Solutions
jagan
Luminary Alumni
Luminary Alumni

Hi Nihhal,

PFA file hope it helps you.  In the Attached Qlikview file by clicking the Successor and Predecessor buttons the corresponding president will be selected automatically.

Regards,

Jagan.

View solution in original post

10 Replies
jonathandienst
Partner - Champion III
Partner - Champion III

The Presidents.qvw document installed with the examples when you installed Qlikview is a good example of a semantic load. The example documents are on C:\Program Files\QlikView\Examples\Documents by default.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Kushal_Chawda

Please see the below link


Semantic load

stevedark
Partner Ambassador/MVP
Partner Ambassador/MVP

This thread has some discussion on the topic:

Can anyone explain following code ??

Hope that helps.

Steve

jagan
Luminary Alumni
Luminary Alumni

Hi Nihhal,

PFA file hope it helps you.  In the Attached Qlikview file by clicking the Successor and Predecessor buttons the corresponding president will be selected automatically.

Regards,

Jagan.

qlikviewwizard
Master II
Master II

Thank you jagan

I learned new thing.

nihhalmca
Specialist II
Specialist II
Author

Thanks Jagan Mohan.

pgrenier
Partner - Creator III
Partner - Creator III

Thanks! Excellent and very insightful example!

marc8891
Contributor II
Contributor II

For those of you who don't want to download it here is the script from the solution posted:

 

Presidents:
LOAD * INLINE [
Sequence, Name, Party
1, George Washington, Federalist
2, John Adams, Federalist
3, Thomas Jefferson, Dem.-Rep
4, James Madison, Dem.-Rep
5, James Monroe, Dem.-Rep
6, John Quincy Adams, Dem.-Rep
7, Andrew Jackson, Democrat
8, Martin Van Buren, Democrat
9, William Henry Harrison, Whig
10, John Tyler, Democrat
11, James Knox Polk, Democrat
12, Zachary Taylor, Whig
13, Millard Fillmore, Whig
14, Franklin Pierce, Democrat
15, James Buchanan, Democrat
16, Abraham Lincoln, Republican
17, Andrew Johnson, Republican
18, Ulysses Simpson Grant, Republican
19, Rutherford Birchard Hayes, Republican
20, James Abram Garfield, Republican
21, Chester Alan Arthur, Republican
22, Grover Cleveland, Democrat
23, Benjamin Harrison, Republican
24, Grover Cleveland, Democrat
25, William McKinley, Republican
26, Theodore Roosevelt, Republican
27, William Howard Taft, Republican
28, Woodrow Wilson, Democrat
29, Warren Gamaliel Harding, Republican
30, Calvin Coolidge, Republican
31, Herbert Clark Hoover, Republican
32, Franklin Delano Roosevelt, Democrat
33, Harry S Truman, Democrat
34, Dwight David Eisenhower, Republican
35, John Fitzgerald Kennedy, Democrat
36, Lyndon Baines Johnson, Democrat
37, Richard Milhous Nixon, Republican
38, Gerald Rudolph Ford, Republican
39, James Earl Jr Carter, Democrat
40, Ronald Wilson Reagan, Republican
41, George Herbert Walker Bush, Republican
42, William Jefferson Clinton, Democrat
43, George Walker Bush, Republican
44, Barack Hussein Obama II, Democrat
];

SemanticTable:
Semantic Load
Previous(Sequence) as Sequence,
'Successor' as Relation,
Sequence as Sequence,
'Predecessor' as Relation
resident Presidents;

Levente_Szittya
Partner - Contributor III
Partner - Contributor III

Hi Jagan,

Semantic load is something new for me that I have never come across before in QlikSense.

I was glad that I can learn something about it using your app, when I realised that it is a QV app. Unfortunately it does not transformed properly to QS (using QV converter in Dev Hub)... There remains no front-end content (no master items) in the transformed file, only the script.

Could you be so kind to make a QS version of it?

Thanks and best regards,

Levente