Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have one application called app.qvw in that qvw i have section access with 3 users user1,user2 and user3.
i have another apllication calles app2.qvw in this application i have taken app.qvw as a binaty in app2.qvw and i have written again section access in app2.qvw with 2 users user4 and user5.
Here my doubt is when i go for accessing the application to which credentials i have to login weather user1,user2,user3 or user4,user5
so here my question when i have given section access in my second application whether it will over ride the exiting section access or not?
if it's not over ride can we use all user names means user1,user2,user3,user4,user5.
but when i am trying from my end it's throwing a error like admin access required.
please advice me..
See this: Section Access: Strict Exclusion
And this: Section Access simplification possible?
Section access is not included in the binary load. You will only fetch the data from the application. You will need to redefine your Section Access table in App2.
Hi Toni
I have on app called section.qvw.so in this app i have section access code and the users are
userid, password
admin,admin
user1,user1
user2,user2
user3,user3
as of now this is working fine.
next i have opened new qvw file and i have loaded section.qvw as binary.this app name is S1.qvw.
here in s1.qvw i have written section access code and the users are
userid,password
admin1.admin1
user5,user5
user6.user6
user7,user7
now here my question is when i am trying to login S1.QVW it is asking for credentials ,when i enter userid is user1 and pwd is user1 means it is suceessfully loged in ,but when i enter userid is user5 and pwd is user5 it isthrowing a error.
as per my knowledge new section userid's is going to override the existing section access userid's and i suppose to login with new section access userid's AM i right ?
i attached sample qvw.
To login the application pls use above userid's and pwd's
Thank u in advance
this is from QlikView help
A binary load will cause the access restrictions to be inherited by the new QlikView document. A person with ADMIN rights to this new document may change the access rights of this new document by adding a new access section. A person with USER rights can execute the script and change the script, thus adding own data to the binary loaded file. A person with USER rights cannot change the access rights. This makes it possible for a database administrator to control the user access also to binary loaded QlikView documents.
from what I understand and from some test
if in the last doc (S1.qvw) there isn't any section access the section access is inherited (from section.qvw binary loaded)
if in the last doc (S1.qvw) there is the section access the bin loaded section access (section.qvw) is lost
it seems there isn't no way to do a merge of the 2 section access