<?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 merge categories in dimension and pick it?(hurry) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612734#M226121</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If(cate='A' or cate='B' or cate='C', 'PPP',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If(cate='AA' or cate='BB' or cate='CC', 'SSS',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If(cate='AAA' or cate='BBB' or cate='CCC', 'DDD',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;'---'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;) &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;as dimension, it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 10:48:52 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2014-03-24T10:48:52Z</dc:date>
    <item>
      <title>How to merge categories in dimension and pick it,not in script?(hurry)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612729#M226116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data like :&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="55676" alt="Merge Category.png" class="jive-image" src="/legacyfs/online/55676_Merge Category.png" /&gt;&lt;/P&gt;&lt;P&gt;Now I want to merge the CATE to new category.&lt;/P&gt;&lt;P&gt;the new cate would be:&lt;/P&gt;&lt;P&gt;PPP=A,B,C&lt;/P&gt;&lt;P&gt;SSS=AA,BB,CC&lt;/P&gt;&lt;P&gt;DDD=AAA,BBB,CCC&lt;/P&gt;&lt;P&gt;Names(PPP,DDD,SSS) are not important I thiink, because I want to calculate,&lt;/P&gt;&lt;P&gt;how many vips buy only one new cate, how many vips buy more than one new cate.&lt;/P&gt;&lt;P&gt;The result should be:&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="55677" alt="Merge Category1.png" class="jive-image" src="/legacyfs/online/55677_Merge Category1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I have clarified what I want, and if you have any further question please feel free to contact me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 08:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612729#M226116</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2014-03-24T08:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge categories in dimension and pick it?(hurry)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612730#M226117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when you load your data do something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;If(cate='A' or cate='B' or cate='C', 'PPP',&lt;/P&gt;&lt;P&gt;If(cate='AA' or cate='BB' or cate='CC', 'SSS',&lt;/P&gt;&lt;P&gt;If(cate='AAA' or cate='BBB' or cate='CCC', 'DDD',&lt;/P&gt;&lt;P&gt;'---'&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;) as myField&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and use this new field as dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 08:57:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612730#M226117</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-24T08:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge categories in dimension and pick it?(hurry)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612731#M226118</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;You can create new CATE using below expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;if(len(CATE)=1,'PPP',if(len(CATE)=2,'SSS','DDD')) as NewCATE,&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 09:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612731#M226118</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2014-03-24T09:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge categories in dimension and pick it?(hurry)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612732#M226119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alessandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, but i want to finish it in dimension, not in script, do you have any idea to solve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 10:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612732#M226119</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2014-03-24T10:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge categories in dimension and pick it?(hurry)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612733#M226120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you have any idea to solve this in dimension, not in script? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 10:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612733#M226120</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2014-03-24T10:48:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge categories in dimension and pick it?(hurry)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612734#M226121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If(cate='A' or cate='B' or cate='C', 'PPP',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If(cate='AA' or cate='BB' or cate='CC', 'SSS',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;If(cate='AAA' or cate='BBB' or cate='CCC', 'DDD',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;'---'&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;)&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;) &lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;as dimension, it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 10:48:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612734#M226121</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-24T10:48:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge categories in dimension and pick it,not in script?(hurry)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612735#M226122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I want to calculate,how many vips buy only one new cate, how many vips buy more than one new cate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Not just output PPP SSS DDD, do you have any idea?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 10:55:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612735#M226122</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2014-03-24T10:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge categories in dimension and pick it,not in script?(hurry)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612736#M226123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the expressions given by Alessandro in a calculated dimension, but it is much more efficient to do calculations like this in the script. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 11:04:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612736#M226123</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-03-24T11:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge categories in dimension and pick it,not in script?(hurry)</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612737#M226124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;I want to calculate,how many vips buy only one new cate, how many vips buy more than one new cate.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Not just output PPP SSS DDD, Could you please clarify how to do that using Alessandro's expressions?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 11:15:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-merge-categories-in-dimension-and-pick-it-not-in-script/m-p/612737#M226124</guid>
      <dc:creator>uacg0009</dc:creator>
      <dc:date>2014-03-24T11:15:38Z</dc:date>
    </item>
  </channel>
</rss>

