<?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: QlikView 11 for Developers chapter 10: Ave load factor per Route per Airlines table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QlikView-11-for-Developers-chapter-10-Ave-load-factor-per-Route/m-p/1816443#M1213049</link>
    <description>&lt;P&gt;Can anyone knowledgable to explain? Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 21 Jun 2021 06:45:36 GMT</pubDate>
    <dc:creator>Miles_Dyson</dc:creator>
    <dc:date>2021-06-21T06:45:36Z</dc:date>
    <item>
      <title>QlikView 11 for Developers chapter 10: Ave load factor per Route per Airlines table</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-11-for-Developers-chapter-10-Ave-load-factor-per-Route/m-p/1449327#M798866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not clear about the author's remark on p. 352, namely, "&lt;SPAN class="fontstyle0"&gt;for as the &lt;/SPAN&gt;&lt;SPAN class="fontstyle2"&gt;&lt;EM&gt;Average Load Factor per Route per Airline&lt;/EM&gt; &lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;value is not the same as the &lt;/SPAN&gt;&lt;SPAN class="fontstyle2"&gt;&lt;EM&gt;Load Factor per Airline&lt;/EM&gt; &lt;/SPAN&gt;&lt;SPAN class="fontstyle0"&gt;value&lt;/SPAN&gt; ". So for comparison's sake I put together a Straight Table with the following expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Average Load Factor per Route&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Avg(Aggr($(eLoadFactor), Airline, [From - To Airport ID]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Airline's Global Load Factor&lt;/P&gt;&lt;P&gt;$(eLoadFactor)&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;Note&lt;/SPAN&gt;: &lt;SPAN class="fontstyle0"&gt;(Sum ([# Transported Passengers]) / Sum ([# Available Seats]))&lt;/SPAN&gt;&amp;nbsp; is the Definition of &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;eLoadFactor &lt;/EM&gt;variable&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Average Load Factor per Airline only&lt;/P&gt;&lt;P&gt;Avg(Aggr($(eLoadFactor), Airline))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the following results in &lt;SPAN style="text-decoration: underline;"&gt;results_Air-India.png&lt;/SPAN&gt; which displays &lt;STRONG&gt;Totals&lt;/STRONG&gt; and &lt;EM&gt;Air-India&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the two rows of National_Air_Cargo I got these results in &lt;SPAN style="text-decoration: underline;"&gt;National_Air_Cargo.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;1. I am not clear as to why &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Average Load Factor per Route per Airline&lt;/EM&gt; would be any different to &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Average Load Factor per Airline&lt;/EM&gt;. As one can see in vast majority of cases the results for &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Average Load Factor per Route per Airline&lt;/EM&gt; and &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Average Load Factor per Airline&lt;/EM&gt; are the same, with one of the notable exceptions, namely Air India (see above);&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2. When I select Air India, I get identical results for &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Average Load Factor per Route per Airline&lt;/EM&gt; and &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Average Load Factor per Airline&lt;/EM&gt; (see &lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;Air-India_selected.png&lt;/SPAN&gt;). Why would selecting a row make &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Average Load Factor per Airline&lt;/EM&gt; appear change from '-' to '74.3%' all of a sudden?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;3. Selecting the first row of National Air Cargo yields the same results as selecting Air India, which means &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM&gt;Average Load Factor per Airline&lt;/EM&gt; shows up as the correct indicator of '29.0%'. However, selecting the second row, produces '-' in all columns (refer to &lt;SPAN style="text-decoration: underline;"&gt;selected_National_Air-Cargo.png&lt;/SPAN&gt;). Why would this be the case?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;thanks you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-11-for-Developers-chapter-10-Ave-load-factor-per-Route/m-p/1449327#M798866</guid>
      <dc:creator>happyjoshua777</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: QlikView 11 for Developers chapter 10: Ave load factor per Route per Airlines table</title>
      <link>https://community.qlik.com/t5/QlikView/QlikView-11-for-Developers-chapter-10-Ave-load-factor-per-Route/m-p/1816443#M1213049</link>
      <description>&lt;P&gt;Can anyone knowledgable to explain? Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 06:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QlikView-11-for-Developers-chapter-10-Ave-load-factor-per-Route/m-p/1816443#M1213049</guid>
      <dc:creator>Miles_Dyson</dc:creator>
      <dc:date>2021-06-21T06:45:36Z</dc:date>
    </item>
  </channel>
</rss>

