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

Qlik Web Connector (Cache)

In QV Source there is a QlikView script that can be used for clearing cache.  I see a reference to Cache on Qlik Web Connector help page.  But it still references QV Source documentation on that subject.

 

http://help.qlik.com/en-US/connectors/Subsystems/Web_Connectors_help/Content/2.0/Create-connection/U...

 

What changes are needed to this to enable it to work with Qlik Web Connectors?  Thanks.

1
2
3
4
5
6
7
8
ClearCache:
LOAD
QVSource_ClearCache_Result,
QVSource_ClearCache_SearchPattern,
QVSource_ClearCache_NoItemsDeleted
FROM
(txt, utf8, embedded labels, delimiter is '\t', msq);

Sandeep Sarawgi
0 Replies