Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ALl,
I am setting up the Qlik Live Table so as to be able to connect with SQL Database and edit directly the database on the dashboard
I have the Javascript code related to the save data here below
$(document).on("click", ".saveData", function(){
I am getting this error when clicking on Save data button:
There was an error fetching the data from LiveTable REST API : SyntaxError : Unexpected token < in JSON at position 0
I know the JSON might not be in a correct format but I don't know honestly how to troubleshoot it,
Could you please help ?
Thanks a lot in advance