Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am currently trying to find out where the data connections are used in Qliksense.
In the PostgreSQL database "QSR" the table "DataConnections" contains all data connections. Maybe some of them are not necessary anymore but because different developers have created them I don't know if they are used.
Can someone tell me how I can find out which data connection is used in which app?
BTW, you can use the QRS API vs reading the repository DB directly.
To find out what connections are actually used, you can scan the script logs as this app does. You may find all you need in that app.
-Rob
BTW, you can use the QRS API vs reading the repository DB directly.
To find out what connections are actually used, you can scan the script logs as this app does. You may find all you need in that app.
-Rob