<?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 switch control statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/switch-control-statement/m-p/933613#M971143</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi All,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am not clear about &lt;SPAN class="Bold"&gt;switch&lt;/SPAN&gt; control statement.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;Please give an example to Switch&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #0000ff;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2015 11:18:37 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2015-09-11T11:18:37Z</dc:date>
    <item>
      <title>switch control statement</title>
      <link>https://community.qlik.com/t5/QlikView/switch-control-statement/m-p/933613#M971143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi All,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I am not clear about &lt;SPAN class="Bold"&gt;switch&lt;/SPAN&gt; control statement.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt;Please give an example to Switch&lt;/SPAN&gt;&lt;SPAN style="line-height: 1.5em; color: #0000ff;"&gt;&lt;STRONG&gt;.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 11:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/switch-control-statement/m-p/933613#M971143</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-09-11T11:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: switch control statement</title>
      <link>https://community.qlik.com/t5/QlikView/switch-control-statement/m-p/933614#M971144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is from the QlikView help.&lt;/P&gt;&lt;P&gt;If I evaluates to 1, the first load statement is executed, if I evaluates to 2 the second &lt;SPAN style="font-size: 13.3333px;"&gt;load statement is executed and in any other case the third &lt;SPAN style="font-size: 13.3333px;"&gt;load statement is executed.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;switch I&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;case 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;load '$(I): CASE 1' as case autogenerate 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;case 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;load '$(I): CASE 2' as case autogenerate 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;default&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;load '$(I): DEFAULT' as case autogenerate 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;end switch&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 11:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/switch-control-statement/m-p/933614#M971144</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-09-11T11:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: switch control statement</title>
      <link>https://community.qlik.com/t5/QlikView/switch-control-statement/m-p/933615#M971145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;Switch control statement(conditional statement) used to control logical flow of script execution. Executes one of many choices,based on the value of an expression. If no match is found for the value, the DEFAULT statements are executed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;SWITCH I &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;CASE 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;[Executed when ‘I’ is 1]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;CASE 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;[Executed when ‘I’ is 2]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;CASE 3&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;[Executed when ‘I’ is 3]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;DEFAULT&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;[Executed when ‘I’ is not 1 or 2 or 3]&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="color: black;"&gt;END SWITCH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="example" style="margin-bottom: .0001pt; background: white;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: black;"&gt;Examples:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="code" style="background: white;"&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif'; font-weight: inherit;"&gt;switch I&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="code" style="background: white;"&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif'; font-weight: inherit;"&gt;case 1&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="code" style="background: white;"&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif'; font-weight: inherit;"&gt;load '$(I): CASE 1' as case autogenerate 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="code" style="background: white;"&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif'; font-weight: inherit;"&gt;case 2&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="code" style="background: white;"&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif'; font-weight: inherit;"&gt;load '$(I): CASE 2' as case autogenerate 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="code" style="background: white;"&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif'; font-weight: inherit;"&gt;default&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="code" style="background: white;"&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif'; font-weight: inherit;"&gt;load '$(I): DEFAULT' as case autogenerate 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="code" style="background: white;"&gt;&lt;SPAN style="color: black; font-style: inherit; font-size: 11.0pt; font-family: 'Calibri','sans-serif'; font-weight: inherit;"&gt;end switch&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Regards&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;Neetha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2015 13:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/switch-control-statement/m-p/933615#M971145</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-11T13:09:25Z</dc:date>
    </item>
  </channel>
</rss>

