Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
dhavalvyas
Contributor III
Contributor III

How to push data from Qlikview to Database

Hi,

As I developed application in which i want to push some data from Application to Database.

which method is there to implement this ?

How I achieve this ?

5 Replies
prieper
Master II
Master II

Most convenient might be to STORE your database (as csv-file) and let the database make a reload of this data.

florentina_doga
Partner - Creator III
Partner - Creator III

vanzari:

LOAD *

FROM

[$(vcale_xls)sursa1.xlsx]

(ooxml, embedded labels, table is vanzari_nod);

store * from vanzari into $(vcale_xls)vanzari.qvd;

drop table vanzari;

dhavalvyas
Contributor III
Contributor III
Author

I have many tables in application but i want to push only selected tables into database from qlikview ?

is  there any macros or SQL code to do this?

PrashantSangle

Hi,

Macro is available for it search on community you will get similar threads.

some answers in the community

http://community.qlik.com/search.jspa?q=write+back+to+database

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
dhavalvyas
Contributor III
Contributor III
Author

Yes i know it is available on community but i do not understand its code ? where to enter object name,field name and database name ?

please can you explain me