<?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: How to use QlikSense if statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-QlikSense-if-statement/m-p/2013039#M1221832</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Try like below&lt;/P&gt;
&lt;P&gt;Load *,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If(Match(Column1, 1,2,3), 2,&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If(Column1=7, 1,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'other value')) as Column2&lt;/SPAN&gt;&lt;BR /&gt;from ursource;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Dec 2022 09:00:31 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2022-12-06T09:00:31Z</dc:date>
    <item>
      <title>How to use QlikSense if statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-QlikSense-if-statement/m-p/2012928#M1221827</link>
      <description>&lt;P&gt;I want to make a statement so that if the value of column 1 is 1 to 3, column 2 will return 2, and if the value of column 1 is 7, then column 2 will return 1.&lt;/P&gt;
&lt;P&gt;What should I do?&lt;BR /&gt;I'm not good at nesting QlikSense if statements.&lt;/P&gt;
&lt;P&gt;please help me.&lt;/P&gt;
&lt;P&gt;Thanks you!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 03:48:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-QlikSense-if-statement/m-p/2012928#M1221827</guid>
      <dc:creator>qwebnm</dc:creator>
      <dc:date>2022-12-06T03:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use QlikSense if statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-QlikSense-if-statement/m-p/2013023#M1221829</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Try the below expression:&lt;/P&gt;
&lt;P&gt;If(Value=7,'1',If(Value&amp;gt;=1 and Value&amp;lt;=3,'2','NA'))&lt;/P&gt;
&lt;P&gt;Replace 'Value, with your column 1 name.&lt;/P&gt;
&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SK&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 08:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-QlikSense-if-statement/m-p/2013023#M1221829</guid>
      <dc:creator>Saurabh_K14999</dc:creator>
      <dc:date>2022-12-06T08:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to use QlikSense if statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-QlikSense-if-statement/m-p/2013028#M1221830</link>
      <description>&lt;P&gt;Column1,&lt;BR /&gt;If(1&amp;lt;=Column1 and Column1&amp;lt;=3, 2,&lt;BR /&gt;If(Column1=7, 1,&lt;BR /&gt;'other value')) as Column2,&lt;BR /&gt;Column3,&lt;BR /&gt;...&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 08:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-QlikSense-if-statement/m-p/2013028#M1221830</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-12-06T08:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to use QlikSense if statement</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-QlikSense-if-statement/m-p/2013039#M1221832</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;Try like below&lt;/P&gt;
&lt;P&gt;Load *,&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If(Match(Column1, 1,2,3), 2,&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If(Column1=7, 1,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'other value')) as Column2&lt;/SPAN&gt;&lt;BR /&gt;from ursource;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 09:00:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-QlikSense-if-statement/m-p/2013039#M1221832</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2022-12-06T09:00:31Z</dc:date>
    </item>
  </channel>
</rss>

