<?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: Set analysis comparison in the same table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1868261#M71702</link>
    <description>&lt;P&gt;The expected values are given in the bar chart, it doesn't matter whether qlikview or qliksense . The issue is that the comparison need to be done between the dates on the fly based on IDs for which there is a change in the Code when compared. As I have already given the values for flag column in my above example,it looks easy .but I need to calculate count of Ids&amp;nbsp; for which there is a change in the Code(old,new, change) with different dates.&lt;/P&gt;</description>
    <pubDate>Wed, 08 Dec 2021 17:36:08 GMT</pubDate>
    <dc:creator>Sush123</dc:creator>
    <dc:date>2021-12-08T17:36:08Z</dc:date>
    <item>
      <title>Set analysis comparison in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1867145#M71603</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;
&lt;P&gt;I need help to write a set analysis with a Trend chart for the below scenario :&lt;/P&gt;
&lt;P&gt;Need to create a bar chart to compare data between different dates and to count no of ids which were Old, New and Changed in each date. Old/New/Changed values need to be calculated on the flow if the Code is same or changed with respect to a date. Below is the example.&lt;/P&gt;
&lt;TABLE width="330"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="64"&gt;Id&lt;/TD&gt;
&lt;TD width="74"&gt;Date&lt;/TD&gt;
&lt;TD width="64"&gt;Name&lt;/TD&gt;
&lt;TD width="64"&gt;Code&lt;/TD&gt;
&lt;TD width="64"&gt;Flag&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10&lt;/TD&gt;
&lt;TD&gt;01-06-2021&lt;/TD&gt;
&lt;TD&gt;A&lt;/TD&gt;
&lt;TD&gt;AU&lt;/TD&gt;
&lt;TD&gt;New&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11&lt;/TD&gt;
&lt;TD&gt;01-06-2021&lt;/TD&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;IN&lt;/TD&gt;
&lt;TD&gt;New&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12&lt;/TD&gt;
&lt;TD&gt;01-06-2021&lt;/TD&gt;
&lt;TD&gt;C&lt;/TD&gt;
&lt;TD&gt;CN&lt;/TD&gt;
&lt;TD&gt;New&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13&lt;/TD&gt;
&lt;TD&gt;01-06-2021&lt;/TD&gt;
&lt;TD&gt;D&lt;/TD&gt;
&lt;TD&gt;NZ&lt;/TD&gt;
&lt;TD&gt;New&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;12&lt;/TD&gt;
&lt;TD&gt;08-06-2021&lt;/TD&gt;
&lt;TD&gt;C&lt;/TD&gt;
&lt;TD&gt;CN&lt;/TD&gt;
&lt;TD&gt;Old&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;13&lt;/TD&gt;
&lt;TD&gt;08-06-2021&lt;/TD&gt;
&lt;TD&gt;D&lt;/TD&gt;
&lt;TD&gt;AG&lt;/TD&gt;
&lt;TD&gt;Changed&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;14&lt;/TD&gt;
&lt;TD&gt;14-06-2021&lt;/TD&gt;
&lt;TD&gt;E&lt;/TD&gt;
&lt;TD&gt;BP&lt;/TD&gt;
&lt;TD&gt;New&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11&lt;/TD&gt;
&lt;TD&gt;14-06-2021&lt;/TD&gt;
&lt;TD&gt;B&lt;/TD&gt;
&lt;TD&gt;IP&lt;/TD&gt;
&lt;TD&gt;Changed&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Mon, 06 Dec 2021 14:56:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1867145#M71603</guid>
      <dc:creator>Sush123</dc:creator>
      <dc:date>2021-12-06T14:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis comparison in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1867285#M71610</link>
      <description>&lt;P&gt;What would be the expected result given your sample data?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Dec 2021 21:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1867285#M71610</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-12-06T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis comparison in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1867348#M71622</link>
      <description>&lt;P&gt;Th expected result would be a bar chart with 3 different measures ( count of ids which are old , new &amp;amp; Changed)with respect to each date. The comparison need to be done between the dates&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 02:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1867348#M71622</guid>
      <dc:creator>Sush123</dc:creator>
      <dc:date>2021-12-07T02:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis comparison in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1867378#M71631</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;Altrnatestate&amp;nbsp; method use to view the comparison of ID's which is new, old, change with different date ranges.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 05:41:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1867378#M71631</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-12-07T05:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis comparison in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1867808#M71666</link>
      <description>&lt;P&gt;which values would you expect?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 20:38:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1867808#M71666</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-12-07T20:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis comparison in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1867925#M71670</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675"&gt;@MarcoWedel&lt;/a&gt;&amp;nbsp;, the data should be as below. Hope this is clear .&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Sush123_0-1638942999496.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68157i0559CD673BD70789/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Sush123_0-1638942999496.png" alt="Sush123_0-1638942999496.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 05:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1867925#M71670</guid>
      <dc:creator>Sush123</dc:creator>
      <dc:date>2021-12-08T05:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis comparison in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1868252#M71700</link>
      <description>&lt;P&gt;This seems to be the result of a stacked bar chart having dimensions Date and Flag as well as an expression like Count(Id).&lt;/P&gt;
