<?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: Custom Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Custom-Dimension/m-p/994162#M526927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rishi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this as a calculated dimension in your chart. You may need to add more field values to this if there are more values of your field than are in this script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Pick(&lt;/P&gt;&lt;P&gt;match(&lt;/P&gt;&lt;P&gt;FieldName,&lt;/P&gt;&lt;P&gt;'OC',&lt;/P&gt;&lt;P&gt;'FR',&lt;/P&gt;&lt;P&gt;'CFP',&lt;/P&gt;&lt;P&gt;'FC',&lt;/P&gt;&lt;P&gt;'PR',&lt;/P&gt;&lt;P&gt;'HK'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'OC / FR',&lt;/P&gt;&lt;P&gt;'OC / FR',&lt;/P&gt;&lt;P&gt;'CFP',&lt;/P&gt;&lt;P&gt;'FC',&lt;/P&gt;&lt;P&gt;'PR',&lt;/P&gt;&lt;P&gt;'HK')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to group other field values as 'Other' add them to the Match expression and add the same number of 'Other' lines to the Pick expression that wraps it. Be careful to have the 'Other' lines in places corresponding to the values in the match statement that you want to be grouped as 'Other'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2015 13:51:27 GMT</pubDate>
    <dc:creator>effinty2112</dc:creator>
    <dc:date>2015-12-16T13:51:27Z</dc:date>
    <item>
      <title>Custom Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Dimension/m-p/994160#M526925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108658_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;- I have a Dimension which has values - {OC, FR, CFP, FC, PR, HK,............)&lt;/P&gt;&lt;P&gt;- There is no value 'Joint OC / FR' (marked in RED) in the dimension.&lt;/P&gt;&lt;P&gt;- I am having an expression as count(XYZ)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question:&lt;/P&gt;&lt;P&gt;- Can I get a new value in the dimension 'Joint OC and FR' (it is basically the sum of OC and FR) marked as RED and also 'Others'&lt;/P&gt;&lt;P&gt;*** I have tried out resident load, renaming the column values and concatenating it with the source table. But, Here the issue is that I am getting duplicate records related to OC and FR which will impact other calculations on the dashboard.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 17:28:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Dimension/m-p/994160#M526925</guid>
      <dc:creator>rishimessi19</dc:creator>
      <dc:date>2015-12-10T17:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Dimension/m-p/994161#M526926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Difficult to understand what you are trying to do. May be if you are able to share a sample with your expected output, it would be much easier to help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Dec 2015 17:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Dimension/m-p/994161#M526926</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-10T17:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Dimension/m-p/994162#M526927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rishi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try this as a calculated dimension in your chart. You may need to add more field values to this if there are more values of your field than are in this script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Pick(&lt;/P&gt;&lt;P&gt;match(&lt;/P&gt;&lt;P&gt;FieldName,&lt;/P&gt;&lt;P&gt;'OC',&lt;/P&gt;&lt;P&gt;'FR',&lt;/P&gt;&lt;P&gt;'CFP',&lt;/P&gt;&lt;P&gt;'FC',&lt;/P&gt;&lt;P&gt;'PR',&lt;/P&gt;&lt;P&gt;'HK'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'OC / FR',&lt;/P&gt;&lt;P&gt;'OC / FR',&lt;/P&gt;&lt;P&gt;'CFP',&lt;/P&gt;&lt;P&gt;'FC',&lt;/P&gt;&lt;P&gt;'PR',&lt;/P&gt;&lt;P&gt;'HK')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to group other field values as 'Other' add them to the Match expression and add the same number of 'Other' lines to the Pick expression that wraps it. Be careful to have the 'Other' lines in places corresponding to the values in the match statement that you want to be grouped as 'Other'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 13:51:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Dimension/m-p/994162#M526927</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2015-12-16T13:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Dimension/m-p/994163#M526928</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;Another option is using a expression for each bar.&lt;/P&gt;&lt;P&gt;Count({&amp;lt;FieldName={'OC','FR'}&amp;gt;}FieldName)&lt;/P&gt;&lt;P&gt;Count&lt;SPAN style="font-size: 13.3333px;"&gt;({&amp;lt;FieldName={'CFP',}&amp;gt;}FieldName)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then label how every you like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//edit - Well the typo was certainly a good one! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 14:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Dimension/m-p/994163#M526928</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2015-12-16T14:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-Dimension/m-p/994164#M526929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Typo Alert! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2015 14:10:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-Dimension/m-p/994164#M526929</guid>
      <dc:creator>effinty2112</dc:creator>
      <dc:date>2015-12-16T14:10:25Z</dc:date>
    </item>
  </channel>
</rss>

