Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello experts,
Can you please tell me how to assign chart wise access to particular user.
Moreover I also need information about password expiry in section access application.
With in how much amount of time pw expires in section access and how can we set password expiry limits in it.
Thanks,
Hi,
it all depends on the user type you want to check. If you use ntname or some thing other organized by your ldap, you need no password. You can also load the user from database, then you can build the expire system in the database. With custom user only and inline table for users, it is hard to have a expire system. You can check a timeslot for a user/pw with help of now(), but the user itself can not build a new pw. And all user with a security level to see the section access can read the password.
Load an Inline table with the UserID's and give the section access first.
Then in the chart layout properties , you can use SHOW Condition and specify userID with IF condition.
Hope this helps you.
Regards,
Susvith
Hello Susvith,
Can you please tell me how to applya if codition.
Right now I am applying but it is not give excepted result.
thanks,
Deepak