<?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: If Else Qliksense Load Script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/If-Else-Qliksense-Load-Script/m-p/1797233#M64451</link>
    <description>Thank you!&lt;BR /&gt;</description>
    <pubDate>Tue, 06 Apr 2021 14:16:39 GMT</pubDate>
    <dc:creator>jasonrimkus</dc:creator>
    <dc:date>2021-04-06T14:16:39Z</dc:date>
    <item>
      <title>If Else Qliksense Load Script</title>
      <link>https://community.qlik.com/t5/App-Development/If-Else-Qliksense-Load-Script/m-p/1794435#M62236</link>
      <description>&lt;P&gt;Migrating an App to Qliksense, the following script worked as intended in Qlikview, but is throwing syntax errors in QS.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the variable governs whether or not i&amp;nbsp; want to load in where CustomerNLCStatusAsOfCall = 'N/L'&amp;nbsp; or not.&amp;nbsp; This greatly reduces the data, but sometimes i want to load them in for other analysis.&amp;nbsp; \&lt;/P&gt;&lt;P&gt;if $(vLoadClients) = 0, Load this Script, Load other script&lt;/P&gt;&lt;P&gt;------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;if $(vLoadClients) = 0&lt;BR /&gt;Activities: NoConcatenate&lt;BR /&gt;Load * Resident ActivitiesTEMP&lt;BR /&gt;where year(ActivityDate) &amp;gt;= '$(vResultsThruYear)'&amp;nbsp;&lt;BR /&gt;and (CustomerNLCStatusAsOfCall = 'N/L' or CustomerNLCStatusAsOfCall = 'UnMatched')&lt;BR /&gt;;&lt;BR /&gt;Else&lt;BR /&gt;Activities: NoConcatenate&lt;BR /&gt;Load * Resident ActivitiesTEMP&lt;BR /&gt;where year(ActivityDate) &amp;gt;= '$(vResultsThruYear)'&lt;BR /&gt;;&lt;BR /&gt;Endif;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-Else-Qliksense-Load-Script/m-p/1794435#M62236</guid>
      <dc:creator>jasonrimkus</dc:creator>
      <dc:date>2024-11-16T17:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: If Else Qliksense Load Script</title>
      <link>https://community.qlik.com/t5/App-Development/If-Else-Qliksense-Load-Script/m-p/1794545#M62252</link>
      <description>&lt;P&gt;In Qlik Sense, you need a "then" with If and space between endif.&amp;nbsp; Try this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;if $(vLoadClients) = 0 then&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Activities: NoConcatenate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Load * Resident ActivitiesTEMP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where year(ActivityDate) &amp;gt;= '$(vResultsThruYear)'&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and (CustomerNLCStatusAsOfCall = 'N/L' or CustomerNLCStatusAsOfCall = 'UnMatched')&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Else&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Activities: NoConcatenate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Load * Resident ActivitiesTEMP&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where year(ActivityDate) &amp;gt;= '$(vResultsThruYear)'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End if&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Mar 2021 15:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-Else-Qliksense-Load-Script/m-p/1794545#M62252</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-03-25T15:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: If Else Qliksense Load Script</title>
      <link>https://community.qlik.com/t5/App-Development/If-Else-Qliksense-Load-Script/m-p/1797233#M64451</link>
      <description>Thank you!&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Apr 2021 14:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/If-Else-Qliksense-Load-Script/m-p/1797233#M64451</guid>
      <dc:creator>jasonrimkus</dc:creator>
      <dc:date>2021-04-06T14:16:39Z</dc:date>
    </item>
  </channel>
</rss>

