<?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 How to add a calculated dimention??? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-add-a-calculated-dimention/m-p/223967#M76427</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;havivdanny wrote:&lt;BR /&gt;I need somting that will make this very easy.&lt;BR /&gt;I reapet ,The person that using pivot table in excel is doing it very simple...&lt;BR /&gt; &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;It's also very simple to do this in QlikView - all you have to do is use the Inline Load in your script to set the categories. This is &lt;B&gt;exactly&lt;/B&gt; the same thing your Excel user is doing - manually assigning a new dimension to each old dimension value. Unfortunately, this has to be done via script, not via chart manipulation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Jul 2010 13:55:25 GMT</pubDate>
    <dc:creator>Or</dc:creator>
    <dc:date>2010-07-15T13:55:25Z</dc:date>
    <item>
      <title>How to add a calculated dimention???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-a-calculated-dimention/m-p/223962#M76422</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 tring to develop a simple pivot table and I have a problem :&lt;/P&gt;&lt;P&gt;here the example:&lt;/P&gt;&lt;P&gt;column A ,column B, column C&lt;/P&gt;&lt;P&gt;a aa 13&lt;/P&gt;&lt;P&gt;a dd 45&lt;/P&gt;&lt;P&gt;a ww 76&lt;/P&gt;&lt;P&gt;a dd 78&lt;/P&gt;&lt;P&gt;b vv 23&lt;/P&gt;&lt;P&gt;b bb 55&lt;/P&gt;&lt;P&gt;b hh 78&lt;/P&gt;&lt;P&gt;f uu 88&lt;/P&gt;&lt;P&gt;f aa 67&lt;/P&gt;&lt;P&gt;f uc 32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now, after I set the pivot table with the data I want to add a Dimention that representing a groups of column A&lt;/P&gt;&lt;P&gt;for example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;column A0, column A ,column B, column C&lt;/P&gt;&lt;P&gt;First a aa 13&lt;/P&gt;&lt;P&gt;First a dd 45&lt;/P&gt;&lt;P&gt;First a ww 76&lt;/P&gt;&lt;P&gt;First a dd 78&lt;/P&gt;&lt;P&gt;First b vv 23&lt;/P&gt;&lt;P&gt;First b bb 55&lt;/P&gt;&lt;P&gt;First b hh 78&lt;/P&gt;&lt;P&gt;second f uu 88&lt;/P&gt;&lt;P&gt;second f aa 67&lt;/P&gt;&lt;P&gt;second f uc 32&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;it can be done in a pivot table in excel in a few steps and I want to develop this in QV.&lt;/DIV&gt;&lt;DIV&gt;I want to do this without writing a code in the script window.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;10X&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 11:27:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-a-calculated-dimention/m-p/223962#M76422</guid>
      <dc:creator />
      <dc:date>2010-07-15T11:27:50Z</dc:date>
    </item>
    <item>
      <title>How to add a calculated dimention???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-a-calculated-dimention/m-p/223963#M76423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can try this way:&lt;/P&gt;&lt;P&gt;=If(CategoryName = 'Swimwear' or CategoryName = 'Sportswear', 'First', 'Second')&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 11:38:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-a-calculated-dimention/m-p/223963#M76423</guid>
      <dc:creator />
      <dc:date>2010-07-15T11:38:29Z</dc:date>
    </item>
    <item>
      <title>How to add a calculated dimention???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-a-calculated-dimention/m-p/223964#M76424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Haviv,&lt;/P&gt;&lt;P&gt;You Can try it as if((columnA='a' or columnA='b',First,Second))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Suneel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 12:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-a-calculated-dimention/m-p/223964#M76424</guid>
      <dc:creator>sunil2288</dc:creator>
      <dc:date>2010-07-15T12:13:49Z</dc:date>
    </item>
    <item>
      <title>How to add a calculated dimention???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-a-calculated-dimention/m-p/223965#M76425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok,&lt;/P&gt;&lt;P&gt;it should work&lt;/P&gt;&lt;P&gt;but what I can do if I have to do an Aggr function on 30 items? or more....&lt;/P&gt;&lt;P&gt;it's not fasible to write a lot of conditional IF.&lt;/P&gt;&lt;P&gt;I need somting that will make this very easy.&lt;/P&gt;&lt;P&gt;I reapet ,The person that using pivot table in excel is doing it very simple...&lt;/P&gt;&lt;P&gt;10X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 12:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-a-calculated-dimention/m-p/223965#M76425</guid>
      <dc:creator />
      <dc:date>2010-07-15T12:52:45Z</dc:date>
    </item>
    <item>
      <title>How to add a calculated dimention???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-a-calculated-dimention/m-p/223966#M76426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Can you rephrase your query?&lt;/P&gt;&lt;P&gt;What is the criteria for First, Second etc.?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Happy Thoughts&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 13:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-a-calculated-dimention/m-p/223966#M76426</guid>
      <dc:creator />
      <dc:date>2010-07-15T13:45:36Z</dc:date>
    </item>
    <item>
      <title>How to add a calculated dimention???</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-add-a-calculated-dimention/m-p/223967#M76427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;havivdanny wrote:&lt;BR /&gt;I need somting that will make this very easy.&lt;BR /&gt;I reapet ,The person that using pivot table in excel is doing it very simple...&lt;BR /&gt; &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;It's also very simple to do this in QlikView - all you have to do is use the Inline Load in your script to set the categories. This is &lt;B&gt;exactly&lt;/B&gt; the same thing your Excel user is doing - manually assigning a new dimension to each old dimension value. Unfortunately, this has to be done via script, not via chart manipulation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Jul 2010 13:55:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-add-a-calculated-dimention/m-p/223967#M76427</guid>
      <dc:creator>Or</dc:creator>
      <dc:date>2010-07-15T13:55:25Z</dc:date>
    </item>
  </channel>
</rss>

