<?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: Duplicate values are not shown in chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Duplicate-values-are-not-shown-in-chart/m-p/2055159#M86689</link>
    <description>&lt;P&gt;&lt;A href="https://community.qlik.com/t5/forums/postpage/board-id/qlik-ideas/search-before-post-mode/true" target="_blank"&gt;https://community.qlik.com/t5/forums/postpage/board-id/qlik-ideas/search-before-post-mode/true&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I wouldn't expect it to get much traction, though - Qlik focuses on displaying data, not rows of text.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Mar 2023 12:29:22 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2023-03-30T12:29:22Z</dc:date>
    <item>
      <title>Duplicate values are not shown in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-values-are-not-shown-in-chart/m-p/2055028#M86675</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I noticed that Qlik sense cuts the duplicate rows from charts.&lt;/P&gt;
&lt;P&gt;I have a table chart and it only displays once, the rows that have the same values to all the columns.&lt;/P&gt;
&lt;P&gt;See the attached excel which is exported from my table:&lt;/P&gt;
&lt;P&gt;In the first sheet, all the rows (6) exist because I added an extra column (E).&lt;/P&gt;
&lt;P&gt;But when I omit this column, the last row is lost and I have 5 rows.&lt;/P&gt;
&lt;P&gt;This is a huge problem because I can't get the results displayed in a chart.&lt;/P&gt;
&lt;P&gt;To add an extra column is not an option because I have sum fields in the chart.&lt;/P&gt;
&lt;P&gt;Is there any way to display duplicate rows as well?&lt;/P&gt;
&lt;P&gt;Thank you,&lt;/P&gt;
&lt;P&gt;Nikos&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 08:41:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-values-are-not-shown-in-chart/m-p/2055028#M86675</guid>
      <dc:creator>nskatzis</dc:creator>
      <dc:date>2023-03-30T08:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate values are not shown in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-values-are-not-shown-in-chart/m-p/2055050#M86677</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/111427"&gt;@nskatzis&lt;/a&gt;, in your load statement, use RowNo() to generate a unique row id.&lt;/P&gt;
&lt;P&gt;LOAD *,&lt;BR /&gt;RowNo() as ID&lt;BR /&gt;.....&lt;/P&gt;
&lt;P&gt;And an expression like this would count the records records including duplicates.&lt;/P&gt;
&lt;P&gt;Count(Aggr(Count([Rec. WBS element_RPROJ]), ID))&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 10:18:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-values-are-not-shown-in-chart/m-p/2055050#M86677</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-03-30T10:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate values are not shown in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-values-are-not-shown-in-chart/m-p/2055102#M86680</link>
      <description>&lt;P&gt;But still I need to include id in my chart, right?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 10:11:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-values-are-not-shown-in-chart/m-p/2055102#M86680</guid>
      <dc:creator>nskatzis</dc:creator>
      <dc:date>2023-03-30T10:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate values are not shown in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-values-are-not-shown-in-chart/m-p/2055146#M86687</link>
      <description>&lt;P&gt;The ID column can be hidden under the presentation when using a straight table in QV, so it's not always necessary.&lt;/P&gt;
&lt;P&gt;In QS, however, I'm yet to see such a feature.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 12:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-values-are-not-shown-in-chart/m-p/2055146#M86687</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2023-03-30T12:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate values are not shown in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-values-are-not-shown-in-chart/m-p/2055151#M86688</link>
      <description>&lt;P&gt;In my opinion, QS table views should have an option to keep or not duplicate values.&lt;/P&gt;
&lt;P&gt;From the moment that such option does not exist, the values should be summed up for the duplicated rows that they are not shown.&lt;/P&gt;
&lt;P&gt;I appreciate your help,&lt;/P&gt;
&lt;P&gt;Nikos&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 12:16:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-values-are-not-shown-in-chart/m-p/2055151#M86688</guid>
      <dc:creator>nskatzis</dc:creator>
      <dc:date>2023-03-30T12:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate values are not shown in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Duplicate-values-are-not-shown-in-chart/m-p/2055159#M86689</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/t5/forums/postpage/board-id/qlik-ideas/search-before-post-mode/true" target="_blank"&gt;https://community.qlik.com/t5/forums/postpage/board-id/qlik-ideas/search-before-post-mode/true&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I wouldn't expect it to get much traction, though - Qlik focuses on displaying data, not rows of text.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 12:29:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duplicate-values-are-not-shown-in-chart/m-p/2055159#M86689</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2023-03-30T12:29:22Z</dc:date>
    </item>
  </channel>
</rss>

