<?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: create a record based on other records within the same dimension in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/create-a-record-based-on-other-records-within-the-same-dimension/m-p/1528252#M8031</link>
    <description>Create a table with resident load on this one with Concat(distinct[business Area],',') as Business Area have it concatenate to the original table.</description>
    <pubDate>Wed, 09 Jan 2019 10:24:40 GMT</pubDate>
    <dc:creator>bramkn</dc:creator>
    <dc:date>2019-01-09T10:24:40Z</dc:date>
    <item>
      <title>create a record based on other records within the same dimension</title>
      <link>https://community.qlik.com/t5/Water-Cooler/create-a-record-based-on-other-records-within-the-same-dimension/m-p/1528228#M8030</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have dimension called Business Area as below&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Business Area&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RoA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;MIWI&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Function&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;So what I want to achieve is&amp;nbsp;&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Business Area&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;RoA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;MIWI&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Function&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;All&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where the record ALL ='ROA','MIWI,'Function'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried this statement below but its's not working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;if(Match([Business Area],'Function','RoA','MIWI'),'ALL',[Business Area]) as [Business Area2]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 09:59:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/create-a-record-based-on-other-records-within-the-same-dimension/m-p/1528228#M8030</guid>
      <dc:creator>zwyne</dc:creator>
      <dc:date>2019-01-09T09:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: create a record based on other records within the same dimension</title>
      <link>https://community.qlik.com/t5/Water-Cooler/create-a-record-based-on-other-records-within-the-same-dimension/m-p/1528252#M8031</link>
      <description>Create a table with resident load on this one with Concat(distinct[business Area],',') as Business Area have it concatenate to the original table.</description>
      <pubDate>Wed, 09 Jan 2019 10:24:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/create-a-record-based-on-other-records-within-the-same-dimension/m-p/1528252#M8031</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2019-01-09T10:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: create a record based on other records within the same dimension</title>
      <link>https://community.qlik.com/t5/Water-Cooler/create-a-record-based-on-other-records-within-the-same-dimension/m-p/1528274#M8034</link>
      <description>&lt;P&gt;Thank you for the response. How do I then create the record ALL? Should I write an if statement&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 10:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/create-a-record-based-on-other-records-within-the-same-dimension/m-p/1528274#M8034</guid>
      <dc:creator>zwyne</dc:creator>
      <dc:date>2019-01-09T10:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: create a record based on other records within the same dimension</title>
      <link>https://community.qlik.com/t5/Water-Cooler/create-a-record-based-on-other-records-within-the-same-dimension/m-p/1528279#M8035</link>
      <description>Ah Sorry, I read it wrong. You want to be able to select all and then have Qlik Select all possible values?</description>
      <pubDate>Wed, 09 Jan 2019 10:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/create-a-record-based-on-other-records-within-the-same-dimension/m-p/1528279#M8035</guid>
      <dc:creator>bramkn</dc:creator>
      <dc:date>2019-01-09T10:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: create a record based on other records within the same dimension</title>
      <link>https://community.qlik.com/t5/Water-Cooler/create-a-record-based-on-other-records-within-the-same-dimension/m-p/1528290#M8036</link>
      <description>I should be able to select ALL where ALL ='Function','RoA','MIWI' or select individuals records. If possible on the script or listbox</description>
      <pubDate>Wed, 09 Jan 2019 11:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/create-a-record-based-on-other-records-within-the-same-dimension/m-p/1528290#M8036</guid>
      <dc:creator>zwyne</dc:creator>
      <dc:date>2019-01-09T11:06:21Z</dc:date>
    </item>
  </channel>
</rss>

