<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Slow to load code that implements Exists() with a wildcard in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Slow-to-load-code-that-implements-Exists-with-a-wildcard/m-p/1976554#M80558</link>
    <description>&lt;P&gt;I would use a "wildcard mapping table" approach. See this downloadable example.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-offset-key="crd33-0-0"&gt;Qlikview Cookbook: Mapping With Wildcards &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/" target="_blank"&gt;https://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;For your case, it would look something like this:&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;wildmap:&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;LOAD &lt;BR /&gt;&amp;nbsp; TargetDevice as Key, &lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; '*' &amp;amp; TargetDevice as Label&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;from ....;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;_MapExpr:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;LOAD&lt;/SPAN&gt; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; 'pick(wildMatch($1,' &amp;amp; &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39) &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;amp; &lt;SPAN class="s1"&gt;concat&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Key&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39) &amp;amp; ',' &amp;amp; &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39), &lt;SPAN class="s1"&gt;FieldIndex&lt;/SPAN&gt;('Key', &lt;SPAN class="s2"&gt;Key&lt;/SPAN&gt;)) &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;amp; &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;amp; '), ' &amp;amp; &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;amp; &lt;SPAN class="s1"&gt;concat&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Label&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39) &amp;amp; ',' &amp;amp; &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39), &lt;SPAN class="s1"&gt;FieldIndex&lt;/SPAN&gt;('Key', &lt;SPAN class="s2"&gt;Key&lt;/SPAN&gt;))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;amp; &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39) &amp;amp; ')' &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;MapExpr&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;RESIDENT&lt;/SPAN&gt; wildmap&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;LET&lt;/SPAN&gt; vMapExpr = &lt;SPAN class="s1"&gt;peek&lt;/SPAN&gt;('MapExpr', -1);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;DROP&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;TABLE&lt;/SPAN&gt; _MapExpr;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;DROP TABLE wildmap;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="Apple-converted-space"&gt;Facts:&lt;BR /&gt;LOAD&lt;BR /&gt;&lt;/SPAN&gt;&lt;I&gt;&amp;nbsp; $(vMapExpr(RUPI))&lt;/I&gt; &lt;SPAN class="s2"&gt;as&lt;/SPAN&gt;&amp;nbsp;TargetDevice,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; ...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;from ...;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Sep 2022 20:28:04 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2022-09-02T20:28:04Z</dc:date>
    <item>
      <title>Slow to load code that implements Exists() with a wildcard</title>
      <link>https://community.qlik.com/t5/App-Development/Slow-to-load-code-that-implements-Exists-with-a-wildcard/m-p/1976540#M80557</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have some code that is functionally correct, but it's &lt;U&gt;&lt;STRONG&gt;slow&lt;/STRONG&gt;&lt;/U&gt; to load - 5 mins. The code is an attempt to provide the functionality of Exists() with a wildcard. Any thoughts on how to speed-up&amp;nbsp; with a different approach would be appreciated.&lt;/P&gt;
