-
Re: Obtain Release Dates of Login Access?
Levi Turner Jan 30, 2018 10:14 AM (in response to Tove Wiegurd )Do you have the Qlik REST connector installed?
This is relatively easy in 3.x and higher since it already has data connections to API endpoints.
Side note: 2.x is unsupported at this point. I'd encourage having a plan to get on a newer version.
-
Re: Obtain Release Dates of Login Access?
Michele De Nardi Mar 26, 2018 10:09 AM (in response to Tove Wiegurd )Hi Tove,
according to Qlik® Sense Token Licensing:
"Each individual Login Access Pass becomes available again 28 days after it was first used."
To calculate the release date you don't need to write any code on the script editor but just create a new table object on default Licence Monitor App with following parameters:
Dimension: date(Date+27)Matric: count({<[Access Type]={'Login Access'},LogTimeStamp= {">=$(=daystart(max(LogTimeStamp)-27))"}>} distinct UsageId)
Doing this you will obtain a table like this with the date of the release and the login passes that will be released on that date: