<?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: Case Statement in QlikSense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Case-Statement-in-QlikSense/m-p/1855572#M70618</link>
    <description>&lt;P&gt;Perfect, this is exactly the kind of solution I was looking for! Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 04 Nov 2021 14:26:12 GMT</pubDate>
    <dc:creator>mhill176</dc:creator>
    <dc:date>2021-11-04T14:26:12Z</dc:date>
    <item>
      <title>Case Statement in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Case-Statement-in-QlikSense/m-p/1855567#M70616</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need a way to convert a YRMON string (ex. 202109 or 202005) into quarters.&lt;/P&gt;
&lt;P&gt;So if Right(YRMON, 2)&amp;gt;9,4 should print '4' for any 4th quarter month - but I'm having trouble nesting the statements to mimic a CASE statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help would be appreciated,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 14:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Case-Statement-in-QlikSense/m-p/1855567#M70616</guid>
      <dc:creator>mhill176</dc:creator>
      <dc:date>2021-11-04T14:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Case Statement in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Case-Statement-in-QlikSense/m-p/1855569#M70617</link>
      <description>&lt;P&gt;Hi, you don't really need a case or nested if, to get the quarter you can use something like:&lt;/P&gt;
&lt;P&gt;Ceil(Right(&lt;SPAN&gt;YRMON&lt;/SPAN&gt;,2)/3)&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 14:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Case-Statement-in-QlikSense/m-p/1855569#M70617</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-11-04T14:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Case Statement in QlikSense</title>
      <link>https://community.qlik.com/t5/App-Development/Case-Statement-in-QlikSense/m-p/1855572#M70618</link>
      <description>&lt;P&gt;Perfect, this is exactly the kind of solution I was looking for! Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 14:26:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Case-Statement-in-QlikSense/m-p/1855572#M70618</guid>
      <dc:creator>mhill176</dc:creator>
      <dc:date>2021-11-04T14:26:12Z</dc:date>
    </item>
  </channel>
</rss>

