<?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: Day - 1 not working in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Day-1-not-working/m-p/1922755#M75962</link>
    <description>&lt;P&gt;It doesn't work for me .&lt;/P&gt;
&lt;P&gt;I still get 0 as result.&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 12:52:07 GMT</pubDate>
    <dc:creator>Yedikapi</dc:creator>
    <dc:date>2022-04-26T12:52:07Z</dc:date>
    <item>
      <title>Day - 1 not working</title>
      <link>https://community.qlik.com/t5/App-Development/Day-1-not-working/m-p/1922736#M75959</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm trying to add -1 day to my string variable varBeginDatum.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But it result 0 .&lt;/P&gt;
&lt;P&gt;SnapshotDate_Stock_In_Use is date type.&lt;/P&gt;
&lt;P&gt;varBeginDatum is string.&lt;/P&gt;
&lt;P&gt;sum({&amp;lt; SnapshotDate_Stock_In_Use = {"$(=date(varBeginDatum-1))"}&amp;gt;} Qty_Stock_In_Use)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where do I wrong ?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 12:40:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Day-1-not-working/m-p/1922736#M75959</guid>
      <dc:creator>Yedikapi</dc:creator>
      <dc:date>2022-04-26T12:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: Day - 1 not working</title>
      <link>https://community.qlik.com/t5/App-Development/Day-1-not-working/m-p/1922749#M75961</link>
      <description>&lt;P&gt;Only numeric value could be calculated against each other, means you need to convert the string to a number, maybe with something like:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$(=date(date#(varBeginDatum, 'FormatPattern')-1))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 12:47:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Day-1-not-working/m-p/1922749#M75961</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2022-04-26T12:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Day - 1 not working</title>
      <link>https://community.qlik.com/t5/App-Development/Day-1-not-working/m-p/1922755#M75962</link>
      <description>&lt;P&gt;It doesn't work for me .&lt;/P&gt;
&lt;P&gt;I still get 0 as result.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 12:52:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Day-1-not-working/m-p/1922755#M75962</guid>
      <dc:creator>Yedikapi</dc:creator>
      <dc:date>2022-04-26T12:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Day - 1 not working</title>
      <link>https://community.qlik.com/t5/App-Development/Day-1-not-working/m-p/1922775#M75963</link>
      <description>&lt;P&gt;I've done following which has worked !&lt;/P&gt;
&lt;P&gt;sum({&amp;lt; SnapshotDate_Stock_In_Use = {"$(=date(varBeginDatum-1,'YYYY-MM-DD'))"}&amp;gt;} Qty_Stock_In_Use)&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 13:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Day-1-not-working/m-p/1922775#M75963</guid>
      <dc:creator>Yedikapi</dc:creator>
      <dc:date>2022-04-26T13:06:19Z</dc:date>
    </item>
  </channel>
</rss>

