-
Re: How to implement Section Access in Qlik Sense..
omar bensalem Feb 7, 2018 2:29 PM (in response to Rahul Rathore)a section access that works in qlikview should work in qlik sense ENTREPRISE (not desktop)
ps: ur dimension should be in UPPER CASE
-
Re: How to implement Section Access in Qlik Sense..
Rahul Rathore Feb 7, 2018 11:46 PM (in response to omar bensalem )How to do data reduction in Qlik sense?
Any example of data reduction..I am struggling with data reduction, security is working fine but when I created one application using above code, I am no longer to access the application.
Bit confusing for me now..
-
Re: How to implement Section Access in Qlik Sense..
Greg Williams Feb 8, 2018 12:25 AM (in response to Rahul Rathore)In section access, you need to tie "map" one field to another field. In your case, I would think you are attempting to link USER ID to EMP ID; however, you haven't changed the field name from EMP ID, to USER ID. I recommend you duplicate the EMP ID field and alias it with the name USER ID. That way, you will link the two fields together appropriately. Make sure you are a valid user or you will not be able to access the file. You can however open the app with NO DATA.
-gw
-
Re: How to implement Section Access in Qlik Sense..
Digvijay Singh Feb 8, 2018 12:34 AM (in response to Rahul Rathore)Create new field name PRODUCT ID(upper case) from lower case product id in EMP and Sales_Master table. The reduction field associating section access and section application needs to be in same case.
[Product ID] as [PRODUCT ID]
-
Re: How to implement Section Access in Qlik Sense..
Rahul Rathore Feb 12, 2018 6:14 AM (in response to Digvijay Singh )Thanks Digvijay,
I have made the suggested changes and code is working fine.
-
-
-
-
Re: How to implement Section Access in Qlik Sense..
Andrea Gigliotti Feb 8, 2018 3:36 AM (in response to Rahul Rathore)first of all in your script there is link from section access to section application fields.
you have to follow what digvijay said above.
remember Qlik is case sensitive and all your fields in section access must be in uppercase.
data reduction works in the same way as in Qlikview.