<?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 Adding Value to Blank row in Straight Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1567258#M41382</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a straight table where a row of a measure does not have activity for that period. &amp;nbsp;I need to insert the value from the above row whenever a field is missing a value in a row. &amp;nbsp;Please see attached screenshot for an example. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the expression I am trying to use to insert the above value into the blank field just below. &amp;nbsp;The expression has the Above() function, but it's not working. &amp;nbsp;&lt;/P&gt;&lt;DIV&gt;If(Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount)=0,Above(Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount),0),&lt;/DIV&gt;&lt;DIV&gt;If(isNull(Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount)),&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Above(Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount),0),Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount)))&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you in advance for any assistance with this issue! &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:05:04 GMT</pubDate>
    <dc:creator>asmithids</dc:creator>
    <dc:date>2024-11-16T21:05:04Z</dc:date>
    <item>
      <title>Adding Value to Blank row in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1567258#M41382</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I have a straight table where a row of a measure does not have activity for that period. &amp;nbsp;I need to insert the value from the above row whenever a field is missing a value in a row. &amp;nbsp;Please see attached screenshot for an example. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is the expression I am trying to use to insert the above value into the blank field just below. &amp;nbsp;The expression has the Above() function, but it's not working. &amp;nbsp;&lt;/P&gt;&lt;DIV&gt;If(Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount)=0,Above(Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount),0),&lt;/DIV&gt;&lt;DIV&gt;If(isNull(Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount)),&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Above(Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount),0),Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount)))&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you in advance for any assistance with this issue! &amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1567258#M41382</guid>
      <dc:creator>asmithids</dc:creator>
      <dc:date>2024-11-16T21:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Value to Blank row in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568314#M41461</link>
      <description>&lt;P&gt;Not sure, but may be try to remove , 0 for Above() function&lt;/P&gt;&lt;PRE&gt;If(Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount)=0,Above(Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount)),
If(isNull(Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount)),
    Above(Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount)),Sum({&amp;lt;ReserveType={'Indemnity'}&amp;gt;}ReserveAmount)))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 16:08:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568314#M41461</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-11T16:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Value to Blank row in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568352#M41462</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Removing the zeros did not work. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 17:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568352#M41462</guid>
      <dc:creator>asmithids</dc:creator>
      <dc:date>2019-04-11T17:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Value to Blank row in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568417#M41472</link>
      <description>&lt;P&gt;Would it be possible to share a sample to check this out?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2019 19:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568417#M41472</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-11T19:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Value to Blank row in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568454#M41475</link>
      <description>&lt;P&gt;I think I found the issue. &amp;nbsp;It's in the load script. &amp;nbsp;I attached a copy of the qvf and screen shot . &amp;nbsp;The issue is as follows:&lt;/P&gt;&lt;P&gt;The Adjuster Fees &amp;amp; TPA Fees get combined into the Reserve Type called “Fees”. The ReserveAmtRemaining is the running balance as of the period. The issue is since the ReserveAmtRemaining amount is a running balance as of the period, the two types of Reserve Classification History need to be combined into the ReserveType “Fees” for the amount of 1748.85 as of 2019-Mar. Which is the 344.50+1404.35. Notice that the 1404.35 is in a different period. The two Reserve Classification History of Adjuster Fees &amp;amp; TPA Fees always need to be combined into the most current period. The attached shows how the grouping needs to be.&lt;/P&gt;&lt;P&gt;Essentially, whatever Reserve Classification History ID is in a current period (i.e. Adjuster Fees or TPA Fees), the other whether in the same period or in a prior period needs to be added to the current period. &amp;nbsp;This new combined number needs to be in its own field. &amp;nbsp;The Indemnity&amp;nbsp;Reserve Classification History ID is one of a kind so there is no need to look back. &amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought about using the vlookup function in the load script as I don't think the Below() or Previous() functions will work as the look back is not a consistent number of rows down of which to get data. &amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope the narrative was clear. &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again for your help! &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 00:14:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568454#M41475</guid>
      <dc:creator>asmithids</dc:creator>
      <dc:date>2019-04-12T00:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Value to Blank row in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568743#M41488</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;If(ReserveType = 'Fees',
Aggr(
If(Above(TOTAL ClaimID) = ClaimID and Above(TOTAL ReserveType) = ReserveType, Above(TOTAL Sum(ReserveAmtRemaining)), 0)
, ClaimID, (ReserveType, (TEXT, DESC)), (YearMonth, (NUMERIC)), ([Reserve Classification History], (TEXT, DESC))) + Sum(ReserveAmtRemaining),
Sum(ReserveAmtRemaining))&lt;/PRE&gt;</description>
      <pubDate>Fri, 12 Apr 2019 12:11:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568743#M41488</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-12T12:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Value to Blank row in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568876#M41495</link>
      <description>&lt;P&gt;The table code you provided works perfectly!!! &amp;nbsp;You are a Rockstar!!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;The app I'm trying to complete has reserve KPIs. &amp;nbsp;See attached screen shot. &amp;nbsp;How can I translate the table coding to the load script so I can create reserve measures that users can pull into KPIs or another visualization (i.e. pie, line, bar)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again Sunny!! &amp;nbsp;You've been a tremendous help!!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 17:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568876#M41495</guid>
      <dc:creator>asmithids</dc:creator>
      <dc:date>2019-04-12T17:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Value to Blank row in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568916#M41499</link>
      <description>&lt;P&gt;What are the numbers you are hoping to see the KPI object or a chart (what dimensions for the chart)?&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2019 19:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1568916#M41499</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-04-12T19:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Adding Value to Blank row in Straight Table</title>
      <link>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1569011#M41502</link>
      <description>&lt;P&gt;Sunny,&lt;/P&gt;&lt;P&gt;I need the reserve fees and indemnity numbers to index to all of the dimensions in the dashboard just like all of the other measures. &amp;nbsp;I sent you a private message. &amp;nbsp;Did you see it? &amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2019 17:33:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Adding-Value-to-Blank-row-in-Straight-Table/m-p/1569011#M41502</guid>
      <dc:creator>asmithids</dc:creator>
      <dc:date>2019-04-13T17:33:33Z</dc:date>
    </item>
  </channel>
</rss>

