<?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 if condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/1298331#M838953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need an if condition for $(Include=\\....\...\configfiles.txt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example.&amp;nbsp; .. If the .qvw file path contains&amp;nbsp; 'C:\Orginal' then &lt;SPAN style="font-size: 13.3333px;"&gt;$(Include=\\....\...\configfiles.txt)&lt;/SPAN&gt; else &lt;SPAN style="font-size: 13.3333px;"&gt;$(Include=\\....\...\newconfigfiles.txt)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>raadwiptec</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/1298331#M838953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need an if condition for $(Include=\\....\...\configfiles.txt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example.&amp;nbsp; .. If the .qvw file path contains&amp;nbsp; 'C:\Orginal' then &lt;SPAN style="font-size: 13.3333px;"&gt;$(Include=\\....\...\configfiles.txt)&lt;/SPAN&gt; else &lt;SPAN style="font-size: 13.3333px;"&gt;$(Include=\\....\...\newconfigfiles.txt)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/1298331#M838953</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/1298332#M838954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF DocumentPath() LIKE 'C:\Original*' THEN&lt;/P&gt;&lt;P&gt;TRACE Include1;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;$(Include=\\....\...\configfiles.txt);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ELSE &lt;/P&gt;&lt;P&gt;TRACE Include2;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;$(Include=\\....\...\newconfigfiles.txt);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 May 2017 09:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/1298332#M838954</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2017-05-07T09:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/1298333#M838955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SET vPath = 'C:\Original';&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;IF If(SubStringCount(DocumentPath(),'$(vPath)'),'C:\Original') = WildMatch($(vPath),'$(vPath)') THEN&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px; font-style: inherit;"&gt;$(Include=\\....\...\configfiles.txt);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;ELSE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333px; font-style: inherit;"&gt;$(Include=\\....\...\newconfigfiles.txt);&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;ENDIF&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2017 05:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/1298333#M838955</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-08T05:00:07Z</dc:date>
    </item>
  </channel>
</rss>

