<?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 Force join on dummy group in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Force-join-on-dummy-group/m-p/348715#M129176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Group,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a problem where section access is reducing (some of) my data and the client does not want this. The area that nees to avoid being reduced is figures for a national bench mark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example, we are bench marking performance against the national figures for different practices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a field called speciality. Say, as a for instance, practice A has no activity in speciality 100 then (when practice A is selected the national bench mark will not include any activity in Special 100).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have constructed a load that successfully separates the bench mark figures from the main data using QUALIFY. So now the data is not reduced (for the national figures) but I also have no join between the bench mark speciality and the practice level speciality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the Speciality activity and a BM.Speciality activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also separately bought in a dummy group of all possible specialties, let’s call this DSpec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use DSpec as the dimension in a pivot table or graph and using some clever set analysis or if statements match the Speciality in one expression and the BM.Speciality in another to DSpec? If possible I want to avoid on click triggers and the like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in my chart I would like Dimension as DSepc&amp;nbsp; , expression 1 as the count of activity for Speciality and expression 2 as the count of activity for BM.Speciality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I could use something like (in the expression):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1 (Practice level)&lt;/P&gt;&lt;P&gt;=sum(if Speciality = DSpec, ActivityCount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 2 (National level)&lt;/P&gt;&lt;P&gt;=sum(if BM.Speciality = DSpec, BM.ActivityCount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;Any help on this would be appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jun 2012 10:38:20 GMT</pubDate>
    <dc:creator>thomastc</dc:creator>
    <dc:date>2012-06-12T10:38:20Z</dc:date>
    <item>
      <title>Force join on dummy group</title>
      <link>https://community.qlik.com/t5/QlikView/Force-join-on-dummy-group/m-p/348715#M129176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Group,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope someone can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having a problem where section access is reducing (some of) my data and the client does not want this. The area that nees to avoid being reduced is figures for a national bench mark.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example, we are bench marking performance against the national figures for different practices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a field called speciality. Say, as a for instance, practice A has no activity in speciality 100 then (when practice A is selected the national bench mark will not include any activity in Special 100).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have constructed a load that successfully separates the bench mark figures from the main data using QUALIFY. So now the data is not reduced (for the national figures) but I also have no join between the bench mark speciality and the practice level speciality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the Speciality activity and a BM.Speciality activity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also separately bought in a dummy group of all possible specialties, let’s call this DSpec.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to use DSpec as the dimension in a pivot table or graph and using some clever set analysis or if statements match the Speciality in one expression and the BM.Speciality in another to DSpec? If possible I want to avoid on click triggers and the like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So in my chart I would like Dimension as DSepc&amp;nbsp; , expression 1 as the count of activity for Speciality and expression 2 as the count of activity for BM.Speciality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I could use something like (in the expression):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 1 (Practice level)&lt;/P&gt;&lt;P&gt;=sum(if Speciality = DSpec, ActivityCount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression 2 (National level)&lt;/P&gt;&lt;P&gt;=sum(if BM.Speciality = DSpec, BM.ActivityCount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;Any help on this would be appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 10:38:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Force-join-on-dummy-group/m-p/348715#M129176</guid>
      <dc:creator>thomastc</dc:creator>
      <dc:date>2012-06-12T10:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Force join on dummy group</title>
      <link>https://community.qlik.com/t5/QlikView/Force-join-on-dummy-group/m-p/348716#M129177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I might have cracked it (for now):&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BM.Spec_Code&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;SpecDumy&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BM.actSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;BM.Spec_Code&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;), 0)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;If anyone has any other tips about this or has experienced anything similar around bench marking I would like to hear your comments.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 11:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Force-join-on-dummy-group/m-p/348716#M129177</guid>
      <dc:creator>thomastc</dc:creator>
      <dc:date>2012-06-12T11:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Force join on dummy group</title>
      <link>https://community.qlik.com/t5/QlikView/Force-join-on-dummy-group/m-p/348717#M129178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didn't get ur section access thing. but i guess,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimention is&amp;nbsp; " SpecDumy "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(SpecDumy='Dspec',sum({&amp;lt;[BM.Spec_Code]={'Dspec'}&amp;gt;}Activity),if(SpecDumy='other Value',sum({&amp;lt;[BM.Spec_Code]={'Other Value'}&amp;gt;}Activity)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works if u hav less no of field values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2012 11:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Force-join-on-dummy-group/m-p/348717#M129178</guid>
      <dc:creator />
      <dc:date>2012-06-12T11:37:06Z</dc:date>
    </item>
  </channel>
</rss>

