<?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 new dimension in load script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/new-dimension-in-load-script/m-p/1886850#M73064</link>
    <description>&lt;P&gt;&lt;STRONG&gt;Hi everyone, I need help with the issue below.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I would like to create a new dimension from another in the load script.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I have a dimension called Accounts (consists of six digits)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Now I need to choose only a few accounts from this dimension and create a new dimension called AcctypeMAa&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;For example all 521xx1 and all 524xx1 accounts.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;So in new dimension will be accounts like 521451, 524781 and so on.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How can i do it in load script?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;And what if the dimension was stored as text? How to create?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Thanks for any help.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 30 Jan 2022 18:19:35 GMT</pubDate>
    <dc:creator>DominiC181</dc:creator>
    <dc:date>2022-01-30T18:19:35Z</dc:date>
    <item>
      <title>new dimension in load script</title>
      <link>https://community.qlik.com/t5/App-Development/new-dimension-in-load-script/m-p/1886850#M73064</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Hi everyone, I need help with the issue below.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I would like to create a new dimension from another in the load script.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;I have a dimension called Accounts (consists of six digits)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Now I need to choose only a few accounts from this dimension and create a new dimension called AcctypeMAa&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;For example all 521xx1 and all 524xx1 accounts.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;So in new dimension will be accounts like 521451, 524781 and so on.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;How can i do it in load script?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;STRONG&gt;And what if the dimension was stored as text? How to create?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Thanks for any help.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jan 2022 18:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/new-dimension-in-load-script/m-p/1886850#M73064</guid>
      <dc:creator>DominiC181</dc:creator>
      <dc:date>2022-01-30T18:19:35Z</dc:date>
    </item>
    <item>
      <title>Re: new dimension in load script</title>
      <link>https://community.qlik.com/t5/App-Development/new-dimension-in-load-script/m-p/1886856#M73065</link>
      <description>&lt;P&gt;&lt;FONT face="courier new,courier"&gt;if(Wildmatch(account, '521??1', '524??1'),&amp;nbsp; account, null()) as&amp;nbsp;AcctypeMAa&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;-Rob&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Jan 2022 19:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/new-dimension-in-load-script/m-p/1886856#M73065</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-01-30T19:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: new dimension in load script</title>
      <link>https://community.qlik.com/t5/App-Development/new-dimension-in-load-script/m-p/1893769#M73718</link>
      <description>&lt;P&gt;Dear Rob,&lt;/P&gt;
&lt;P&gt;works great.&lt;/P&gt;
&lt;P&gt;Thank you very much &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Feb 2022 14:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/new-dimension-in-load-script/m-p/1893769#M73718</guid>
      <dc:creator>DominiC181</dc:creator>
      <dc:date>2022-02-16T14:18:38Z</dc:date>
    </item>
  </channel>
</rss>

