<?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 statements in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-new-field-depending-on-3-more-fields-from-source/m-p/1545279#M744685</link>
    <description>Hi, What product are you using QlikView or Sense? I would like to move it to the appropriate product forum. Thanks</description>
    <pubDate>Fri, 15 Feb 2019 19:13:26 GMT</pubDate>
    <dc:creator>Sue_Macaluso</dc:creator>
    <dc:date>2019-02-15T19:13:26Z</dc:date>
    <item>
      <title>Creating new field depending on 3 more fields from source</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-depending-on-3-more-fields-from-source/m-p/1545277#M744684</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Can some help in creating a new field Closeouts with close out and Excl Close out values depending on below condition in the Picture&lt;/P&gt;&lt;P&gt;If closeout number has null begin date and end date the number should always falls under closeout&lt;/P&gt;&lt;P&gt;If&amp;nbsp;closeout number has begin date would like to show that number under close out starting that date&lt;/P&gt;&lt;P&gt;if it has both begin and end date the number should fall under close out other then this condition everything should fall under excl close out&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Test12.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6152i7248E9C286B77629/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Test12.png" alt="Test12.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-depending-on-3-more-fields-from-source/m-p/1545277#M744684</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2024-11-16T04:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: if statements</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-depending-on-3-more-fields-from-source/m-p/1545279#M744685</link>
      <description>Hi, What product are you using QlikView or Sense? I would like to move it to the appropriate product forum. Thanks</description>
      <pubDate>Fri, 15 Feb 2019 19:13:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-depending-on-3-more-fields-from-source/m-p/1545279#M744685</guid>
      <dc:creator>Sue_Macaluso</dc:creator>
      <dc:date>2019-02-15T19:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: if statements</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-depending-on-3-more-fields-from-source/m-p/1545280#M744686</link>
      <description>&lt;P&gt;Hello Sue,&lt;/P&gt;&lt;P&gt;Its Qlikview&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 19:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-depending-on-3-more-fields-from-source/m-p/1545280#M744686</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2019-02-15T19:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field depending on 3 more fields from source</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-depending-on-3-more-fields-from-source/m-p/1545296#M744687</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The wordings was bit ambiguous. I am just writing a if clause , you jsut need to change the comments to what ever you desire&lt;/P&gt;&lt;PRE&gt;if(len(trim([Begin Date]))=0 and len(trim([End Date]))=0,'Closeouts',if(len(trim([End Date]))=0, 'Begining ' &amp;amp; [Begin Date] &amp;amp;' continuing ' ,'closed out during the time frame' &amp;amp;  [Begin Date] &amp;amp; [End Date]))&lt;/PRE&gt;&lt;P&gt;Please check for the field names case sensitivity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pradosh&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 19:59:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-depending-on-3-more-fields-from-source/m-p/1545296#M744687</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-15T19:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field depending on 3 more fields from source</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-depending-on-3-more-fields-from-source/m-p/1545326#M744688</link>
      <description>&lt;P&gt;Thanks Pradosh,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using your code took me some where but below code stuck my mind, it came with no errors but not deriving any results on front end&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is some thing am looking for but not derived results I need&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;if(len(trim(date([Begin Date])))=0 and len(trim(date([End Date])))=0 ,&lt;BR /&gt;if(len(trim(date([Begin Date])))&amp;gt;0 ,&lt;BR /&gt;if(len(trim( date([Begin Date] and date([End Date]&amp;gt;0)))),'Closeouts' ,'Excl Closeout'))) as Closeout&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;source data&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/6158i570498C6822F0618/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Feb 2019 21:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-depending-on-3-more-fields-from-source/m-p/1545326#M744688</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2019-02-15T21:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Creating new field depending on 3 more fields from source</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-new-field-depending-on-3-more-fields-from-source/m-p/1545454#M744689</link>
      <description>&lt;P&gt;You didn't exactly used my expression. I am attaching the qvw . Please use it.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Feb 2019 19:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-new-field-depending-on-3-more-fields-from-source/m-p/1545454#M744689</guid>
      <dc:creator>pradosh_thakur</dc:creator>
      <dc:date>2019-02-16T19:16:35Z</dc:date>
    </item>
  </channel>
</rss>

