<?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: After concatenation, existing visualization not showing right results in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/After-concatenation-existing-visualization-not-showing-right/m-p/2013297#M83743</link>
    <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2751"&gt;@vinieme12&lt;/a&gt;&amp;nbsp;Thank you for your reply. Yes that is the procedure I have followed and assumed that the tables would automatically aggregate based on the Dimensions. But that's not the case, I am doing a day level aggregation and I get separate rows for each day for the 2 different sources even though I have not added a source.&lt;/P&gt;
&lt;P&gt;These tables were already existing . If I create a new table they do automatically aggregate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer screenshot below. ( the field covered up is common for all rows so it won't cause a&amp;nbsp; prob )&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="User2906_0-1670342809562.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95546iAAC2BA9D373F9944/image-size/medium?v=v2&amp;amp;px=400" role="button" title="User2906_0-1670342809562.png" alt="User2906_0-1670342809562.png" /&gt;&lt;/span&gt;&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;</description>
    <pubDate>Tue, 06 Dec 2022 16:10:04 GMT</pubDate>
    <dc:creator>User2906</dc:creator>
    <dc:date>2022-12-06T16:10:04Z</dc:date>
    <item>
      <title>After concatenation, existing visualization not showing right results</title>
      <link>https://community.qlik.com/t5/App-Development/After-concatenation-existing-visualization-not-showing-right/m-p/2012869#M83717</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;I concatenated two sources, and the existing visuals show me 2 rows of data one for each source, but when I create the exact same visual from scratch, I get the aggregated row (combination of the 2 rows) . What could be the Issue&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Is there a way to resolve this?&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 05 Dec 2022 20:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/After-concatenation-existing-visualization-not-showing-right/m-p/2012869#M83717</guid>
      <dc:creator>User2906</dc:creator>
      <dc:date>2022-12-05T20:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: After concatenation, existing visualization not showing right results</title>
      <link>https://community.qlik.com/t5/App-Development/After-concatenation-existing-visualization-not-showing-right/m-p/2012984#M83723</link>
      <description>&lt;P&gt;Charts will automatically aggregate based on dimension values, you need to add a field to your visualisation that differentiates between these two sources&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;example&lt;/P&gt;
&lt;P&gt;Table:&lt;BR /&gt;load *&lt;STRONG&gt;,'Source1' as Source&lt;/STRONG&gt; inline [&lt;BR /&gt;ID,party_id,amount&lt;BR /&gt;1002,101,1000000&lt;BR /&gt;1004,101,20000&lt;BR /&gt;1005,105,1150&lt;BR /&gt;2001,201,30000&lt;BR /&gt;2002,201,22500000&lt;BR /&gt;2003,201,400000&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt;Concatenate(Table)&lt;BR /&gt;load *,&lt;STRONG&gt;'Source2' as Source&lt;/STRONG&gt; inline [&lt;BR /&gt;ID,party_id,amount&lt;BR /&gt;1002,101,1000000&lt;BR /&gt;1004,101,20000&lt;BR /&gt;1005,105,1150&lt;BR /&gt;2001,201,30000&lt;BR /&gt;2002,201,22500000&lt;BR /&gt;2003,201,400000&lt;BR /&gt;];&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt; &lt;/P&gt;
&lt;P&gt;Then in charts add the field "&lt;STRONG&gt;Source&lt;/STRONG&gt;" to see the separate rows&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 06 Dec 2022 07:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/After-concatenation-existing-visualization-not-showing-right/m-p/2012984#M83723</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-12-06T07:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: After concatenation, existing visualization not showing right results</title>
      <link>https://community.qlik.com/t5/App-Development/After-concatenation-existing-visualization-not-showing-right/m-p/2013297#M83743</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2751"&gt;@vinieme12&lt;/a&gt;&amp;nbsp;Thank you for your reply. Yes that is the procedure I have followed and assumed that the tables would automatically aggregate based on the Dimensions. But that's not the case, I am doing a day level aggregation and I get separate rows for each day for the 2 different sources even though I have not added a source.&lt;/P&gt;
&lt;P&gt;These tables were already existing . If I create a new table they do automatically aggregate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please refer screenshot below. ( the field covered up is common for all rows so it won't cause a&amp;nbsp; prob )&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="User2906_0-1670342809562.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95546iAAC2BA9D373F9944/image-size/medium?v=v2&amp;amp;px=400" role="button" title="User2906_0-1670342809562.png" alt="User2906_0-1670342809562.png" /&gt;&lt;/span&gt;&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;</description>
      <pubDate>Tue, 06 Dec 2022 16:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/After-concatenation-existing-visualization-not-showing-right/m-p/2013297#M83743</guid>
      <dc:creator>User2906</dc:creator>
      <dc:date>2022-12-06T16:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: After concatenation, existing visualization not showing right results</title>
      <link>https://community.qlik.com/t5/App-Development/After-concatenation-existing-visualization-not-showing-right/m-p/2013449#M83760</link>
      <description>&lt;P&gt;those are showing in separate rows because you have different dimension values&amp;nbsp;&lt;/P&gt;
&lt;P&gt;different timestamp, highlighted below&lt;/P&gt;
&lt;P&gt;also aggregate your measure field using an aggregation function&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(&lt;A href="https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/AggregationFunctions/basic-aggregation-functions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2022/Subsystems/Client/Content/QV_QlikView/Scripting/AggregationFunctions/basic-aggregation-functions.htm&lt;/A&gt;))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/95574i3225BBE21DF364D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&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;</description>
      <pubDate>Wed, 07 Dec 2022 02:38:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/After-concatenation-existing-visualization-not-showing-right/m-p/2013449#M83760</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-12-07T02:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: After concatenation, existing visualization not showing right results</title>
      <link>https://community.qlik.com/t5/App-Development/After-concatenation-existing-visualization-not-showing-right/m-p/2014022#M83810</link>
      <description>&lt;P&gt;I got it resolved. It was because one of the measure was wrongly added as a Dimension and hence it was not Aggregating. Thank you for your help as your reply made it apparent that the issue was with the visual and not the modelling.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Dec 2022 20:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/After-concatenation-existing-visualization-not-showing-right/m-p/2014022#M83810</guid>
      <dc:creator>User2906</dc:creator>
      <dc:date>2022-12-07T20:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: After concatenation, existing visualization not showing right results</title>
      <link>https://community.qlik.com/t5/App-Development/After-concatenation-existing-visualization-not-showing-right/m-p/2014131#M83816</link>
      <description>&lt;P&gt;great, can you close the thread by marking a response as a solution&lt;/P&gt;</description>
      <pubDate>Thu, 08 Dec 2022 02:50:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/After-concatenation-existing-visualization-not-showing-right/m-p/2014131#M83816</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-12-08T02:50:13Z</dc:date>
    </item>
  </channel>
</rss>

