<?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: DATEDIFF in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/DATEDIFF/m-p/809964#M660029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DateDiff() is not a valid Qlik Sense function. Manish example should achieve the same. &lt;/P&gt;&lt;P&gt;Here's a link to the reference for &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Qlik Sense functions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/sense/en-US/online/#../Subsystems/Hub/Content/Scripting/FunctionsInScriptAndChart.htm" title="http://help.qlik.com/sense/en-US/online/#../Subsystems/Hub/Content/Scripting/FunctionsInScriptAndChart.htm"&gt;http://help.qlik.com/sense/en-US/online/#../Subsystems/Hub/Content/Scripting/FunctionsInScriptAndChart.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Mar 2015 05:18:37 GMT</pubDate>
    <dc:creator>Ralf-Narfeldt</dc:creator>
    <dc:date>2015-03-30T05:18:37Z</dc:date>
    <item>
      <title>DATEDIFF</title>
      <link>https://community.qlik.com/t5/QlikView/DATEDIFF/m-p/809962#M660022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to QuikSense and just starting to evaluate it as a BI tool.&amp;nbsp; I downloaded the free version and am trying to do a simple calculation with DATEDIFF, but get a "not a valid function" error when I attempt to upload the data. I am a SQL novice so there may be an error in my script (below). How in depth a knowledge of SQL does a user need have to develop useful, relevant apps? Where can I find a resource for functions built-in to QlikSense?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATEDIFF(DD,admit_dt_ts, GETDATE()) as [LOS],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 18:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATEDIFF/m-p/809962#M660022</guid>
      <dc:creator />
      <dc:date>2015-03-27T18:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: DATEDIFF</title>
      <link>https://community.qlik.com/t5/QlikView/DATEDIFF/m-p/809963#M660026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interval(now() - admit_dt_ts,'DD') as LOS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Mar 2015 14:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATEDIFF/m-p/809963#M660026</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-03-28T14:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: DATEDIFF</title>
      <link>https://community.qlik.com/t5/QlikView/DATEDIFF/m-p/809964#M660029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DateDiff() is not a valid Qlik Sense function. Manish example should achieve the same. &lt;/P&gt;&lt;P&gt;Here's a link to the reference for &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Qlik Sense functions:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/sense/en-US/online/#../Subsystems/Hub/Content/Scripting/FunctionsInScriptAndChart.htm" title="http://help.qlik.com/sense/en-US/online/#../Subsystems/Hub/Content/Scripting/FunctionsInScriptAndChart.htm"&gt;http://help.qlik.com/sense/en-US/online/#../Subsystems/Hub/Content/Scripting/FunctionsInScriptAndChart.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 05:18:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATEDIFF/m-p/809964#M660029</guid>
      <dc:creator>Ralf-Narfeldt</dc:creator>
      <dc:date>2015-03-30T05:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: DATEDIFF</title>
      <link>https://community.qlik.com/t5/QlikView/DATEDIFF/m-p/809965#M660032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interval is a best option and function provided by Qlik.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 05:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATEDIFF/m-p/809965#M660032</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2015-03-30T05:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: DATEDIFF</title>
      <link>https://community.qlik.com/t5/QlikView/DATEDIFF/m-p/809966#M660035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or simpler, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; now() - admit_dt_ts as LOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Interval() just formats the result into a specified time format. Here you don't need it, since you want it in days and that is what the subtraction returns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 05:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATEDIFF/m-p/809966#M660035</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-03-30T05:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: DATEDIFF</title>
      <link>https://community.qlik.com/t5/QlikView/DATEDIFF/m-p/1784335#M1209849</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;Please note you can vote on this idea to implement datediff in Qlik Sense :&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Ideas/New-function-Datediff-to-have-the-difference-between-two-dates/idi-p/1756870" target="_blank"&gt;https://community.qlik.com/t5/Ideas/New-function-Datediff-to-have-the-difference-between-two-dates/idi-p/1756870&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Simon&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 18:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/DATEDIFF/m-p/1784335#M1209849</guid>
      <dc:creator>simonaubert</dc:creator>
      <dc:date>2021-02-19T18:58:30Z</dc:date>
    </item>
  </channel>
</rss>

