<?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: Help in Data Modelling, App Optimization in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1590283#M443515</link>
    <description>&lt;P&gt;Its not helping Dear. I tried it. It might be because FactId is associated to BVA and M14. Same Key has numerous values where 99% is for M14, 1% to BVA.&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2019 06:46:42 GMT</pubDate>
    <dc:creator>pradnya_amol</dc:creator>
    <dc:date>2019-06-11T06:46:42Z</dc:date>
    <item>
      <title>Help in Data Modelling, App Optimization</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1590257#M443509</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;Sometimes a small, tiny thing doesn't get solve; please help me in data modelling; don't know what am I missing. Check the script and let me know what else I can do to make my Data Model perfect. I have a few conditions on UI which is making my App very slow on Access Point.&lt;/P&gt;&lt;P&gt;Attached is the screenshot for Data Model.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BVAFactId&lt;/STRONG&gt; in &lt;STRONG&gt;BVA&lt;/STRONG&gt; Table:- Information Density: 100%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subset Ratio: 1%&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BVAFactId&lt;/STRONG&gt; in &lt;STRONG&gt;Key&lt;/STRONG&gt; Table:&amp;nbsp;Information Density: 100%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subset Ratio: 31%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;M14FactId&lt;/STRONG&gt; in &lt;STRONG&gt;M14&lt;/STRONG&gt;Table:- Information Density: 100%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subset Ratio: 99%&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;M14FactId&lt;/STRONG&gt; in &lt;STRONG&gt;Key&lt;/STRONG&gt; Table:&amp;nbsp;Information Density: 100%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subset Ratio: 31%&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;%&lt;STRONG&gt;DATE_KEY&lt;/STRONG&gt; in &lt;STRONG&gt;Master_Calendar&lt;/STRONG&gt;:&amp;nbsp;Information Density: 100%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subset Ratio: 75%&lt;/P&gt;&lt;P&gt;%&lt;STRONG&gt;DATE_KEY&lt;/STRONG&gt; in &lt;STRONG&gt;Key&lt;/STRONG&gt; Table:&amp;nbsp;Information Density: 100%&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Subset Ratio: 100%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Script:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Master_Calender:&lt;BR /&gt;LOAD&lt;BR /&gt;CalendarMonthName,&lt;BR /&gt;Num(CalendarMonthName) as CalendarMonthNumber,&lt;BR /&gt;CalendarQuarter,&lt;BR /&gt;CalendarYear,&lt;BR /&gt;CalendarMonthAndYear as %DATE_KEY,&lt;BR /&gt;date(CalendarMonthAndYear,'MM.YY') as CalendarMonthAndYearNum,&lt;BR /&gt;CalendarMonthAndYear,&lt;BR /&gt;CalendarQuarter &amp;amp; '-' &amp;amp; Right(CalendarYear,2) as CalendarQuarterYear,&lt;BR /&gt;If(CalendarYear &amp;lt;= Year(today()) and CalendarYear&amp;gt;=$(vPreviousYear),CalendarYear) as FilterCalendarYear&lt;BR /&gt;&lt;BR /&gt;FROM&lt;BR /&gt;\\deawiwqlvt041.syngentaaws.org\QlikView\QlikViewStorage\SourceDocuments\Shared Folder\Master Calendar\MasterCalendar.QVD&lt;BR /&gt;(qvd)&lt;BR /&gt;Where CalendarYear&amp;gt;=($(vPreviousYear)-1) and CalendarYear&amp;lt;=$(vNextYear);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Key:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD FactId as M14FactID, &lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FactId as BVAFactID,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;date("Calendar Date",'MMM YYYY') as %DATE_KEY&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[\\deawiwqlvp041.syngentaaws.org\QlikView\QlikViewStorage\SourceDocuments\Transformation Layer\Global\MRH\Qlikmart\Sales\QVD\T_G_MRH_QM_MRH1_Consolidated_Sales_Key.QVD]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(qvd) where Year("Calendar Date") &amp;gt;=($(vPreviousYear)-1) and Year("Calendar Date") &amp;lt;=$(vNextYear);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;BVA:&lt;BR /&gt;LOAD FactId as BVAFactID,&lt;BR /&gt;[BVA.ACT Value]&lt;BR /&gt;FROM&lt;BR /&gt;[\\deawiwqlvp041.syngentaaws.org\QlikView\QlikViewStorage\SourceDocuments\Transformation Layer\Global\MRH\Qlikmart\Sales\QVD\T_G_MRH_QM_MRH1_BVA_Fact.QVD]&lt;BR /&gt;(qvd) where Exists(BVAFactID,FactId);&lt;/P&gt;&lt;P&gt;M14:&lt;BR /&gt;LOAD FactId as M14FactID,&lt;BR /&gt;[Sales_PC.VAR BUD PY STD Value]&lt;BR /&gt;FROM&lt;BR /&gt;[\\deawiwqlvp041.syngentaaws.org\QlikView\QlikViewStorage\SourceDocuments\Transformation Layer\Global\MRH\Qlikmart\Sales\QVD\T_G_MRH_QM_MRH1_Sales_Product_Costing_Fact.QVD]&lt;BR /&gt;(qvd) where Exists(M14FactID,FactId);&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:20:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1590257#M443509</guid>
      <dc:creator>pradnya_amol</dc:creator>
      <dc:date>2024-11-16T03:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Data Modelling, App Optimization</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1590269#M443512</link>
      <description>&lt;P&gt;Hi Pradnya,&lt;/P&gt;&lt;P&gt;Subset ratio of 1% is definitely not good. May be try like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Key:&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;LOAD FactId as %Key,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;date("Calendar Date",'MMM YYYY') as %DATE_KEY&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[\\deawiwqlvp041.syngentaaws.org\QlikView\QlikViewStorage\SourceDocuments\Transformation Layer\Global\MRH\Qlikmart\Sales\QVD\T_G_MRH_QM_MRH1_Consolidated_Sales_Key.QVD]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(qvd) where Year("Calendar Date") &amp;gt;=($(vPreviousYear)-1) and Year("Calendar Date") &amp;lt;=$(vNextYear);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;BVA:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;FactId as &lt;STRONG&gt;%Key&lt;/STRONG&gt;,&lt;BR /&gt;[BVA.ACT Value]&lt;BR /&gt;FROM&lt;BR /&gt;[\\deawiwqlvp041.syngentaaws.org\QlikView\QlikViewStorage\SourceDocuments\Transformation Layer\Global\MRH\Qlikmart\Sales\QVD\T_G_MRH_QM_MRH1_BVA_Fact.QVD]&lt;BR /&gt;(qvd) where Exists(&lt;STRONG&gt;%Key,FactId&amp;nbsp;&lt;/STRONG&gt;);&lt;/P&gt;&lt;P&gt;M14:&lt;BR /&gt;LOAD FactId as &lt;STRONG&gt;%Key&lt;/STRONG&gt;,&lt;BR /&gt;[Sales_PC.VAR BUD PY STD Value]&lt;BR /&gt;FROM&lt;BR /&gt;[\\deawiwqlvp041.syngentaaws.org\QlikView\QlikViewStorage\SourceDocuments\Transformation Layer\Global\MRH\Qlikmart\Sales\QVD\T_G_MRH_QM_MRH1_Sales_Product_Costing_Fact.QVD]&lt;BR /&gt;(qvd) where Exists(&lt;STRONG&gt;%Key,FactId&amp;nbsp;&lt;/STRONG&gt;);&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 06:10:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1590269#M443512</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2019-06-11T06:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Data Modelling, App Optimization</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1590283#M443515</link>
      <description>&lt;P&gt;Its not helping Dear. I tried it. It might be because FactId is associated to BVA and M14. Same Key has numerous values where 99% is for M14, 1% to BVA.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 06:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1590283#M443515</guid>
      <dc:creator>pradnya_amol</dc:creator>
      <dc:date>2019-06-11T06:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Data Modelling, App Optimization</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1590345#M443518</link>
      <description>&lt;P&gt;For me it looked that your table Key is a link-table between two fact-tables. From a UI performance point of view is this usually the slowest type of datamodel. Therefore I suggest to consider a complete change of the datamodel in the direction of a star-scheme by merging (joining/mapping(concatenating) the two fact-tables into a single one.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 08:51:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1590345#M443518</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-06-11T08:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Data Modelling, App Optimization</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1590352#M443520</link>
      <description>&lt;P&gt;Yes, you are correct. We are having Fact Constellation Schema wherein we have 3 Fact Tbale and 1 Main table which is further mapped with 8 Dimension Tables. Thank for your input, was trying the same what U have suggested.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 09:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1590352#M443520</guid>
      <dc:creator>pradnya_amol</dc:creator>
      <dc:date>2019-06-11T09:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help in Data Modelling, App Optimization</title>
      <link>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1603139#M444481</link>
      <description>Qlikview makes joins on the fly when users make some selection . So lesser the number of tables it has to search quicker the result will be . Lets take the case where you have 2 fact tables and 1 dimension which needs to be connected to just one fact table , in such a scenario why is joining the 2 fact tables a bad thing ?</description>
      <pubDate>Wed, 17 Jul 2019 11:19:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1603139#M444481</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2019-07-17T11:19:44Z</dc:date>
    </item>
  </channel>
</rss>

