Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
marcoyukon
Creator
Creator

Load data set in real-time

Is it possible to add to Qlik a section to load a set of data in real time ?  The rest of the data would only update when the load script is ran. Thanks

2 Replies
marcoyukon
Creator
Creator
Author

Thank you.

I tried direct query, but I don't know how to make it to work with SECTION ACCESS. No row reduction is applied using the sample below. Maybe I am missing something..

//Row Reduction Security -- ACCESS = USER or *

SECTION ACCESS;

DIRECT QUERY

DIMENSION  

    QlikAccessType AS ACCESS ,

    LDAPFullUserLogin AS USERID,

    QlikSecureValue AS CompanyId

FROM MY_DB.dbo.vwAppRowLevelSecurityDeptABC;

// Model Definition starts .. SECTION APPLICATION;  ...