Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
rido1421
Creator III
Creator III

Security by Month

Hi There

Please could someone assist me with a section access sample that works by date.

I would like to have the same user for every month but each month the password must change

what is the best way to do this?

Thanks

4 Replies
Anonymous
Not applicable

Section Access By Date and Password Change. Doubt on same

Anonymous
Not applicable

I think the only option is to mannualy update the password...

Their is no  auto script which would change the password each and every month...

rido1421
Creator III
Creator III
Author

Using the today() function to identify the current YearMonth

Im sure there is a way to  map the passwords for the future and when we fall into that YearMonth

that password becomes active...

Access;

LOAD * INLINE [

    ACCESS, USERID, PASSWORD,SECYEARMONTH

    admin, admin,    123 ,    201601

    admin, admin,    124,     201602

]
;

Section Application;

tresesco
MVP
MVP

You can use multiple passwords for multiple month values, however, that would allow the user to log into the app even with previous months passwords. If the application is designed to have one current month data, your sample section access should work.