<?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: Trying to build a If Statement in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958168#M979066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whatis the logic you are trying to follow here?? May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are trying to flag LT Open with 1 when both Claim Type is Lost Time and Claim Status is Open&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;if([Claim_Type]='Lost Time' and [Claim_Status]='Open',1,0) as LT Open&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If you are trying to flag LT Open with 1 when both Claim Type is Lost Time or Claim Status is Open&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if([Claim_Type]='Lost Time' or[Claim_Status]='Open',1,0) as LT Open&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Aug 2015 18:47:59 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-08-19T18:47:59Z</dc:date>
    <item>
      <title>Trying to build a If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958166#M979064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I am trying to build a if statement from 2 fields in the same table and load back to the table so I can use in reports I am creating&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Claim_Type]='Lost Time',if([Claim_Status]='Open',1,0))as LT Open&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 18:13:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958166#M979064</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-19T18:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to build a If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958167#M979065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what issues do you see? Could you post some sample data lines of that table and your requested result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 18:41:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958167#M979065</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-08-19T18:41:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to build a If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958168#M979066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whatis the logic you are trying to follow here?? May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are trying to flag LT Open with 1 when both Claim Type is Lost Time and Claim Status is Open&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;if([Claim_Type]='Lost Time' and [Claim_Status]='Open',1,0) as LT Open&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If you are trying to flag LT Open with 1 when both Claim Type is Lost Time or Claim Status is Open&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if([Claim_Type]='Lost Time' or[Claim_Status]='Open',1,0) as LT Open&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 18:47:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958168#M979066</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-08-19T18:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to build a If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958169#M979067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if([Claim_Type]='Lost Time' and [Claim_Status]='Open',1,0) as LT Open&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2015 18:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958169#M979067</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-19T18:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to build a If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958170#M979068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;if(([Claim_Type]='Lost Time' and [Claim_Status]='Open'),1,0) as [LT Open],&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/96500_Capture.JPG" style="height: auto;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 02:35:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958170#M979068</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-20T02:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to build a If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958171#M979069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Look like that worked&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 11:16:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958171#M979069</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-20T11:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to build a If Statement</title>
      <link>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958172#M979070</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 Tom,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please close the thread by selecting Correct Answer,Helpful answers and Close the thread. Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2015 14:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Trying-to-build-a-If-Statement/m-p/958172#M979070</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-20T14:22:07Z</dc:date>
    </item>
  </channel>
</rss>

