Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am trying to create and store a QVD and getting an error. Can someone please help debug?
sec_master:
LOAD security_id,
name,
bb_identifier,
bb_unique_id,
country
FROM
(qvd);
OUTER join LOAD
security_id,
classification
FROM
(qvd);
STORE core_sec INTO
Getting following error message:

Hi Dave.
There is no table called core_sec.
You should try “STORE sec_master” instead.
Med vänliga hälsningar / Best Regards
Magnus ÅVITSLAND
Business Intelligence Architect
*Edit: Removed personal details.
STORE sec_master INTO
Hi Dave.
There is no table called core_sec.
You should try “STORE sec_master” instead.
Med vänliga hälsningar / Best Regards
Magnus ÅVITSLAND
Business Intelligence Architect
*Edit: Removed personal details.
Thanks Magnus, I tried STORE sec_master without specifying path but it didn't work.
Also tried STORE sec_master INTO [C:\Users\APPE741\Desktop\MSCI_Classification
i.e. removing sec_master.qvd from the syntax above but it doesn't work. I've seen usage of 'lib' somewhere but not sure if having C:\\ instead of Lib is the problem here.
Any other suggestion?
Please, the qlikbug group is intended for discussing potential bugs
(software defects). Please post general problems in the Qliview or
QlikSense development areas.
Thanks,
Rob
Hi Rob,
'll do.
Thanks