<?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: Avg duration between 2 Dates in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Avg-duration-between-2-Dates/m-p/1989045#M81739</link>
    <description>&lt;P&gt;Hi, what type are these filecreatedate and pruefdatum fields are? Timestamp? Maybe just simplify your expression to&lt;/P&gt;
&lt;P&gt;avg(aggr(filecreatedate - pruefdatum, zeitpunktverarbeitung))&lt;/P&gt;</description>
    <pubDate>Wed, 05 Oct 2022 10:35:12 GMT</pubDate>
    <dc:creator>justISO</dc:creator>
    <dc:date>2022-10-05T10:35:12Z</dc:date>
    <item>
      <title>Avg duration between 2 Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Avg-duration-between-2-Dates/m-p/1989029#M81738</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;I have 2 Date Type Columns named&amp;nbsp; "pruefdatum" and&amp;nbsp; "filecreatedate" and one column to extract day named "zeitpunktverarbeitung" my Customer wants the KPI like this:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Average duration between pruefdatum and filecreatedate&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;and he had told me he want pro day&lt;/P&gt;
&lt;P&gt;I had tried this Formula but it gives me" - "as result:&lt;/P&gt;
&lt;P&gt;=avg(aggr(date(filecreatedate) -date(pruefdatum), day(zeitpunktverarbeitung)))&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;pleas guide me how I should calculated this&lt;/P&gt;
&lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 09:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avg-duration-between-2-Dates/m-p/1989029#M81738</guid>
      <dc:creator>Samanehsorournejad</dc:creator>
      <dc:date>2022-10-05T09:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Avg duration between 2 Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Avg-duration-between-2-Dates/m-p/1989045#M81739</link>
      <description>&lt;P&gt;Hi, what type are these filecreatedate and pruefdatum fields are? Timestamp? Maybe just simplify your expression to&lt;/P&gt;
&lt;P&gt;avg(aggr(filecreatedate - pruefdatum, zeitpunktverarbeitung))&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 10:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avg-duration-between-2-Dates/m-p/1989045#M81739</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-10-05T10:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Avg duration between 2 Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Avg-duration-between-2-Dates/m-p/1989048#M81740</link>
      <description>&lt;P&gt;filecreatedate and pruefdatum have date type and zeitpunktverarbeitung has timestamp type&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 10:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avg-duration-between-2-Dates/m-p/1989048#M81740</guid>
      <dc:creator>Samanehsorournejad</dc:creator>
      <dc:date>2022-10-05T10:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: Avg duration between 2 Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Avg-duration-between-2-Dates/m-p/1989050#M81741</link>
      <description>&lt;P&gt;so in this case I believe even&lt;/P&gt;
&lt;P&gt;avg(filecreatedate - pruefdatum)&lt;/P&gt;
&lt;P&gt;should be enough. Still getting " - "?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 10:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avg-duration-between-2-Dates/m-p/1989050#M81741</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-10-05T10:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Avg duration between 2 Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Avg-duration-between-2-Dates/m-p/1989051#M81742</link>
      <description>&lt;P&gt;but they want they can filter it per day and month and they want avg of difference&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 10:40:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avg-duration-between-2-Dates/m-p/1989051#M81742</guid>
      <dc:creator>Samanehsorournejad</dc:creator>
      <dc:date>2022-10-05T10:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Avg duration between 2 Dates</title>
      <link>https://community.qlik.com/t5/App-Development/Avg-duration-between-2-Dates/m-p/1989055#M81743</link>
      <description>&lt;P&gt;Now its even harder to understand the need &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; Which fields they want to filter per day and month? filecreatedate, pruefdatum, both? This makes difference, so please provide sample data for better understanding.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 10:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Avg-duration-between-2-Dates/m-p/1989055#M81743</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-10-05T10:48:27Z</dc:date>
    </item>
  </channel>
</rss>

