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

Parcial Reload in QlikView Server (replace only)

Hello guys!

I have been trying to search a solution to a problem about parcial reload using AccessPoint, can anybody help me?

lets describe the problem...

based in some selections in the QlikView application (that the user is analyser CRM indicator related), they want to export the result to another web application tool (not qlikview application)

It I made!

I merely put the corresponding cod field in a TablelBox that execute a macro:

set obj = ActiveDocument.GetSheetObject("TB09")

obj.Export "C:\temp\teste.txt", ";"   

so, on the tempo folder the teste.txt semicolon separated

the web application read the TXT file and import this data to make another analises based on another computation...

WELLL .. NOW I HAVE A PROBLEM....

the user want to:

by work with the data in the web application, mabe the user remove some record doing a especific analysis.. and then decide to return to the QlikView to study the data with the  most powerfull analysis tools...

I tried to resolve it made a partial reload like that:

ActiveDocument.DoReload 2, true

ActiveDocument.Fields("COD").SelectAll

(import the data with REPLACE LOAD and then select all related)

select all the cod of the table)

it work very fine, but...

ONLY LOCAL

WHEN I PUT ON THE SERVER ENVIROMENT THE REPLACE ONLY DIDN'T WORK!

I studied the case in:

http://community.qlik.com/thread/19800

http://community.qlik.com/message/176685#176685

can anybody help me with a solution to this?

can you see another possibility?

thank you very mutch!

0 Replies