<?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 Synthetic Key Question - on Month &amp;amp; Region field which i'm using as filters in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Question-on-Month-amp-Region-field-which-i-m-using/m-p/1528133#M37937</link>
    <description>&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;Synthetic Key Question - on Month &amp;amp; Region field which i'm using as filters:&lt;/P&gt;&lt;P&gt;I'm having multiple tables with same set of fields which is really required for filters. If i rename or concatenate those fields, then i will not have separate fields for filter's. Also those filters were common for all dashboards which i created.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I've attached my Data Model screenshot for reference.&lt;/P&gt;&lt;P&gt;Please check and advise if can continue with those synthetic keys or i should really worry about my data model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nandhakumar&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 06:54:00 GMT</pubDate>
    <dc:creator>nandhaadjame200</dc:creator>
    <dc:date>2024-11-16T06:54:00Z</dc:date>
    <item>
      <title>Synthetic Key Question - on Month &amp; Region field which i'm using as filters</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Question-on-Month-amp-Region-field-which-i-m-using/m-p/1528133#M37937</link>
      <description>&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;Synthetic Key Question - on Month &amp;amp; Region field which i'm using as filters:&lt;/P&gt;&lt;P&gt;I'm having multiple tables with same set of fields which is really required for filters. If i rename or concatenate those fields, then i will not have separate fields for filter's. Also those filters were common for all dashboards which i created.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I've attached my Data Model screenshot for reference.&lt;/P&gt;&lt;P&gt;Please check and advise if can continue with those synthetic keys or i should really worry about my data model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nandhakumar&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 06:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Question-on-Month-amp-Region-field-which-i-m-using/m-p/1528133#M37937</guid>
      <dc:creator>nandhaadjame200</dc:creator>
      <dc:date>2024-11-16T06:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Question - on Month &amp; Region field which i'm using as filters</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Question-on-Month-amp-Region-field-which-i-m-using/m-p/1528145#M37938</link>
      <description>&lt;P&gt;Hi Nandha,&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;Make a new key "&lt;SPAN&gt;Month &amp;amp;'|'&amp;amp; Region" in all the tables which have month and Region field and drop this filed from all the tables except the one which have all the month and region data (Master Table).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Table A:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Month,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Region,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Month &amp;amp;'|'&amp;amp; Region as %Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;from Table A;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;B:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//Month,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;//Region,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Month &amp;amp;'|'&amp;amp; Region as %Key&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;from Table B;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do this for other tables as well. It will help in eliminating the synthetic keys and result in star schema.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope it helps.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 06:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Question-on-Month-amp-Region-field-which-i-m-using/m-p/1528145#M37938</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-01-09T06:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Synthetic Key Question - on Month &amp; Region field which i'm using as filters</title>
      <link>https://community.qlik.com/t5/App-Development/Synthetic-Key-Question-on-Month-amp-Region-field-which-i-m-using/m-p/1535621#M38629</link>
      <description>&lt;P&gt;HiJyothish&lt;/P&gt;&lt;P&gt;Apologies for&amp;nbsp;the delayed response.&lt;/P&gt;&lt;P&gt;Actually, your solution worked for me. Thanks a lot.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nandhakumar&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jan 2019 06:35:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Synthetic-Key-Question-on-Month-amp-Region-field-which-i-m-using/m-p/1535621#M38629</guid>
      <dc:creator>nandhaadjame200</dc:creator>
      <dc:date>2019-01-28T06:35:53Z</dc:date>
    </item>
  </channel>
</rss>

