<?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: How to group the legend values ! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-group-the-legend-values/m-p/1398642#M812194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be condition not get matched what is condition for that please check. &lt;/P&gt;&lt;P&gt;For sorting go to sort option properties of your bucket field and in the expression write&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Match(BucketFieldm, '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IE', 'Chrome', 'Other', 'Firefox')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Only( &lt;STRONG&gt;&lt;EM&gt;{1}&lt;/EM&gt;&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Match(BucketFieldm, '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IE', 'Chrome', 'Other', 'Firefox') )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Sep 2017 10:49:45 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2017-09-25T10:49:45Z</dc:date>
    <item>
      <title>How to group the legend values !</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-the-legend-values/m-p/1398638#M812190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ,&lt;/P&gt;&lt;P&gt;i am stuck with a scenario.&lt;/P&gt;&lt;P&gt;I have a bar chart showing legend values of many in the list.&lt;/P&gt;&lt;P&gt;The requirement is I have to group them accordingly. in my case I have stats for (Chrome, IE, Safari etc) and its various versions.&lt;/P&gt;&lt;P&gt;How to group all chrome versions to one Chrome and IE versions to IE etc;&lt;/P&gt;&lt;P&gt;Here is the screenshot.&lt;/P&gt;&lt;P&gt;Any one can help me pls.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-the-legend-values/m-p/1398638#M812190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to group the legend values !</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-the-legend-values/m-p/1398639#M812191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share some data or you can try this way in the load script to add another field as bucket &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(FieldName,'Chrome*'),'Chrome',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(FieldName,'IE*'),'IE',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(FieldName,'Safari*','SAFARI*'),'Safari','Other'))) as BrowswerBucket&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;From Source;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2017 06:20:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-the-legend-values/m-p/1398639#M812191</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-24T06:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to group the legend values !</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-the-legend-values/m-p/1398640#M812192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want 3 buckets with rest of the browser as 'Others' then try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(lower(FieldName),'*chrome*'),'Chrome',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(lower(FieldName),'*ie*'),'IE',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(lower(FieldName),'*safari*'),'Safari','Other'))) as BrowserBucket&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;From Source;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if you want 3 buckets with rest of the browser as it is then try below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load ...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(lower(FieldName),'*chrome*'),'Chrome',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(lower(FieldName),'*ie*'),'IE',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(lower(FieldName),'*safari*'),'Safari',&lt;STRONG&gt;FieldName&lt;/STRONG&gt;))) as BrowserBucket&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;From Source;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2017 09:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-the-legend-values/m-p/1398640#M812192</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2017-09-24T09:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to group the legend values !</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-the-legend-values/m-p/1398641#M812193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Anand,&lt;/P&gt;&lt;P&gt;Its a kind of worked for me.&lt;/P&gt;&lt;P&gt;But I am getting this strange behaviour,&lt;/P&gt;&lt;P&gt;Firstly Why i cant see any streak of yellow Firefox' in the chart.&lt;/P&gt;&lt;P&gt;And How can I sort the legend as the percentage like in my case I want IE, Chrome, Other, Firefox in this order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In regards to the Firefox in the chart. there is data for this browser , I have individaully pulled into a different chart to see various versions of Firefox , and strangely I can see &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/minus.png" /&gt; and same color for all the bars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please&amp;nbsp; help me.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vamsi.&lt;IMG alt="demo.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177595_demo.png" style="height: 248px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 10:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-the-legend-values/m-p/1398641#M812193</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-25T10:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to group the legend values !</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-the-legend-values/m-p/1398642#M812194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be condition not get matched what is condition for that please check. &lt;/P&gt;&lt;P&gt;For sorting go to sort option properties of your bucket field and in the expression write&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Match(BucketFieldm, '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IE', 'Chrome', 'Other', 'Firefox')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Only( &lt;STRONG&gt;&lt;EM&gt;{1}&lt;/EM&gt;&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Match(BucketFieldm, '&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;IE', 'Chrome', 'Other', 'Firefox') )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 10:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-the-legend-values/m-p/1398642#M812194</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-25T10:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to group the legend values !</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-group-the-legend-values/m-p/1398643#M812195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The Condition i have given there is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(user_agent,'*Chrome*'),'Chrome',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(user_agent,'*IE*'),'IE',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(WildMatch(user_agent,'*Fire*',),'Firefox','Other'))) &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used this &lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f2f2f2; color: #3d3d3d;"&gt;Only( &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;{1}&lt;/EM&gt;&lt;/STRONG&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #f2f2f2; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Match(BucketFieldm, '&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;IE', 'Chrome', 'Other', 'Firefox') )&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-style: inherit; background-color: #f2f2f2; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: inherit;"&gt;I am getting this, &lt;IMG alt="demo.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/177608_demo.png" style="height: 248px; width: 620px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 10:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-group-the-legend-values/m-p/1398643#M812195</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-25T10:57:47Z</dc:date>
    </item>
  </channel>
</rss>

