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: 
Not applicable

Does Qlik Sense 2.1.1 support Resident table?

Does Qlik Sense 2.1.1 support Resident tables in table in load editor?  If so where can I find working examples.

Are there any examples of precedence table loading in Qlik Sens 2.1.1?

2 Replies
lironbaram
Partner - Master III
Partner - Master III

hi

yes it supports

it's quite simple

in the load script

you just do

load field1,

       field2,

       etc..

RESIDENT your table;

as for preceding load it the same case

you can do for example

load F1,

      sum(F2)/Sum(F3) as F4

Group By F1;

load F1,

       F2,

       F3

From yourTable

mjm
Employee
Employee

Hello Sylvia,

Resident loads are available in Qlik Sense.

Further information can be found on the Qlik help site:

http://help.qlik.com/sense/2.1/en-US/online/#../Subsystems/Hub/Content/Scripting/load-data-from-prev...

If this helps to answer your question, please mark this as helpful and correct.

Mark

Qlik