<?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: Interval between two dates with set expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429928#M96475</link>
    <description>&lt;P&gt;You can use most aggregation functions (min, max, sum, avg, ...) instead of Only().&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2024 15:27:06 GMT</pubDate>
    <dc:creator>LRuCelver</dc:creator>
    <dc:date>2024-03-12T15:27:06Z</dc:date>
    <item>
      <title>Interval between two dates with set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429817#M96465</link>
      <description>&lt;P&gt;Hey Members,&lt;/P&gt;
&lt;P&gt;i have the following problem:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to calculate the differences (in days) between two dates witth set expression, like here:&lt;/P&gt;
&lt;P&gt;SLA Statuswechsel with SLA Status 'Technical Complete' - SLA Statuswechsel with SLA Status 'Open'&lt;/P&gt;
&lt;P&gt;Following necessary information:&lt;/P&gt;
&lt;P&gt;SLA Statuswechsel = Date Field (includes the date in following format: DD.MM.YYYY)&lt;/P&gt;
&lt;P&gt;SLA Status: Includes different Status (Open, In Progress, Technical Complete, Close).&lt;/P&gt;
&lt;P&gt;Can anyone help me???&lt;/P&gt;
&lt;P&gt;Thanks and regards&lt;/P&gt;
&lt;P&gt;Josh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 13:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429817#M96465</guid>
      <dc:creator>surtex</dc:creator>
      <dc:date>2024-03-12T13:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two dates with set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429874#M96466</link>
      <description>&lt;P&gt;See&amp;nbsp;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Comparing-dates-in-the-same-field-in-QV/td-p/487878" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Comparing-dates-in-the-same-field-in-QV/td-p/487878&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 14:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429874#M96466</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-03-12T14:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two dates with set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429886#M96468</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;PRE&gt;fAbs(Only({&amp;lt;Status={'T&lt;SPAN&gt;echnical Complete&lt;/SPAN&gt;'}&amp;gt;} [&lt;SPAN&gt;SLA Statuswechsel]&lt;/SPAN&gt;) - Only({&amp;lt;Status={'&lt;SPAN&gt;Open&lt;/SPAN&gt;'}&amp;gt;} [&lt;SPAN&gt;SLA Statuswechsel]&lt;/SPAN&gt;))&lt;/PRE&gt;</description>
      <pubDate>Tue, 12 Mar 2024 14:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429886#M96468</guid>
      <dc:creator>LRuCelver</dc:creator>
      <dc:date>2024-03-12T14:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two dates with set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429887#M96469</link>
      <description>&lt;P&gt;Hey thanks but the solution doesn't work for me. I would like to use this formula in a KPI diagram where you can just use measures and not dimensions...&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 15:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429887#M96469</guid>
      <dc:creator>surtex</dc:creator>
      <dc:date>2024-03-12T15:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two dates with set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429905#M96471</link>
      <description>&lt;P&gt;Hey both solutions works in a table but not in a measure KPI field. Do you have any explanation?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 15:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429905#M96471</guid>
      <dc:creator>surtex</dc:creator>
      <dc:date>2024-03-12T15:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two dates with set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429918#M96474</link>
      <description>&lt;P&gt;Does this function works with AVG too?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 15:22:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429918#M96474</guid>
      <dc:creator>surtex</dc:creator>
      <dc:date>2024-03-12T15:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two dates with set expression</title>
      <link>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429928#M96475</link>
      <description>&lt;P&gt;You can use most aggregation functions (min, max, sum, avg, ...) instead of Only().&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 15:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Interval-between-two-dates-with-set-expression/m-p/2429928#M96475</guid>
      <dc:creator>LRuCelver</dc:creator>
      <dc:date>2024-03-12T15:27:06Z</dc:date>
    </item>
  </channel>
</rss>