&lt;P&gt;The field list 'TargetDevice' is some tens of parts. The field list 'RUPI' is 25k parts.&amp;nbsp;A 'TargetDevice' is the front portion of a 'RUPI'. How much is an unknown, hence the need for the * wildcard. The desired outcome is a table that maps 'TargetDevice' to 'RUPI'.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;Code that works, but is slow to load ...&lt;/P&gt;
&lt;PRE&gt;Mapping:&lt;BR /&gt;Load *&lt;BR /&gt;Inline&lt;BR /&gt;[&lt;BR /&gt;    TargetDevice, RUPI&lt;BR /&gt;];&lt;BR /&gt;&lt;BR /&gt;For Each vTargetDevice in FieldValueList('TargetDevice')&lt;BR /&gt;&lt;BR /&gt;    Let vFound = False();&lt;BR /&gt;&lt;BR /&gt;    For Each vRUPI in FieldValueList('RUPI')&lt;BR /&gt;&lt;BR /&gt;        If '$(vRUPI)' Like '$(vTargetDevice)*' Then&lt;BR /&gt;&lt;BR /&gt;            Concatenate(Mapping)&lt;BR /&gt;            Load *&lt;BR /&gt;            Inline&lt;BR /&gt;            [&lt;BR /&gt;                TargetDevice, RUPI&lt;BR /&gt;                $(vTargetDevice), $(vRUPI)&lt;BR /&gt;            ];&lt;BR /&gt;&lt;BR /&gt;            Let vFound = True();&lt;BR /&gt;&lt;BR /&gt;        End If;&lt;BR /&gt;&lt;BR /&gt;    Next vRUPI;&lt;BR /&gt;&lt;BR /&gt;    If not vFound Then&lt;BR /&gt;&lt;BR /&gt;        Concatenate(Mapping)&lt;BR /&gt;        Load *&lt;BR /&gt;        Inline&lt;BR /&gt;        [&lt;BR /&gt;            TargetDevice, RUPI&lt;BR /&gt;            $(vTargetDevice), NotFound&lt;BR /&gt;        ];&lt;BR /&gt;&lt;BR /&gt;    End If;&lt;BR /&gt;&lt;BR /&gt;Next vTargetDevice;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 19:08:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Slow-to-load-code-that-implements-Exists-with-a-wildcard/m-p/1976540#M80557</guid>
      <dc:creator>smarties</dc:creator>
      <dc:date>2022-09-02T19:08:01Z</dc:date>
    </item>
    <item>
      <title>Re: Slow to load code that implements Exists() with a wildcard</title>
      <link>https://community.qlik.com/t5/App-Development/Slow-to-load-code-that-implements-Exists-with-a-wildcard/m-p/1976554#M80558</link>
      <description>&lt;P&gt;I would use a "wildcard mapping table" approach. See this downloadable example.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-offset-key="crd33-0-0"&gt;Qlikview Cookbook: Mapping With Wildcards &lt;/SPAN&gt;&lt;SPAN&gt;&lt;A href="https://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/" target="_blank"&gt;https://qlikviewcookbook.com/recipes/download-info/mapping-with-wildcards/&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;For your case, it would look something like this:&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;wildmap:&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;LOAD &lt;BR /&gt;&amp;nbsp; TargetDevice as Key, &lt;BR /&gt;&lt;/FONT&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; '*' &amp;amp; TargetDevice as Label&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;from ....;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;_MapExpr:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;LOAD&lt;/SPAN&gt; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; 'pick(wildMatch($1,' &amp;amp; &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39) &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;amp; &lt;SPAN class="s1"&gt;concat&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Key&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39) &amp;amp; ',' &amp;amp; &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39), &lt;SPAN class="s1"&gt;FieldIndex&lt;/SPAN&gt;('Key', &lt;SPAN class="s2"&gt;Key&lt;/SPAN&gt;)) &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;amp; &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;amp; '), ' &amp;amp; &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;amp; &lt;SPAN class="s1"&gt;concat&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;Label&lt;/SPAN&gt;, &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39) &amp;amp; ',' &amp;amp; &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39), &lt;SPAN class="s1"&gt;FieldIndex&lt;/SPAN&gt;('Key', &lt;SPAN class="s2"&gt;Key&lt;/SPAN&gt;))&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; &amp;amp; &lt;SPAN class="s1"&gt;chr&lt;/SPAN&gt;(39) &amp;amp; ')' &lt;SPAN class="s1"&gt;as&lt;/SPAN&gt; &lt;SPAN class="s2"&gt;MapExpr&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;RESIDENT&lt;/SPAN&gt; wildmap&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;LET&lt;/SPAN&gt; vMapExpr = &lt;SPAN class="s1"&gt;peek&lt;/SPAN&gt;('MapExpr', -1);&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="s1"&gt;DROP&lt;/SPAN&gt; &lt;SPAN class="s1"&gt;TABLE&lt;/SPAN&gt; _MapExpr;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;DROP TABLE wildmap;&lt;SPAN class="Apple-converted-space"&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN class="Apple-converted-space"&gt;Facts:&lt;BR /&gt;LOAD&lt;BR /&gt;&lt;/SPAN&gt;&lt;I&gt;&amp;nbsp; $(vMapExpr(RUPI))&lt;/I&gt; &lt;SPAN class="s2"&gt;as&lt;/SPAN&gt;&amp;nbsp;TargetDevice,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&amp;nbsp; ...&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;from ...;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="p1"&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2022 20:28:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Slow-to-load-code-that-implements-Exists-with-a-wildcard/m-p/1976554#M80558</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-09-02T20:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Slow to load code that implements Exists() with a wildcard</title>
      <link>https://community.qlik.com/t5/App-Development/Slow-to-load-code-that-implements-Exists-with-a-wildcard/m-p/1976711#M80581</link>
      <description>&lt;P&gt;Looping through each TargetDevice and RUPI combination is probably the slowest approach in Qlik. You want to load the RUPI list once with a LOAD-statement, and check each RUPI for Target Device hits with a search.&lt;/P&gt;
