Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

When reload shown all data, but when open document don´t show the same data

hello guys, I have a problem with a document, when I reload it shows me the correct information, but if I close the document and reopen it, it doesn´t show all the information as when I reloaded the document.

I appreciate any help.

Thanks

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi

i'll assume you have section access in the model

if this is the case can you share this part of the script

View solution in original post

3 Replies
lironbaram
Partner - Master III
Partner - Master III

hi

i'll assume you have section access in the model

if this is the case can you share this part of the script

Anonymous
Not applicable
Author

yes, I am using access section:


Section Access;



LOAD ACCESS,

    Id AS NTNAME,

     Id2 AS USER_FLAG ,

     Cliente ,

     SeccionA,

     SeccionB

    

FROM  [Tabla.qvd]  (qvd);



Section Application;

lironbaram
Partner - Master III
Partner - Master III

hi

usually this happen when you use * in the data reduction

you should know that * will display only all values that are in the data reduction tables

and not all the values in the model