How to add username as input parameter to the report & how to validate password.
How to add username as input parameter to the report & how to validate password.
(7 posts) (2 voices)-
-
For username parameter, you can use automatic parameters.
As for the password, could you tell what is the use case for validating the password?
--
myDBR Team -
I have 10 users all of them are known together(with usernames).
I have a table , which contains username field , but when user1 logins he/she could be able to see only his/her report like where username =user1.
But user1 should not able to access other users details, as user1 already know other usernames ,so if i give input as username user can easily use user1---usern to see the report. to avoid this I need to validate password.
-
I have 10 users all of them are known together(with usernames).
Are these myDBR users with myDBR username and password?
I have a table , which contains username field , but when user1 logins he/she could be able to see only his/her report like where username =user1.
This what automatic parameters are for. You can restrict the data to be shown to user based on his/her username.
But user1 should not able to access other users details, as user1 already know other usernames ,so if i give input as username user can easily use user1---usern to see the report. to avoid this I need to validate password.
If you use automatic parameters, user cannot specify another username. myDBR will automatically use logged in user's username as a parameter. No need to validate passwords as myDBR will do everything for you.
--
myDBR Team -
I didn't find any report like that, do we have any demo report.
-
The documentation (link above) includes sample reports. Also, the demo has an example report.
--
myDBR Team -
ThankYou ..
Reply
You must log in to post.