Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
pooja_prabhu_n
Creator III
Creator III

Qlikview Write back to Composite Data base.

Hello All,

I have user requirement to write back the data into composite database.

I found few threads in the database, do we have any extension object for composite db like below.

SQL Writeback from QlikView extension object.

I am completely new to macro any sample code with macro is also really helpful.

Thanks in advance,

Pooja

1 Reply
asinha1991
Creator III
Creator III

if you don't find a direct extension object, I can tall you a way. Write a server side code (for example JSP) that takes data as get parameter and updates into DB. Once DB is updated code should kill new browser window. In QlikView on action of button, add open url to this server side page and in the url concatenate your values to be inserted as get parameter(which will be parsed in your code). I am not very good with creating extension objects but even there you will have to add ajax and server side code will be referred in that ajax call too.