Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
vijetas42
Specialist
Specialist

Section Access table drops while reloading the application

Hi All,

Below is the table structure of the section access table. After creating the QVD of the table, when i am trying to reload the application the section table drops and i am not able to open the document on access point.

Section table Structure:

SECTION Access;
LOAD upper(ACCESS_TYPE) AS ACCESS,
NTNAME,
GROUP_ID,

FROM
[$(vQVDPath)\QV_ACCESS.qvd]
(
qvd);

SECTION Application;


Your quick response would be highly appreciated.


Thanks

1 Reply
oknotsen
Master III
Master III

If the piece of code your showing is the full code you are using, I think I see the problem.

Try removing the comma behind GROUP_ID. I think the table is not dropped, but never created because of that error.

May you live in interesting times!