&lt;P&gt;Given the data structure you provided this seems to be standard behaviour and pretty straight forward.&lt;/P&gt;
&lt;P&gt;Your screenshot suggests that you already have a QlikView bar chart like this that you want to implement in Qlik Sense, since you posted in the Sense forum, and that you can compare dimensions and expressions against.&lt;/P&gt;
&lt;P&gt;What exactly is the issue you experience when creating this chart in Qlik Sense?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 17:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1868252#M71700</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2021-12-08T17:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis comparison in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1868261#M71702</link>
      <description>&lt;P&gt;The expected values are given in the bar chart, it doesn't matter whether qlikview or qliksense . The issue is that the comparison need to be done between the dates on the fly based on IDs for which there is a change in the Code when compared. As I have already given the values for flag column in my above example,it looks easy .but I need to calculate count of Ids&amp;nbsp; for which there is a change in the Code(old,new, change) with different dates.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 17:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1868261#M71702</guid>
      <dc:creator>Sush123</dc:creator>
      <dc:date>2021-12-08T17:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis comparison in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1868394#M71709</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;let me show your expected result from your data. confirm and revert.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksrinivasan_0-1639018364511.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68222i89BD263C7497BDE6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksrinivasan_0-1639018364511.png" alt="Ksrinivasan_0-1639018364511.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 02:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1868394#M71709</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-12-09T02:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis comparison in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1868471#M71714</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/80712"&gt;@Ksrinivasan&lt;/a&gt;&amp;nbsp;, expected result is the first table . In my above data , flag column need to be calculated if there is any change in the code. But i have added it already just to understand the data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 09:02:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1868471#M71714</guid>
      <dc:creator>Sush123</dc:creator>
      <dc:date>2021-12-09T09:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis comparison in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1868685#M71734</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;i did in exce formua&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ksrinivasan_0-1639060969538.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68276i07050FA59C9A8F14/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ksrinivasan_0-1639060969538.png" alt="Ksrinivasan_0-1639060969538.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can do it in QS by Range count function by replacing of CONCATENATE formula.&lt;/P&gt;
&lt;P&gt;and use if function in result flag column use if function if 2=New, if 3= Change,&amp;nbsp; if 4=old.&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>Thu, 09 Dec 2021 14:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1868685#M71734</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-12-09T14:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis comparison in the same table</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1869309#M71778</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/80712"&gt;@Ksrinivasan&lt;/a&gt;&amp;nbsp;, will try this. Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Dec 2021 05:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-comparison-in-the-same-table/m-p/1869309#M71778</guid>
      <dc:creator>Sush123</dc:creator>
      <dc:date>2021-12-11T05:11:50Z</dc:date>
    </item>
  </channel>
</rss>

