<?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 More one dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/More-one-dimension/m-p/343223#M577400</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but it's really difficult to understand you!&amp;nbsp; Can you give an example of the source data and a picture of how you want it to end up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2012 19:23:34 GMT</pubDate>
    <dc:creator>Jason_Michaelides</dc:creator>
    <dc:date>2012-04-09T19:23:34Z</dc:date>
    <item>
      <title>More one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/More-one-dimension/m-p/343222#M577399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;If i need show for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cuentas a&lt;/P&gt;&lt;P&gt;cuentas b&lt;/P&gt;&lt;P&gt;cuentas c&lt;/P&gt;&lt;P&gt;i make a single dimension for example if (left(cuenta,1)='a','cuentas a',if(left(cuenta,1)='b','cuentas b','cuentas c'))&lt;/P&gt;&lt;P&gt;but i need more than 20 dimensions and the data for table of sql is received without group by.&lt;/P&gt;&lt;P&gt;Is possible make more one dimension with a single if but the dimension shows one below other or the unique mode is nested ifs&amp;nbsp; because qlik show me&lt;/P&gt;&lt;P&gt;cuentas a&amp;nbsp; cuentas b depending of cuentas a and cuentas c depending of cuentas b.&lt;/P&gt;&lt;P&gt;Thank in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 18:42:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-one-dimension/m-p/343222#M577399</guid>
      <dc:creator />
      <dc:date>2012-04-09T18:42:09Z</dc:date>
    </item>
    <item>
      <title>More one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/More-one-dimension/m-p/343223#M577400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry but it's really difficult to understand you!&amp;nbsp; Can you give an example of the source data and a picture of how you want it to end up?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 19:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-one-dimension/m-p/343223#M577400</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-09T19:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: More one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/More-one-dimension/m-p/343224#M577401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the file atached i have a unique dimension as is:&lt;/P&gt;&lt;P&gt;if(left(cuenta,1)='1','activo','pasivo')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i need separate more filters,a lot of 20.&lt;/P&gt;&lt;P&gt;Mi question is if possible write &lt;/P&gt;&lt;P&gt;if(left(cuenta,1)='1','activo')&lt;/P&gt;&lt;P&gt;﻿﻿﻿if(left(cuenta,2)='2','pasivo') and not&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(left(﻿cuenta,1)='1',activo',if(left(cuenta,1='pasivo',if(left(cuenta,1)='3','..'&amp;nbsp;&amp;nbsp; and more ifs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc. and obtain the same result because more clearely the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 20:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-one-dimension/m-p/343224#M577401</guid>
      <dc:creator />
      <dc:date>2012-04-09T20:20:22Z</dc:date>
    </item>
    <item>
      <title>More one dimension</title>
      <link>https://community.qlik.com/t5/QlikView/More-one-dimension/m-p/343225#M577402</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;I can't open your attachement (asking for a password I think) but never mind as I understand you now.&amp;nbsp; You need to use ApplyMap():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Map_Cuenta:&lt;/P&gt;&lt;P&gt;MAPPING LOAD * INLINE [&lt;/P&gt;&lt;P&gt;In,Out&lt;/P&gt;&lt;P&gt;1,activo&lt;/P&gt;&lt;P&gt;2,passivo&lt;/P&gt;&lt;P&gt;etc,etc&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,Field2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,ApplyMap('Map_Cuenta',LEFT(cuenta,1))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AS&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NewField&lt;/P&gt;&lt;P&gt;FROM....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 20:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/More-one-dimension/m-p/343225#M577402</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-09T20:26:53Z</dc:date>
    </item>
  </channel>
</rss>

