<?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: Convert Table Expression to Text Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100727#M510554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the selections need to be cleared.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Aug 2018 14:49:25 GMT</pubDate>
    <dc:creator>cbaqir</dc:creator>
    <dc:date>2018-08-09T14:49:25Z</dc:date>
    <item>
      <title>Convert Table Expression to Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100723#M510550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIMENSIONS:&lt;/P&gt;&lt;P&gt;DEFECT_ID&lt;/P&gt;&lt;P&gt;=if(match(COM_CAT,'Solution Design Group')&amp;gt;0,date(COM_CAT_START_DATE)) &lt;/P&gt;&lt;P&gt;=if(match(COM_CAT,'Solution Design Group')&amp;gt;0,date(COM_CAT_END_DATE)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPRESSION:&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[COM_CAT]= {'Solution Design Group'}&amp;gt;}date(COM_CAT_END_DATE))-sum({$&amp;lt;[COM_CAT]= {'Solution Design Group'}&amp;gt;}date(COM_CAT_START_DATE))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The numbers have been validated (Avg of 142 days). I need to convert this chart into a text box to be used as a KPI and I can't figure out the right syntax...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something with AVG(AGGR) I would assume but this is NOT right:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=avg(aggr(sum({$&amp;lt;[COM_CAT]= {'Solution Design Group'}&amp;gt;}date(COM_CAT_END_DATE))-sum({$&amp;lt;[COM_CAT]= {'Solution Design Group'}&amp;gt;}date(COM_CAT_START_DATE)),DEFECT_ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is appreciated! Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2018 21:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100723#M510550</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2018-08-02T21:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Table Expression to Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100724#M510551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Avg(Aggr(Sum({$&amp;lt;[COM_CAT] = {'Solution Design Group'}&amp;gt;} COM_CAT_END_DATE) - Sum({$&amp;lt;[COM_CAT] = {'Solution Design Group'}&amp;gt;} COM_CAT_START_DATE), DEFECT_ID&lt;SPAN style="color: #ff0000;"&gt;, COM_CAT_START_DATE, COM_CAT_END_DATE&lt;/SPAN&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Aug 2018 02:14:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100724#M510551</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-03T02:14:27Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Table Expression to Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100725#M510552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample file. When I apply your expression I get -12736.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Aug 2018 21:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100725#M510552</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2018-08-08T21:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Table Expression to Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100726#M510553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do I see this -12736 number?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210378_Capture.PNG" style="height: 225px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 10:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100726#M510553</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-09T10:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Table Expression to Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100727#M510554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the selections need to be cleared.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 14:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100727#M510554</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2018-08-09T14:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Table Expression to Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100728#M510555</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;&lt;STRONG&gt;=Avg(Aggr(Sum({$&amp;lt;[COM_CAT] = {'Solution Design Group'}&lt;SPAN style="color: #ff0000;"&gt;, COM_CAT_END_DATE = {"*"}, COM_CAT_START_DATE = {"*"}&lt;/SPAN&gt;&amp;gt;} COM_CAT_END_DATE) -&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Sum({$&amp;lt;[COM_CAT] = {'Solution Design Group'}&lt;SPAN style="color: #ff0000;"&gt;, COM_CAT_END_DATE = {"*"}, COM_CAT_START_DATE = {"*"}&lt;/SPAN&gt;&amp;gt;} COM_CAT_START_DATE), DEFECT_ID, COM_CAT_START_DATE, COM_CAT_END_DATE))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 15:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100728#M510555</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-08-09T15:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Table Expression to Text Box</title>
      <link>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100729#M510556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2018 21:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Convert-Table-Expression-to-Text-Box/m-p/100729#M510556</guid>
      <dc:creator>cbaqir</dc:creator>
      <dc:date>2018-08-09T21:18:29Z</dc:date>
    </item>
  </channel>
</rss>

