<?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 Column showing same value for all rows in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608276#M45135</link>
    <description>&lt;P&gt;You mean date is null?&lt;/P&gt;&lt;P&gt;Check the requirements. Do you need the aggr function in your chart&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jul 2019 20:55:34 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2019-07-31T20:55:34Z</dc:date>
    <item>
      <title>Table Column showing same value for all rows</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608237#M45125</link>
      <description>&lt;P&gt;I have a table being created for a control chart dashboard. It should show customer and the number of days out of control for our KPI. However, while the value is correct when not put in the table, it won't change for the customers in the rows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KPI = 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;customer:&amp;nbsp; &amp;nbsp; KPI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;c1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;c2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;c3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I solve this&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 05:05:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608237#M45125</guid>
      <dc:creator>thefish</dc:creator>
      <dc:date>2024-11-16T05:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column showing same value for all rows</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608246#M45129</link>
      <description>it depends on the expression. Share that please</description>
      <pubDate>Wed, 31 Jul 2019 20:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608246#M45129</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-07-31T20:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column showing same value for all rows</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608247#M45130</link>
      <description>&lt;P&gt;AVG(total {&amp;lt;[Date]={(Date Selection here}&amp;gt;} AGGR({&amp;lt;[ Date]={(Date Selection Here)}&amp;gt;} $(vKPI), ([Date],[Customer])))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Table has the dimension customer and 2-3 other measures which work perfectly&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vKPI is an IF Statement which is the sum of various other metrics. It has it's own set analysis.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is supposed to return the average of the KPI for the customer.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 20:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608247#M45130</guid>
      <dc:creator>thefish</dc:creator>
      <dc:date>2019-07-31T20:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column showing same value for all rows</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608248#M45131</link>
      <description>&lt;P&gt;Most likely cause is the &lt;FONT color="#FF0000"&gt;total&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;total keyword ignores dimensions. try removing that.&lt;/P&gt;&lt;P&gt;hope that works else you may need to rewrite the expression&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 20:11:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608248#M45131</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-07-31T20:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column showing same value for all rows</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608263#M45134</link>
      <description>&lt;P&gt;When I remove total, it only shows values for 3 of the 50+ customers...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Possibly due to NULL Days?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 20:31:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608263#M45134</guid>
      <dc:creator>thefish</dc:creator>
      <dc:date>2019-07-31T20:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column showing same value for all rows</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608276#M45135</link>
      <description>&lt;P&gt;You mean date is null?&lt;/P&gt;&lt;P&gt;Check the requirements. Do you need the aggr function in your chart&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 20:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608276#M45135</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-07-31T20:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column showing same value for all rows</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608277#M45136</link>
      <description>&lt;P&gt;I mean not every customer has data for each day.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And yes the AGGR is necessary.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 20:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608277#M45136</guid>
      <dc:creator>thefish</dc:creator>
      <dc:date>2019-07-31T20:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column showing same value for all rows</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608280#M45138</link>
      <description>&lt;P&gt;Share what the&amp;nbsp; other dimensions are&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 21:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608280#M45138</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-07-31T21:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table Column showing same value for all rows</title>
      <link>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608292#M45141</link>
      <description>&lt;P&gt;There are no more in the table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 22:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Table-Column-showing-same-value-for-all-rows/m-p/1608292#M45141</guid>
      <dc:creator>thefish</dc:creator>
      <dc:date>2019-07-31T22:41:52Z</dc:date>
    </item>
  </channel>
</rss>

