Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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; ...