<?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 Help in Data Modelling, App Optimization in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1590258#M443510</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:38 GMT</pubDate>
    <dc:creator>pradnya_amol</dc:creator>
    <dc:date>2024-11-16T03:20:38Z</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/1590258#M443510</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:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1590258#M443510</guid>
      <dc:creator>pradnya_amol</dc:creator>
      <dc:date>2024-11-16T03:20:38Z</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/1602467#M444439</link>
      <description>&lt;P&gt;This is a duplicate post, see the following post for resolution:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Development/Help-in-Data-Modelling-App-Optimization/m-p/1590352#M443520" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Development/Help-in-Data-Modelling-App-Optimization/m-p/1590352#M443520&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jul 2019 19:37:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-in-Data-Modelling-App-Optimization/m-p/1602467#M444439</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-07-15T19:37:27Z</dc:date>
    </item>
  </channel>
</rss>

