Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Qlik Community,
I have an app that has three API connections within the load script. When I click the "Select" button at the bottom of the screen how do I know which REST API it is pulling from, and how do I toggle between them?
Thanks in advance!
Erica, the answer to your question is whichever Connect statement was run last just above where you are trying to select. Generally there is only one open connection at a time as far as I know, so again, the one being hit should be the last Connect To statement above where you are in your script. This will kick things back up, one of the developer gurus may be able to shed some further light for you, I know enough to be really dangerous on the development stuff, but they can likely do a better job than I can here.
Here is Help link that may be useful as well, pretty sure I am correct after reading that! 🙂
Cheers,
Brett
Dear Etrotter,
The below select button is for creating a new connection not modifying an existing one. Could you please elaborate more on what are you trying to do?
Erica, the answer to your question is whichever Connect statement was run last just above where you are trying to select. Generally there is only one open connection at a time as far as I know, so again, the one being hit should be the last Connect To statement above where you are in your script. This will kick things back up, one of the developer gurus may be able to shed some further light for you, I know enough to be really dangerous on the development stuff, but they can likely do a better job than I can here.
Here is Help link that may be useful as well, pretty sure I am correct after reading that! 🙂
Cheers,
Brett