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

Independent tables with section Access

Hi,

I have used the inline wizard for the initial data reduction based on the section access. But the problem is i have two tables which are independent of each other. Do i need to use twice the section access ? or is there any other way .

Regards,xxx

1 Reply
Miguel_Angel_Baeyens

EDITed:

Hello,

Just tried

SECTION ACCESS;LOAD * INLINE [ACCESS, USERID, PASSWORD, FIELD, FIELDAADMIN, ADMIN, ADMINUSER, USER, USER, B, 300];
SECTION APPLICATION;
LOAD * INLINE [FIELD, VALUEA, 100B, 300B, 150C, 270];
NOCONCATENATE LOAD * INLINE [FIELDA, VALUEA300, A400, B400, C100, A];


and it seems it works. So it can work for you too.

Regards.