Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
ClearCache:
LOAD
QVSource_ClearCache_Result,
QVSource_ClearCache_SearchPattern,
QVSource_ClearCache_NoItemsDeleted
FROM
[http://localhost:5555/QVSource/FacebookFanPagesConnector/?clearcache=
true
&clearcache_searchPattern=qlikview_*]
(txt, utf8, embedded labels, delimiter
is
'\t'
, msq);