Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Does anyone know where to find the API to get a user's statement (whether the user is watching a qvw or not,and the name of the qvw) in QlikView's APIs?
I was trying to use the lastused funtion,but it doesn't work well.
Within the server are various loggings available for example session- and audit-logging which could be load in a qvw. There are many examples here in the community. You could start with these one:
- Marcus
Hi Alexander,
you have to use the QMS-API.
There are a method called GetQVSDocumentsAndUsers -> returned the documents and connected users.
This data available at QMC as well.
How to work with QMS-API -> QlikView Management API - Getting Started and Examples
Regards
Hi Michael,
Actually I'm working with QMS API, thank you for your response,I'll test and verify if that's exactly what I want.
Is there a QMS API can return whether a assigned namecal is in use(active) like the personal API in QlikSense Proxy API?
Regards
Thank you Marcus, I know Governance, but this is not what I want.
Hi Alexander,
I don't have experience in the QlikSense Proxy API up to now. But sound like i have to check it out .
But on the other hand i think i can help you with you question about the namedcal stuff.
just have a look to that.
var config = backendClient.GetCALConfiguration(server.ID, CALConfigurationScope.NamedCALs);
and on the Object -> config.NamedCALs.AssignedCALs there should be a method called LastUsed.
That should return that last used date...
Is use that function to remove unused namedCals.
Regards
Michael