<?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: How to fill &amp;quot;cells&amp;quot;? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-fill-quot-cells-quot/m-p/2446031#M97669</link>
    <description>&lt;P&gt;I am assuming you are using some kind of aggr() calculation for PML%.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adding a NONDISTINCT into that function might help you, like this.&lt;/P&gt;
&lt;P&gt;AGGR(TOTAL ....)&lt;/P&gt;
&lt;P&gt;See : &lt;A href="https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/aggr.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/aggr.htm&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2024 04:56:22 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2024-04-29T04:56:22Z</dc:date>
    <item>
      <title>How to fill "cells"?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-fill-quot-cells-quot/m-p/2446027#M97668</link>
      <description>&lt;P&gt;Don't know how to properly title this question.&lt;/P&gt;
&lt;P&gt;PML % is calculated by a couple of measures available in this table. PML is by Report Date, Schedules, and Fabric Number. Each Schedule can have more than one Fabric Number. Each Fabric Number has their own measures that is used to calculate Fabric Number level PML%. The table in this app does not have Fabric Number column, since users usually view PML% on the Schedules level.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LiquidSword_1-1714361873906.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/164901i805D3611AD9B0EBE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LiquidSword_1-1714361873906.png" alt="LiquidSword_1-1714361873906.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Since PML % is viewed on&amp;nbsp;Schedules level, but their can be multiple entries inside each schedule, PML % only shows up once for each Schedule. In other instance, PML % is null. Is there anyway to fill the column, so that, for example, the second PML% is also 1.757% and the fourth one is 1.775% ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 03:50:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-fill-quot-cells-quot/m-p/2446027#M97668</guid>
      <dc:creator>LiquidSword</dc:creator>
      <dc:date>2024-04-29T03:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill "cells"?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-fill-quot-cells-quot/m-p/2446031#M97669</link>
      <description>&lt;P&gt;I am assuming you are using some kind of aggr() calculation for PML%.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adding a NONDISTINCT into that function might help you, like this.&lt;/P&gt;
&lt;P&gt;AGGR(TOTAL ....)&lt;/P&gt;
&lt;P&gt;See : &lt;A href="https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/aggr.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/aggr.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 04:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-fill-quot-cells-quot/m-p/2446031#M97669</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-04-29T04:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to fill "cells"?</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-fill-quot-cells-quot/m-p/2446044#M97670</link>
      <description>&lt;P&gt;It's possible to show the PML% values using the TOTAL Keyword as suggested by&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25001"&gt;@Vegar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sum(TOTAL &amp;lt;Product,Schedule,Fabric&amp;gt; PML )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but if you intend to use this value for further calculations I would suggest you Map the Values in a new column in your data model&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use either Applymap() or Joins to add a new column with PML values for all rows at the required level&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Scripting/MappingFunctions/ApplyMap.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Scripting/MappingFunctions/ApplyMap.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Scripting/combine-tables-join-keep.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/February2024/Subsystems/Hub/Content/Sense_Hub/Scripting/combine-tables-join-keep.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2024 06:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-fill-quot-cells-quot/m-p/2446044#M97670</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2024-04-29T06:01:58Z</dc:date>
    </item>
  </channel>
</rss>

