<?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: Data modelling question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086115#M361629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome ! Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 May 2016 21:45:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-05-05T21:45:51Z</dc:date>
    <item>
      <title>Data modelling question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086106#M361620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 tables Summary Value table and Metric Values table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Metrics Value table I have a field Escapes/Mo which has Actual value , and in Summary Value table I have 2 values related to Esacpes/Mo - Escapes_Per_Month_Bridge and Escapes_Per_Month_Target .. how do I get these 2 values into Metrics Value table ? These 2 are not joined tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Summary Values Table:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123713_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Metric Values Table&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/123714_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 20:36:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086106#M361620</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T20:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086107#M361621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD MetricName,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CommonField,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Metric Values Table;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD CommonField,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric Key as Bridge&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM Summary Values Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where WildMatch(Metric Key, '*BRIDGE*');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Left Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;LOAD CommonField,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Metric Key as Target&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;FROM Summary Values Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Where WildMatch(Metric Key, '*&lt;SPAN style="font-size: 13.3333px;"&gt;TARGET&lt;/SPAN&gt;*');&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 20:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086107#M361621</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T20:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086108#M361622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok , what is common field here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 20:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086108#M361622</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T20:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086109#M361623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something which determines what bridge value belong to which row. Something that connects the two tables &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 20:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086109#M361623</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T20:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086110#M361624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you only have this one metric with these two summary values?&lt;/P&gt;&lt;P&gt;If not, is there a rule we can use to create MetricName values from Metric Key values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have already values in Bridge and Target columns (for other MetricName)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short, please elaborate a bit more on the tables we are looking at.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's only about these three lines, I would probably create a simple INLINE table in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or create a MAPPING table from the summary table and ApplyMap to the Metrics Value table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 20:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086110#M361624</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-05T20:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086111#M361625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually the common field between these 2 tables is in a way MetricsKey and MetricsName , if you look at the values Escapes/Mo meaning Escapes Per Month .. I want the Bridge and Target values to be displayed in the same row for Escapes/Mo along with Actual value in Metric Values Table.. can we get that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 20:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086111#M361625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T20:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086112#M361626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share some more data points for the common fields from both the tables. Just trying to see how to join them together for all matches (not just for this one)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 20:55:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086112#M361626</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T20:55:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086113#M361627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes this is the only metric I want to get Bridge and Target values from Summary Values , and yes there are many values in Summary Values and Metric Values table .. with Actual,Bridge and Target values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user updates Summary Value table with Bridge and Target values timely .. so I cannot have inline table , how do I use apply map when there is no Common values between these 2 tables ... ? logically ESCAPES_PER_MONTH_BRIDGE and ESCAPES_PER_MONTH_TARGET values belong to Escapes/Mo .. but how do I tell Qlikview to join these 2 values to Escapes/MO ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 21:02:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086113#M361627</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T21:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086114#M361628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like (would be easier with some textual samples instead of screen shots &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plain.png" /&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Summary:&lt;/P&gt;&lt;P&gt;LOAD [Metric Key], Value&lt;/P&gt;&lt;P&gt;FROM SummaryTable;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Metrics:&lt;/P&gt;&lt;P&gt;LOAD MetricName,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(MetricName ='Escapes / Mo', Lookup('Value','Metric Key','ESCAPES_PER_MONTH_BRIDGE','Summary'), Bridge) as Bridge,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(MetricName ='Escapes / Mo', Lookup('Value','Metric Key','ESCAPES_PER_MONTH_TARGET','Summary'), Target) as Target,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Actual&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;FROM MetricsTable;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 21:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086114#M361628</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-05T21:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data modelling question</title>
      <link>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086115#M361629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome ! Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 21:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-modelling-question/m-p/1086115#M361629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-05T21:45:51Z</dc:date>
    </item>
  </channel>
</rss>

