Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I have a question for the experts out there. I have a Binary Load (data models, data, everything) that has a section access. I need this binary load for one document but without the section access. Is this possible?
Regards,
Pablo
What Exactly are you trying to achieve because as per best practices section access is always at last layer.
I agree with Miguel (partially it seems, since IT has always the possibility to access anything and everything).
Section Access is primarily intended for end-user security. That means that it is best only loaded as the very last step in any task chain. This problem with a Binary Load including Section Access is also an argument that you should avoid loading data sideways (e.g. from one end-user document into another). The better option in that case is to create a DataMart (or whatever you like to call a headless QVW document) without Section Access and let it act as data source for two end-user document in the next stage.