<?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 Calculate all row values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-all-row-values/m-p/1890740#M1217268</link>
    <description>&lt;P&gt;Hello&lt;BR /&gt;I have a pseudocode and can someone help me change it to qlikview code?&lt;BR /&gt;stop and start are timestamps,F=0 or 1,Variable =4&lt;BR /&gt;diff=0,&lt;BR /&gt;for(i&amp;lt;variable)&lt;BR /&gt;if(F=0)&lt;BR /&gt;diff=(stop-start)+diff&lt;BR /&gt;else&lt;BR /&gt;diff=(stop-start)+diff&lt;BR /&gt;break&lt;/P&gt;</description>
    <pubDate>Wed, 09 Feb 2022 06:21:03 GMT</pubDate>
    <dc:creator>Athira_K</dc:creator>
    <dc:date>2022-02-09T06:21:03Z</dc:date>
    <item>
      <title>Calculate all row values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-all-row-values/m-p/1890740#M1217268</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I have a pseudocode and can someone help me change it to qlikview code?&lt;BR /&gt;stop and start are timestamps,F=0 or 1,Variable =4&lt;BR /&gt;diff=0,&lt;BR /&gt;for(i&amp;lt;variable)&lt;BR /&gt;if(F=0)&lt;BR /&gt;diff=(stop-start)+diff&lt;BR /&gt;else&lt;BR /&gt;diff=(stop-start)+diff&lt;BR /&gt;break&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 06:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-all-row-values/m-p/1890740#M1217268</guid>
      <dc:creator>Athira_K</dc:creator>
      <dc:date>2022-02-09T06:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate all row values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-all-row-values/m-p/1890889#M1217279</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@&lt;A title="EmployeeConnection" href="https://www.employeeconnection.me/" target="_self"&gt;EmployeeConnection&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello&lt;BR /&gt;I have a pseudocode and can someone help me change it to qlikview code?&lt;BR /&gt;stop and start are timestamps,F=0 or 1,Variable =4&lt;BR /&gt;diff=0,&lt;BR /&gt;for(i&amp;lt;variable)&lt;BR /&gt;if(F=0)&lt;BR /&gt;diff=(stop-start)+diff&lt;BR /&gt;else&lt;BR /&gt;diff=(stop-start)+diff&lt;BR /&gt;break&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Row name can have multiple levels, separated by the tilde (~} character, for use when there is more than one row name column in the report. For example, the calculated row name "Actual~Sales", if output (using PRINTROW) in a report with at least two row name columns, results in Sales in the right-most row name column, and Actual in the row name column to its left. If a multiple level row-name is used in a report with only one row-name column, only the rightmost part of the name appears in the report.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2022 04:38:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-all-row-values/m-p/1890889#M1217279</guid>
      <dc:creator>Davis69</dc:creator>
      <dc:date>2022-02-10T04:38:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate all row values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-all-row-values/m-p/1891237#M1217298</link>
      <description>&lt;P&gt;maybe helpful:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/QlikView-App-Dev/Loop-Through-Computation/td-p/1890796" target="_blank"&gt;https://community.qlik.com/t5/QlikView-App-Dev/Loop-Through-Computation/td-p/1890796&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2022 20:16:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-all-row-values/m-p/1891237#M1217298</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-02-09T20:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate all row values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-all-row-values/m-p/1891364#M1217306</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@&lt;A href="https://www.mibridges.me/" target="_self"&gt;MIBridges Login&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello&lt;BR /&gt;I have a pseudocode and can someone help me change it to qlikview code?&lt;BR /&gt;stop and start are timestamps,F=0 or 1,Variable =4&lt;BR /&gt;diff=0,&lt;BR /&gt;for(i&amp;lt;variable)&lt;BR /&gt;if(F=0)&lt;BR /&gt;diff=(stop-start)+diff&lt;BR /&gt;else&lt;BR /&gt;diff=(stop-start)+diff&lt;BR /&gt;break&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Correct if i understand you question wrong,&lt;/P&gt;
&lt;P&gt;This is your formula: (999 * 25) + 100 -1 + (47/20)&lt;/P&gt;
&lt;P&gt;You can write a expression like:&lt;/P&gt;
&lt;P&gt;Expression 03:00 AM:&lt;/P&gt;
&lt;P&gt;(Sum({&amp;lt;TestParameter={'pH(5-10)'}&amp;gt;}03:00 AM) * Sum({&amp;lt;TestParameter={'TSC % (20% - 50%)'}&amp;gt;}03:00 AM) ) + Sum({&amp;lt;TestParameter={'viscosity(cp)'}&amp;gt;}03:00 AM)-Sum({&amp;lt;TestParameter={'Particle Size(2.269um)'}&amp;gt;}03:00 AM)+(Sum({&amp;lt;TestParameter={'Seive Residue (45um)'}&amp;gt;}03:00 AM) / Sum({&amp;lt;TestParameter={'Seive Residue (20um)'}&amp;gt;}03:00 AM))&lt;/P&gt;
&lt;P&gt;Expression 07:00 AM:&lt;/P&gt;
&lt;P&gt;(Sum({&amp;lt;TestParameter={'pH(5-10)'}&amp;gt;}07:00 AM) * Sum({&amp;lt;TestParameter={'TSC % (20% - 50%)'}&amp;gt;}07:00 AM) ) + Sum({&amp;lt;TestParameter={'viscosity(cp)'}&amp;gt;}07:00 AM)-Sum({&amp;lt;TestParameter={'Particle Size(2.269um)'}&amp;gt;}07:00 AM)+(Sum({&amp;lt;TestParameter={'Seive Residue (45um)'}&amp;gt;}07:00 AM) / Sum({&amp;lt;TestParameter={'Seive Residue (20um)'}&amp;gt;}07:00 AM))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Expression 11:00 AM:&lt;/P&gt;
&lt;P&gt;(Sum({&amp;lt;TestParameter={'pH(5-10)'}&amp;gt;}11:00 AM) * Sum({&amp;lt;TestParameter={'TSC % (20% - 50%)'}&amp;gt;}11:00 AM) ) + Sum({&amp;lt;TestParameter={'viscosity(cp)'}&amp;gt;}11:00 AM)-Sum({&amp;lt;TestParameter={'Particle Size(2.269um)'}&amp;gt;}11:00 AM)+(Sum({&amp;lt;TestParameter={'Seive Residue (45um)'}&amp;gt;}11:00 AM) / Sum({&amp;lt;TestParameter={'Seive Residue (20um)'}&amp;gt;}11:00 AM))&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Fri, 11 Feb 2022 04:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-all-row-values/m-p/1891364#M1217306</guid>
      <dc:creator>Akeem</dc:creator>
      <dc:date>2022-02-11T04:29:54Z</dc:date>
    </item>
  </channel>
</rss>

