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: 
Anonymous
Not applicable

Section Access Only See Current Year

Hello,

When I apply Section Access to my QVF and the reload in the QMC for some reason I can only see data for 2018, the current year.  If I comment out the Section Access I can see all years.  Is there any particular type of restriction that I could possibly be applying to make this happen?  I want all years.  Below is my Section Access portion of the script:

Star is *;

Section Access;

LOAD * Inline [

ACCESS, USERID, TERRITORY

...

];

Thank you!

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

I just found out that I needed 'Section Application;' at the end.  Fixed my own problem.

View solution in original post

2 Replies
Qrishna
Master
Master

could you please post some sample data pertaining to your question?

Anonymous
Not applicable
Author

I just found out that I needed 'Section Application;' at the end.  Fixed my own problem.