At the moment I have a SqlServer table
with some sales data (including the salesman name) and I want to create tables and graphics that each salesman will be able to check, but just theirs, the users are domain authenticated.
My inicial though was creating an Excel
or PowerBi
but with my knowledge that would require to create one view and one document for each of the salesman with doesn't seem to be very time effective. (Also, protect the files by filesystem permissions)
I'm aware that with an ISS
and asp.net
app I would be able to identify the user and filter the results, that would be OK if I was just printing tables, but as I said, I require to have some graphs witch I suppose that would require of even more time (for me) to implement.