<?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: Table help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1393908#M818924</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How else could i count the days consumed within the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Aug 2017 15:58:06 GMT</pubDate>
    <dc:creator>joshrussin</dc:creator>
    <dc:date>2017-08-28T15:58:06Z</dc:date>
    <item>
      <title>Table help</title>
      <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1393905#M818921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to get the order departure from average percentage, but trying to get the percentage for each day on the table. It works in a text box, just not the table.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Essentially,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="equation.jpg" class="jive-image image-1" height="134" src="https://community.qlik.com/legacyfs/online/174877_equation.jpg" style="font-size: 10pt; height: 133.854px; width: 514px;" width="514" /&gt;&lt;/P&gt;&lt;P&gt;This is the equation I am using. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(((sum([Orders Submitted]))&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;((Count({$&amp;lt;Year_BV = {"$(=Year(FirstWorkDate(ConvertToLocalTime(Date(now()), 'GMT-05:00'),1,(vHolidaysBV))))"}&amp;gt;}&lt;/P&gt;&lt;P&gt;distinct [Date Bioventus]) -1)&lt;/P&gt;&lt;P&gt;/&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Year_BV = {"$(=Year(FirstWorkDate(ConvertToLocalTime(Date(now()), 'GMT-05:00'),1,(vHolidaysBV))))"}&amp;gt;} [Orders Submitted]))))-1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-help/m-p/1393905#M818921</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table help</title>
      <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1393906#M818922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Joshua,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that's because the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;Year_BV = {"$(=Year(FirstWorkDate(ConvertToLocalTime(Date(now()), 'GMT-05:00'),1,(vHolidaysBV))))"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;distinct [Date Bioventus]) -1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;always returns 0 in your table (with Dimension &lt;STRONG&gt;Date Bioventus&lt;/STRONG&gt;) which means that you try to divide by 0. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathias&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 15:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-help/m-p/1393906#M818922</guid>
      <dc:creator>m_s</dc:creator>
      <dc:date>2017-08-28T15:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Table help</title>
      <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1393907#M818923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But in the text box, that equation returns '160' which is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 15:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-help/m-p/1393907#M818923</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-08-28T15:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table help</title>
      <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1393908#M818924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How else could i count the days consumed within the table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Aug 2017 15:58:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-help/m-p/1393908#M818924</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-08-28T15:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table help</title>
      <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1393909#M818925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is because your table dimension is &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date Bioventus &lt;/STRONG&gt;and you are counting &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Date Bioventus &lt;/STRONG&gt;(which will then always be 1).&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Maybe try to use the month / year as dimension, then your day count will be greater than 1.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 08:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-help/m-p/1393909#M818925</guid>
      <dc:creator>m_s</dc:creator>
      <dc:date>2017-08-29T08:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table help</title>
      <link>https://community.qlik.com/t5/QlikView/Table-help/m-p/1393910#M818926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added TOTAL and it counted it with no issues. Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 21:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-help/m-p/1393910#M818926</guid>
      <dc:creator>joshrussin</dc:creator>
      <dc:date>2017-08-29T21:44:49Z</dc:date>
    </item>
  </channel>
</rss>

