<?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 help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517080#M1131018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression is not for set analysis.&amp;nbsp; Set analysis is for aggregation functions (e.g. sum(), count()...) with a subset of data.&amp;nbsp; There is no aggregations in your case.&amp;nbsp; And, there is nothing wrong using if().&lt;/P&gt;&lt;P&gt;If you don't want if() for some reason, try replace():&lt;/P&gt;&lt;P&gt;replace([Supplier Preference Category], 'Emerging', 'Preferred')&lt;/P&gt;&lt;P&gt;But it will work correctly only if the string 'Emerging' exists only in one value of the field [Supplier Preference Category].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Dec 2013 19:06:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-02T19:06:40Z</dc:date>
    <item>
      <title>Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517078#M1131016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if([Supplier Preference Category]='Emerging', 'Preferred',[Supplier Preference Category])&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set analysis expression for this expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 18:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517078#M1131016</guid>
      <dc:creator />
      <dc:date>2013-12-02T18:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517079#M1131017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you are mapping any Supplier Preference Category= 'Emerging' to the label 'Preferred', and everything else keeps their name?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The If statement is the way to go here in my opinion. Not sure if you can get around it without using an if statement somewhere. Why do you need to convert to set analysis? Are you using this as an expression or calculated dimension?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 19:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517079#M1131017</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2013-12-02T19:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517080#M1131018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression is not for set analysis.&amp;nbsp; Set analysis is for aggregation functions (e.g. sum(), count()...) with a subset of data.&amp;nbsp; There is no aggregations in your case.&amp;nbsp; And, there is nothing wrong using if().&lt;/P&gt;&lt;P&gt;If you don't want if() for some reason, try replace():&lt;/P&gt;&lt;P&gt;replace([Supplier Preference Category], 'Emerging', 'Preferred')&lt;/P&gt;&lt;P&gt;But it will work correctly only if the string 'Emerging' exists only in one value of the field [Supplier Preference Category].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 19:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517080#M1131018</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-02T19:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517081#M1131019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using this as an expression. I want show those supplier names which has supplier preference category= emerging and preferred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 19:15:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517081#M1131019</guid>
      <dc:creator />
      <dc:date>2013-12-02T19:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517082#M1131023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry as dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 19:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517082#M1131023</guid>
      <dc:creator />
      <dc:date>2013-12-02T19:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517083#M1131025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is for set analysis:&lt;/P&gt;&lt;P&gt;aggr(only({&amp;lt;[Supplier Preference Category]={'Emerging','Peferred'}&amp;gt;} [Supplier Name]),[Supplier Name])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 19:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517083#M1131025</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-02T19:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517084#M1131026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Need to Label the Dimension in BOLD &lt;/P&gt;&lt;P&gt;2 . The supplier preference category feild has these many values .. i need to show only emerging and preferred in my pivot table&lt;/P&gt;&lt;P&gt;Hope you understood now&lt;/P&gt;&lt;P&gt;&lt;IMG alt="suppelier error.PNG.png" class="jive-image" src="/legacyfs/online/49850_suppelier error.PNG.png" style="width: 620px; height: 141px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 20:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517084#M1131026</guid>
      <dc:creator />
      <dc:date>2013-12-02T20:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517085#M1131027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2.&amp;nbsp; Calculated dimension:&lt;/P&gt;&lt;P&gt;aggr(only({&amp;lt;[Supplier Preference Category]={'Emerging','Preferred'}&amp;gt;} [Supplier Preference Category]),[Supplier Preference Category])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. To make it bold:&lt;BR /&gt;Expand "+"-sign at the dimension, select "Text Format", click Edit, enter '&amp;lt;b&amp;gt;'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understood now &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 20:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517085#M1131027</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-02T20:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517086#M1131028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got you, but i need the label only to change to BOLD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 21:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517086#M1131028</guid>
      <dc:creator />
      <dc:date>2013-12-02T21:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517087#M1131029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;[Supplier Preference Category]={'Emerging'}&amp;gt;} [Supplier Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached you can see a document related with set expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.scribd.com/doc/166235706/QlikLearn-Set-Analysis-Presentation" title="http://www.scribd.com/doc/166235706/QlikLearn-Set-Analysis-Presentation"&gt;http://www.scribd.com/doc/166235706/QlikLearn-Set-Analysis-Presentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- JFlorián&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 21:36:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517087#M1131029</guid>
      <dc:creator>javier_florian</dc:creator>
      <dc:date>2013-12-02T21:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517088#M1131030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Label only - try different styles of the table, for example "light" or "pivot 1".&lt;/P&gt;&lt;P&gt;Another method - "custom format cell".&amp;nbsp; First turn on "design grid".&amp;nbsp; Next, right click on the cell you want to change, and choose "custom format cell".&amp;nbsp; You can make it bold, italic, change color, etc..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 21:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517088#M1131030</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-02T21:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517089#M1131031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 21:55:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517089#M1131031</guid>
      <dc:creator />
      <dc:date>2013-12-02T21:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517090#M1131032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will be better if u use same if statement as it is...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 07:08:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517090#M1131032</guid>
      <dc:creator />
      <dc:date>2013-12-03T07:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517091#M1131033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA.. Hope it will help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 07:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-help/m-p/517091#M1131033</guid>
      <dc:creator />
      <dc:date>2013-12-03T07:18:34Z</dc:date>
    </item>
  </channel>
</rss>