&lt;P&gt;Maybe this script does what you need? It looks a bit wonky because we're using dynamic script, but should execute over a 25k table swiftly. The Test-field can be used directly in the WHERE statement to filter the rows with no hits.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;TargetDevice:
LOAD * INLINE [
	TargetDevice
	A
	B
	C
];

let vL.WildMatch = ;

for each vL.TargetDevice in FieldValueList('TargetDevice')
	if Len('$(vL.WildMatch)') = 0 then
		let vL.WildMatch = '''$(vL.TargetDevice)*''';
	else
		let vL.WildMatch = '$(vL.WildMatch), ''$(vL.TargetDevice)*''';
	endif
next

Test:
LOAD
	RUPI,
	WildMatch(RUPI, $(vL.WildMatch)) as Test,
	Pick(WildMatch(RUPI, $(vL.WildMatch)),
		$(vL.WildMatch)
	) as Test2,
	Replace(Pick(WildMatch(RUPI, $(vL.WildMatch)),
		$(vL.WildMatch)
	), '*', '') as Test3
INLINE [
	RUPI
	A100
	B200
	C300
	D400
];&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result (Test3 is what you want):&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="oskartoivonen_0-1662326849175.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/88239iB5A533955F9FE662/image-size/medium?v=v2&amp;amp;px=400" role="button" title="oskartoivonen_0-1662326849175.png" alt="oskartoivonen_0-1662326849175.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2022 21:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Slow-to-load-code-that-implements-Exists-with-a-wildcard/m-p/1976711#M80581</guid>
      <dc:creator>oskartoivonen</dc:creator>
      <dc:date>2022-09-04T21:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Slow to load code that implements Exists() with a wildcard</title>
      <link>https://community.qlik.com/t5/App-Development/Slow-to-load-code-that-implements-Exists-with-a-wildcard/m-p/1979379#M80846</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6148"&gt;@rwunderlich&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/54602"&gt;@oskartoivonen&lt;/a&gt;. It's taken me a while to get my head round what you've provided. New techniques learnt.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2022 18:32:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Slow-to-load-code-that-implements-Exists-with-a-wildcard/m-p/1979379#M80846</guid>
      <dc:creator>smarties</dc:creator>
      <dc:date>2022-09-09T18:32:48Z</dc:date>
    </item>
    <item>
      <title>Re: Slow to load code that implements Exists() with a wildcard</title>
      <link>https://community.qlik.com/t5/App-Development/Slow-to-load-code-that-implements-Exists-with-a-wildcard/m-p/1979482#M80851</link>
      <description>&lt;P&gt;maybe another solution could be:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarcoWedel_0-1662819948481.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/88849i32BE3E1D6B2C1C9A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarcoWedel_0-1662819948481.png" alt="MarcoWedel_0-1662819948481.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;// some random test data

tabTargetDevice:
LOAD Left(KeepChar(Hash128(Rand()),'ABCDEFGHIJKLMNOPQRSTUVWXYZ'),Ceil(Rand()*3)+1) as TargetDevice
AutoGenerate 1000;

tabRUPI:
LOAD Left(KeepChar(Hash256(Rand()),'ABCDEFGHIJKLMNOPQRSTUVWXYZ'),Ceil(Rand()*8)+4) as RUPI
AutoGenerate 100000;



// Mapping

mapTargetDevice:
Mapping
LOAD Distinct
     TargetDevice,
     '@FoundOne@'&amp;amp;TargetDevice&amp;amp;'@RightUpToHere@'
Resident tabTargetDevice;

tabMapping:
LOAD Distinct
     RUPI,
     TextBetween(RUPIMapped,'@FoundOne@','@RightUpToHere@',1) as TargetDevice
Where RUPIMapped like '@FoundOne@*';
LOAD RUPI,
     MapSubString('mapTargetDevice',RUPI) as RUPIMapped
Resident tabRUPI;&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;hope this helps&lt;/P&gt;
&lt;P&gt;Marco&lt;/P&gt;</description>
      <pubDate>Sat, 10 Sep 2022 14:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Slow-to-load-code-that-implements-Exists-with-a-wildcard/m-p/1979482#M80851</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-09-10T14:27:17Z</dc:date>
    </item>
  </channel>
</rss>

