<?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 or script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-script/m-p/1706949#M451521</link>
    <description>&lt;P&gt;One solution is.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
LOAD * INLINE [
    Branch, ID, Fee
    CSE, 120, 2000
    CSE, 122, 2001
    IT, 130, 1800
    IT, 133, 1800
];

Left Join(tab1)
LOAD Branch, Count(Fee) As C1_Fee, Count(DISTINCT Fee) As C2_Fee
Resident tab1
Group By Branch
;

tab2:
LOAD Branch, ID, Fee
Resident tab1
Where C1_Fee=C2_Fee
;

Drop Table tab1;&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 01 Jun 2020 00:30:11 GMT</pubDate>
    <dc:creator>Saravanan_Desingh</dc:creator>
    <dc:date>2020-06-01T00:30:11Z</dc:date>
    <item>
      <title>Set Analysis or script</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-script/m-p/1698085#M451051</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Here I Have Scenario&lt;/P&gt;&lt;P&gt;I Have Data Like&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Branch&amp;nbsp; &amp;nbsp; ID&amp;nbsp; Fee&lt;/P&gt;&lt;P&gt;CSE , 120 ,&amp;nbsp; 2000&lt;/P&gt;&lt;P&gt;CSE , 122 ,&amp;nbsp; 2001&lt;/P&gt;&lt;P&gt;IT , 130 , 1800&lt;/P&gt;&lt;P&gt;IT, 133 , 1800&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Here i want branch wise different fees information only not required same fee entire data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected Output&lt;/P&gt;&lt;P&gt;Branch&amp;nbsp; &amp;nbsp; ID&amp;nbsp; Fee&lt;/P&gt;&lt;P&gt;CSE , 120 ,&amp;nbsp; 2000&lt;/P&gt;&lt;P&gt;CSE , 122 ,&amp;nbsp; 2001&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-script/m-p/1698085#M451051</guid>
      <dc:creator>Surya</dc:creator>
      <dc:date>2024-11-16T00:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis or script</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-script/m-p/1698090#M451053</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;this should work for you in a table&amp;nbsp;&lt;/P&gt;&lt;P&gt;if(count(distinct total &amp;lt;Branch&amp;gt; Fee)&amp;gt;1,Fee,0)&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 12:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-script/m-p/1698090#M451053</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2020-04-30T12:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis or script</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-script/m-p/1698094#M451054</link>
      <description>&lt;P&gt;&lt;U&gt;Script:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;t1:&lt;/P&gt;&lt;P&gt;Load * From &amp;lt;&amp;gt;;&lt;/P&gt;&lt;P&gt;Right Join&lt;/P&gt;&lt;P&gt;Load Fee where Count=1;&lt;/P&gt;&lt;P&gt;Load Count(Fee) as Count, Fee Resident t1 Group By Fee;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Chart:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;Dim 1: Branch&lt;/P&gt;&lt;P&gt;Dim 2: ID&lt;/P&gt;&lt;P&gt;Exp :&lt;FONT face="courier new,courier"&gt; Only( {&amp;lt;Fee={"=Count(Fee)=1"}&amp;gt;} Fee)&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Apr 2020 12:20:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-script/m-p/1698094#M451054</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2020-04-30T12:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis or script</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-script/m-p/1705278#M451433</link>
      <description>&lt;P&gt;You have received two replies to your use case question, we would appreciate if you could close out the thread by using the Accept as Solution button on the response(s) that helped.&amp;nbsp; This gives the poster(s) credit for the assistance and lets other Members know what worked for you.&amp;nbsp; If you have further questions, please leave an update post.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2020 15:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-script/m-p/1705278#M451433</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-05-26T15:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis or script</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-script/m-p/1706949#M451521</link>
      <description>&lt;P&gt;One solution is.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;tab1:
LOAD * INLINE [
    Branch, ID, Fee
    CSE, 120, 2000
    CSE, 122, 2001
    IT, 130, 1800
    IT, 133, 1800
];

Left Join(tab1)
LOAD Branch, Count(Fee) As C1_Fee, Count(DISTINCT Fee) As C2_Fee
Resident tab1
Group By Branch
;

tab2:
LOAD Branch, ID, Fee
Resident tab1
Where C1_Fee=C2_Fee
;

Drop Table tab1;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 01 Jun 2020 00:30:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-script/m-p/1706949#M451521</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-01T00:30:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis or script</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-or-script/m-p/1706952#M451522</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commQV86.PNG" style="width: 103px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/34727i419898BC38BD0043/image-size/large?v=v2&amp;amp;px=999" role="button" title="commQV86.PNG" alt="commQV86.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 00:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-or-script/m-p/1706952#M451522</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2020-06-01T00:31:11Z</dc:date>
    </item>
  </channel>
</rss>

