Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a report which allows end users to see everytime and incident is raise, with SLA fix times etc and graphcs.
However certain users will need certain access to certain screen. For Example, the Business System Manager will need access only to the Business System section, IT Manager to the IT Support section. (These section come out of a SQL table called opencall under the field Bus_Type).
Instead of writing 3 different report, one for IT Support, one for Business Systems and Development etc, would it be possible to set up certain users so they only have access. Therefore Joe Bloggs only has access to Development, Roy Evans has access to Business Systems etc.
Regards,
Jon
Hi,
You can provide the section Access and Section Application to your report..
If you have publisher licences than you can reduce your application according to the requirement.
check this out: http://community.qlik.com/message/347513#347513
HTH
Sushil
Hello!
You can use Access to this section, where you can define user profiles eg
Section Access;
LOAD * INLINE [
ACCESS, USERID, PASSWORD, PROFILE
USER, Bloggs, Joe, 123, DEVELOPMENT
USER, ROY EVANS, 123, BUSINESS SYSTEMS
];
Section Application;
Then u can put a conditional on each tab of your document
You could try using the Show conditional in sheet properties, general tab.
This will just hide the sheets.
If you want also the data reduced to the data the person is allowed to see, combine with section access and data reduction.
Thanks for the reponses. We are looking at ways to integrate some of our reports that access the same data/tables.