Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Folks,
I have a rather simple functionality around security that I want to set up in my QVW script.
Basically I want to be able to perform dynamic data reduction based on 3 fields in my data model. I have tried several things in my section access but to no avail. Does anybody have any examples of how this is done ?
Thanks,
Anand.
Anand,
(Your question is not very specific, so my answer is also generic.)
You have to have your three fields in the Section Access part (in addition to the sytem fields like ACCESS, USER,...) and in data model. They may be in the different logical tables of the data model. All field names must be all capital, and the values of these fields must be all capial too. If you loading them from a database, use upper() function.
Don't forget to check "Initial Data Reduction" in the Document properties on the Opening tab.
I'm sure you can find examples here on forums.
This functionality is described very well in the Reference Guide, Chapter "Security". Check it out!
Oleg