<?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 Sum Measure Column Values into Texbox when rowno() used in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sum-Measure-Column-Values-into-Texbox-when-rowno-used/m-p/68730#M4583</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm probably not using the right search criteria as I can't find how to Sum the values of a Measure column (in a Table)&amp;nbsp; into a textbox when I have used the RowNo() function to calculate the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the scenario, when visiting a client to fix a system the 1st system (row)&amp;nbsp; costs a set amount and includes fixing 5 widgets, any subsequent systems fixed have a reduced cost which includes fixing 2 widgets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula.for the measure column is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;=if(rowno(total) = 1, &lt;/P&gt;
&lt;P&gt;250 + (if([Total No of widgets] &amp;gt; 5, ([Total No of widgets]-5)*25, 0)),&lt;/P&gt;
&lt;P&gt;80 + (if([Total No of widgets] &amp;gt; 2, ([Total No of widgets]-2)*25, 0))&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Jun 2018 15:40:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-22T15:40:01Z</dc:date>
    <item>
      <title>Sum Measure Column Values into Texbox when rowno() used</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-Measure-Column-Values-into-Texbox-when-rowno-used/m-p/68730#M4583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm probably not using the right search criteria as I can't find how to Sum the values of a Measure column (in a Table)&amp;nbsp; into a textbox when I have used the RowNo() function to calculate the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's the scenario, when visiting a client to fix a system the 1st system (row)&amp;nbsp; costs a set amount and includes fixing 5 widgets, any subsequent systems fixed have a reduced cost which includes fixing 2 widgets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The formula.for the measure column is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;=if(rowno(total) = 1, &lt;/P&gt;
&lt;P&gt;250 + (if([Total No of widgets] &amp;gt; 5, ([Total No of widgets]-5)*25, 0)),&lt;/P&gt;
&lt;P&gt;80 + (if([Total No of widgets] &amp;gt; 2, ([Total No of widgets]-2)*25, 0))&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 15:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-Measure-Column-Values-into-Texbox-when-rowno-used/m-p/68730#M4583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-22T15:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Sum Measure Column Values into Texbox when rowno() used</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-Measure-Column-Values-into-Texbox-when-rowno-used/m-p/68731#M4584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;RowNo() is in context of a chart... a text box can only have a single row... either use Aggr() to create a virtual table... use another criteria to differentiate between 1st row vs other rows&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jun 2018 16:16:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-Measure-Column-Values-into-Texbox-when-rowno-used/m-p/68731#M4584</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-06-22T16:16:53Z</dc:date>
    </item>
  </channel>
</rss>

