Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

help on section access

need to add section access

actually i am having an application which is used by one group now i wanted to make it available for the another group can anyone help me in this how can i add other qvd to the exiting one

existing is the bold one and i added the other qvd by concatenate function is it correct

REPLACE LOAD DISTINCT User

FROM [qvd] (qvd)

WHERE 1=1;

 

Concatenate

LOAD DISTINCT User

FROM [qvd] (qvd)

WHERE 1=1;

Labels (1)
0 Replies