<?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: master dimensions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/master-dimensions/m-p/1640318#M47720</link>
    <description>&lt;P&gt;Hi, there are different ways of do this, you want to keep those extra 2 stores for some reason?&lt;/P&gt;&lt;P&gt;As an easy way to create the new field you can use:&lt;/P&gt;&lt;P&gt;If(not match(Store, 'StoreToRemove1', 'StoreToRemove2'), Store)&lt;/P&gt;&lt;P&gt;That can also be used for a master dimension, if doen't works weel you can also try with:&lt;/P&gt;&lt;P&gt;Aggr(If(not match(Store, 'StoreToRemove1', 'StoreToRemove2'), Store), Store)&lt;/P&gt;</description>
    <pubDate>Mon, 28 Oct 2019 11:37:22 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2019-10-28T11:37:22Z</dc:date>
    <item>
      <title>master dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/master-dimensions/m-p/1640106#M47707</link>
      <description>&lt;P&gt;i have a field "Store" that has 13 values for my 13 stores.&amp;nbsp; Can i create a master dimension that consists of 11 of these stores?&lt;/P&gt;&lt;P&gt;or conversely, can i set up a new field that has 11 stores?&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2019 22:52:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/master-dimensions/m-p/1640106#M47707</guid>
      <dc:creator>johndoub</dc:creator>
      <dc:date>2019-10-26T22:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: master dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/master-dimensions/m-p/1640318#M47720</link>
      <description>&lt;P&gt;Hi, there are different ways of do this, you want to keep those extra 2 stores for some reason?&lt;/P&gt;&lt;P&gt;As an easy way to create the new field you can use:&lt;/P&gt;&lt;P&gt;If(not match(Store, 'StoreToRemove1', 'StoreToRemove2'), Store)&lt;/P&gt;&lt;P&gt;That can also be used for a master dimension, if doen't works weel you can also try with:&lt;/P&gt;&lt;P&gt;Aggr(If(not match(Store, 'StoreToRemove1', 'StoreToRemove2'), Store), Store)&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 11:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/master-dimensions/m-p/1640318#M47720</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2019-10-28T11:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: master dimensions</title>
      <link>https://community.qlik.com/t5/App-Development/master-dimensions/m-p/1640335#M47721</link>
      <description>&lt;P&gt;You may specify all stores which you need in an IF&lt;/P&gt;&lt;P&gt;For example&lt;/P&gt;&lt;P&gt;pick( store, '1', '2', '3', '4', ... ,'11') &amp;gt; 0&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;len(pick( store, '1', '2', '3', '4',... ,'11' )) &amp;gt; 0&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Match(store, '1', '2', '3', '4',... ,'11' )&amp;gt;0&lt;/P&gt;</description>
      <pubDate>Mon, 28 Oct 2019 12:13:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/master-dimensions/m-p/1640335#M47721</guid>
      <dc:creator>naumanshah</dc:creator>
      <dc:date>2019-10-28T12:13:39Z</dc:date>
    </item>
  </channel>
</rss>

