<?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 Need help to add numeric value with date field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293064#M108755</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Date( [Invoice Date] + 30) as Duedate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Nov 2011 08:53:55 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-03T08:53:55Z</dc:date>
    <item>
      <title>Need help to add numeric value with date field</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293060#M108751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Morning All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to add 30 days with a date filed the output is wrong, I tried like this =Invoice date +30 it shows incorrect value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to do this..Can you help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 07:17:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293060#M108751</guid>
      <dc:creator />
      <dc:date>2011-11-03T07:17:59Z</dc:date>
    </item>
    <item>
      <title>Need help to add numeric value with date field</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293061#M108752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; First thing make sure that the field contains valid date.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Second if you want to change the month (30/31 days) you can use the addmonth() function to achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; For more on addmonth() look for Qlikview Help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If not then please send us the sample qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 07:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293061#M108752</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-11-03T07:22:39Z</dc:date>
    </item>
    <item>
      <title>Need help to add numeric value with date field</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293062#M108753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this ..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(Date + 30)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 07:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293062#M108753</guid>
      <dc:creator />
      <dc:date>2011-11-03T07:23:24Z</dc:date>
    </item>
    <item>
      <title>Need help to add numeric value with date field</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293063#M108754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, In the script itself I would like to add 30 days with the Invoice date for calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD [Invoice Number], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Date],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Invoice Date] as duedate +30&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 07:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293063#M108754</guid>
      <dc:creator />
      <dc:date>2011-11-03T07:54:13Z</dc:date>
    </item>
    <item>
      <title>Need help to add numeric value with date field</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293064#M108755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Date( [Invoice Date] + 30) as Duedate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 08:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293064#M108755</guid>
      <dc:creator />
      <dc:date>2011-11-03T08:53:55Z</dc:date>
    </item>
    <item>
      <title>Need help to add numeric value with date field</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293065#M108756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear Chriss,&lt;/P&gt;&lt;P&gt;if u want to add 30 days in invoice date to make it due date u should write the script like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load [Invoice Number],&lt;/P&gt;&lt;P&gt;[Invoice Date],&lt;/P&gt;&lt;P&gt;date([Invoice Date]+30) as DueDate&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 09:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293065#M108756</guid>
      <dc:creator />
      <dc:date>2011-11-03T09:17:35Z</dc:date>
    </item>
    <item>
      <title>Need help to add numeric value with date field</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293066#M108757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Dear Gunjita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help, it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chriss&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 09:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help-to-add-numeric-value-with-date-field/m-p/293066#M108757</guid>
      <dc:creator />
      <dc:date>2011-11-03T09:43:05Z</dc:date>
    </item>
  </channel>
</rss>

