<?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: excluding and including values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115238#M8001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So after ensuring the production date was used correctly I was able to load in data, however my OPEN_AMT is null across all dates. It should be a balance amount for 7/23 onwards&lt;/P&gt;&lt;P class="headline edc_error" style="padding: 0 10px; font-weight: bolder; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;The following error occurred:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;Field 'OPEN_AMT' not found&lt;/P&gt;&lt;P class="headline edc_error" style="padding: 0 10px; font-weight: bolder; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;The error occurred here:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2018 17:46:23 GMT</pubDate>
    <dc:creator>hamza99a</dc:creator>
    <dc:date>2018-08-07T17:46:23Z</dc:date>
    <item>
      <title>excluding and including values</title>
      <link>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115229#M7992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I have a bunch of csv files that &lt;EM&gt; load in and store in a &lt;/EM&gt;qvd. Recently, we added in a new field called OPEN_AMT. What I would like to do is to create an if statment that gathers data from the new field onward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My if statement:&lt;/P&gt;&lt;P&gt;if (production date&amp;gt;='07/23/2018',OPEN_AMT,null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, when I type in OPEN_AMT it does not recognize it. The script runs but does not give me the open amt field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you and&amp;nbsp; any help would be appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 15:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115229#M7992</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-07T15:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: excluding and including values</title>
      <link>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115230#M7993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/206168"&gt;youssefbelloum&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/196434"&gt;sureshqv&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/43763"&gt;csg&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/2226"&gt;johnw&lt;/A&gt;‌&lt;A href="https://community.qlik.com/qlik-users/31575"&gt;olivierrobin&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 15:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115230#M7993</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-07T15:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: excluding and including values</title>
      <link>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115231#M7994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you mean to do this?&lt;/P&gt;&lt;P&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;if (production date&amp;gt;='07/23/2018',OPEN_AMT,null()) &lt;SPAN style="color: #ff0000;"&gt;as &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG style="color: #ff0000;"&gt;OPEN_AMT&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 15:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115231#M7994</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-07T15:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: excluding and including values</title>
      <link>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115232#M7995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes im sorry I did that as well but it didnt work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 15:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115232#M7995</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-07T15:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: excluding and including values</title>
      <link>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115233#M7996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;EDITED&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe it gives you null on all the rows..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you gave the field an alias and put production date into [], like this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if ([production date]&amp;gt;='07/23/2018',OPEN_AMT,null()) as &lt;SPAN style="font-size: 13.3333px;"&gt;OPEN_AMT&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also, what is your &lt;SPAN style="text-decoration: line-through;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: line-through;"&gt;OPEN_AMT and&lt;/SPAN&gt;&lt;/SPAN&gt; [production&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/SPAN&gt;date] format ? &lt;SPAN style="text-decoration: line-through;"&gt;&lt;SPAN style="color: #ff0000; text-decoration: line-through;"&gt;they should be the same&lt;/SPAN&gt;&lt;/SPAN&gt;..if it is DD/MM/YYYY, you can try to format it inside that script line, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;if (Date(Date#(production date,'DD/MM/YYYY'),'DD/MM/YYYY')&amp;gt;='07/23/2018',OPEN_AMT,null()) as &lt;SPAN style="font-size: 13.3333px;"&gt;OPEN_AMT&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 15:31:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115233#M7996</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-08-07T15:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: excluding and including values</title>
      <link>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115234#M7997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, what exactly was the issue? You don't see a field name called OPEN_AMT or do you see all nulls in OPEN_AMT? If the values are all nulls... may be try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(production date &amp;gt;= &lt;SPAN style="color: #ff0000;"&gt;MakeDate(2018, 7, 23)&lt;/SPAN&gt;, OPEN_AMT, Null()) as OPEN_AMT&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 15:32:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115234#M7997</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-07T15:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: excluding and including values</title>
      <link>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115235#M7998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with that code I am getting errors stating the field Production Date is not found.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 15:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115235#M7998</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-07T15:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: excluding and including values</title>
      <link>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115236#M7999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well what is your field name? production date or Production Date? Qlik is case sensitive... so make sure to use the correct casing. Also, &lt;A href="https://community.qlik.com/people/youssefbelloum"&gt;youssefbelloum&lt;/A&gt; mentioned a good point... since you have space in the field name... wrap it around with&amp;nbsp; sqaure brackets []&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 15:43:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115236#M7999</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-07T15:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: excluding and including values</title>
      <link>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115237#M8000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello youssef, &lt;/P&gt;&lt;P&gt;Unfortunately i get this error message:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following error occurred:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;Field 'OPEN_AMT' not found&lt;/P&gt;&lt;P class="headline edc_error" style="padding: 0 10px; font-weight: bolder; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;The error occurred here:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;?&lt;/P&gt;&lt;P class="headline edc_error" style="padding: 0 10px; font-weight: bolder; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;The following error occurred:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;Field 'Production Date' not found&lt;/P&gt;&lt;P class="headline edc_error" style="padding: 0 10px; font-weight: bolder; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;The error occurred here:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;?&lt;/P&gt;&lt;P class="headline edc_error" style="padding: 0 10px; font-weight: bolder; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;The following error occurred:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;Field 'Production Date' not found&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 17:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115237#M8000</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-07T17:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: excluding and including values</title>
      <link>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115238#M8001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So after ensuring the production date was used correctly I was able to load in data, however my OPEN_AMT is null across all dates. It should be a balance amount for 7/23 onwards&lt;/P&gt;&lt;P class="headline edc_error" style="padding: 0 10px; font-weight: bolder; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;The following error occurred:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;Field 'OPEN_AMT' not found&lt;/P&gt;&lt;P class="headline edc_error" style="padding: 0 10px; font-weight: bolder; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;The error occurred here:&lt;/P&gt;&lt;P class="edc_error" style="padding: 0 10px; color: #595959; font-family: 'Courier New'; font-size: 13px; background: rgba(255, 38, 38, 0.2);"&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2018 17:46:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/excluding-and-including-values/m-p/115238#M8001</guid>
      <dc:creator>hamza99a</dc:creator>
      <dc:date>2018-08-07T17:46:23Z</dc:date>
    </item>
  </channel>
</rss>

