I thought I read somewhere a while ago that it's possible to run one report, and give access to multiple people, but only allow them to see the data that pertains to them. Is that possible? Does anyone know where to find the documentation on it?
It's possible, but it depends upon technical details, such as your SOFTWARE, it's VERSION, the DATABASE used, and what security model you intend to use.
If you have security in the database, try to leverage it's tables.
There are numerous approaches to security, I would suggest that you speak with your technical people, such as the dba to learn if they have user/roles types of security tables.
Then each query might leverage them in the joins, the only trick being to pass along the users login info.
I forgot that you can use Business Views in CE 10, that's probably the best way for you to go if your database doesn't have this level of security within.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.