Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Can we store section access info into QVD and reload it?
Regards,
Balraj
You can. Only thing is : you have to reload it as unoptimized load (may be putting a simple where clause), like:
Section Access;
Load
*
From ...qvd (qvd) where 1=1;
You can. Only thing is : you have to reload it as unoptimized load (may be putting a simple where clause), like:
Section Access;
Load
*
From ...qvd (qvd) where 1=1;
Hello,
Yes, section access will work when loading from QVD, but you need to do the load unoptimize, will do
Store username, password into path\sa.qvd
While loading this qvd to Qlikview you should use this
Section access;
Load username, password from path\sa.qvd(qvd) where 1=1;