Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
In my project one of existing qlikview dashboards is showing Section Access table in table viewer. When I check the log file in file location, it does not have Section Access script. in dashboard I checked for hidden script. All options for hidden script are disabled. Can anyone please tell me how/where the section access details would be available?
Thanks in advance.
Regards,
Raju
Did you check if if there is any include statement of a qvs file , there could be a possible situation that qvs file is included in the script which has the section access table.
If, not try loading part of the script using exit script and check where the section access table might get loaded.
My thought is that there could be an include statement with a qvs file loading the section access table
is there a binary load in your script so a datamodel with section access is being loaded?
Regards
If you're seeing a table with the name Section Access then somebody probably didn't create the Access and Application sections correctly.
https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/Scripting/Scrip...
Here's an example of how it used:
Section Access;
Load * inline
[ACCESS,USERID,PASSWORD
ADMIN, A,X
USER,U,Y ];
Section Application;
Load some_stuff from some_source;
Somewhere you are doing wrong. Section access table doesn't appear in table viewer.
Hi Martin,
There is no binary load in script.
Regards,
Raju
or maybe an include?
Did you check if if there is any include statement of a qvs file , there could be a possible situation that qvs file is included in the script which has the section access table.
If, not try loading part of the script using exit script and check where the section access table might get loaded.
My thought is that there could be an include statement with a qvs file loading the section access table
Checking for a prj-folder (which might contain invalid data) might be a further cause.
- Marcus