<?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 Creating a new Dimension from an existing one in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Creating-a-new-Dimension-from-an-existing-one/m-p/1801771#M1211758</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I want to create a new Dimension from an Existing one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just like displayed in this graphic:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DellaCruze_0-1619097480763.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53474iB1A753951521A18E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DellaCruze_0-1619097480763.png" alt="DellaCruze_0-1619097480763.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried it with multiple if-statements in the chart and in the script, but i guess i am too deep into EXCEL &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;The result was always the first expression like "if(Movement = 1 or 2 or 3 or 14, 'Logistics', if(...)) --&amp;gt; Logitics" but it would never return the other expressions.&lt;/P&gt;&lt;P&gt;Hopefully someone can help and explain to me .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR and many thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 22 Apr 2021 13:22:18 GMT</pubDate>
    <dc:creator>DellaCruze</dc:creator>
    <dc:date>2021-04-22T13:22:18Z</dc:date>
    <item>
      <title>Creating a new Dimension from an existing one</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-Dimension-from-an-existing-one/m-p/1801771#M1211758</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I want to create a new Dimension from an Existing one.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just like displayed in this graphic:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DellaCruze_0-1619097480763.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/53474iB1A753951521A18E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DellaCruze_0-1619097480763.png" alt="DellaCruze_0-1619097480763.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I tried it with multiple if-statements in the chart and in the script, but i guess i am too deep into EXCEL &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;The result was always the first expression like "if(Movement = 1 or 2 or 3 or 14, 'Logistics', if(...)) --&amp;gt; Logitics" but it would never return the other expressions.&lt;/P&gt;&lt;P&gt;Hopefully someone can help and explain to me .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR and many thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 13:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-Dimension-from-an-existing-one/m-p/1801771#M1211758</guid>
      <dc:creator>DellaCruze</dc:creator>
      <dc:date>2021-04-22T13:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new Dimension from an existing one</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-Dimension-from-an-existing-one/m-p/1801776#M1211762</link>
      <description>&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;If(Movement = 1 or Movement = 2 or Movement = 3 or Movement = 14,'Logistics',If(...))&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;Pick(Movement,'Logistics','Logistics','Logistics','Production','Production',....)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 13:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-Dimension-from-an-existing-one/m-p/1801776#M1211762</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2021-04-22T13:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a new Dimension from an existing one</title>
      <link>https://community.qlik.com/t5/QlikView/Creating-a-new-Dimension-from-an-existing-one/m-p/1801781#M1211763</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5930"&gt;@jwjackso&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;The solution was this simple.&lt;BR /&gt;Your first suggestion worked flawlessly in the script.&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;</description>
      <pubDate>Thu, 22 Apr 2021 13:41:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Creating-a-new-Dimension-from-an-existing-one/m-p/1801781#M1211763</guid>
      <dc:creator>DellaCruze</dc:creator>
      <dc:date>2021-04-22T13:41:29Z</dc:date>
    </item>
  </channel>
</rss>

