<?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: Calculation based on field values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158933#M93946</link>
    <description>&lt;P&gt;As below&lt;/P&gt;
&lt;P&gt;= sum(Aggr(sum(Amount)/count(total &amp;lt;Name&amp;gt; Name),Name,Type,Code))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vinieme12_0-1704682969216.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126622iC89FD8333A2EF913/image-size/large?v=v2&amp;amp;px=999" role="button" title="vinieme12_0-1704682969216.png" alt="vinieme12_0-1704682969216.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2024 03:04:13 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2024-01-08T03:04:13Z</dc:date>
    <item>
      <title>Calculation based on field values</title>
      <link>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158624#M93907</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;I need help on below scenario&lt;/P&gt;
&lt;P&gt;If any name is falling under &lt;STRONG&gt;PRIMARY&lt;/STRONG&gt; and &lt;STRONG&gt;COVERAGE&lt;/STRONG&gt; calculate should be &lt;STRONG&gt;Amount/number of records.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Ex: &lt;/STRONG&gt;Canran has two type PRIMARY and COVERAGE, so Amount/2 (for reference added out put column)&lt;/P&gt;
&lt;TABLE width="359"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="47px"&gt;Name&lt;/TD&gt;
&lt;TD width="75.0469px" height="47px"&gt;Account&lt;/TD&gt;
&lt;TD width="82.6875px" height="47px"&gt;Type&lt;/TD&gt;
&lt;TD width="45.6094px" height="47px"&gt;Code&lt;/TD&gt;
&lt;TD width="64.5px" height="47px"&gt;Amount&lt;/TD&gt;
&lt;TD width="63.5938px" height="47px"&gt;output Column&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="26px"&gt;camberial&lt;/TD&gt;
&lt;TD width="75.0469px" height="26px"&gt;E0284&lt;/TD&gt;
&lt;TD width="82.6875px" height="26px"&gt;PRIMARY&lt;/TD&gt;
&lt;TD width="45.6094px" height="26px"&gt;
&lt;P&gt;ABC&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="64.5px" height="26px"&gt;100&lt;/TD&gt;
&lt;TD width="63.5938px" height="26px"&gt;100/1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;cameron&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;E0210112&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;PRIMARY&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;100&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;100/1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;&lt;STRONG&gt;caren&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;&lt;STRONG&gt;E1126&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;&lt;STRONG&gt;PRIMARY&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;&lt;STRONG&gt;ABC&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;&lt;STRONG&gt;100/2&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;&lt;STRONG&gt;caren&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;&lt;STRONG&gt;E11311&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;&lt;STRONG&gt;COVERAGE&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;&lt;STRONG&gt;ABC&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;&lt;STRONG&gt;70&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;&lt;STRONG&gt;70/2&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;green&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;O01104&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;PRIMARY&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;100&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;100/1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;ken&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;E1513&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;PRIMARY&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;100&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;100/1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;paul&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;E11021&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;PRIMARY&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;100&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;100/1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;qlik&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;E1917&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;PRIMARY&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;BCA&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;100&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;100/1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;&lt;STRONG&gt;qs&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;&lt;STRONG&gt;E021017&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;&lt;STRONG&gt;PRIMARY&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;&lt;STRONG&gt;BAC&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;&lt;STRONG&gt;100/3&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;&lt;STRONG&gt;qs&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;&lt;STRONG&gt;E0210113&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;&lt;STRONG&gt;COVERAGE&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;&lt;STRONG&gt;BAC&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;&lt;STRONG&gt;35&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;&lt;STRONG&gt;35/3&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;&lt;STRONG&gt;qs&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;&lt;STRONG&gt;E0210145&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;&lt;STRONG&gt;COVERAGE&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;&lt;STRONG&gt;BAC&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;&lt;STRONG&gt;100&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;&lt;STRONG&gt;100/3&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;raju&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;O0139&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;PRIMARY&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;100&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;100/1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;renny&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;E0132&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;ROTATION&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;100&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;100/1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;sunil&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;E1234&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;ROTATION&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;100&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;100/1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;sunil&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;E1716&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;PRIMARY&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;ABC&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;70&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;100/1&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;SPAN&gt;Output should be in straight table and&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;please note If name falling under PRIMARY and ROTATION should not be consider as 2 (if falling under PRIMARY and COVERAGE we have to consider as 2/3)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This should be set expression, because these fields are not coming from one table.&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE width="154"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="77"&gt;&lt;STRONG&gt;Code&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="77"&gt;&lt;STRONG&gt;Amount&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;ABC&lt;/TD&gt;
&lt;TD&gt;985&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;BAC&lt;/TD&gt;
&lt;TD&gt;100&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;BCA&lt;/TD&gt;
&lt;TD&gt;100&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Total&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;&lt;STRONG&gt;1185&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675" target="_blank" rel="noopener"&gt;@MarcoWedel&lt;/A&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949" target="_blank" rel="noopener"&gt;@tresesco&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935" target="_blank" rel="noopener"&gt;@MayilVahanan&lt;/A&gt;,&amp;nbsp;&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336" target="_blank" rel="noopener"&gt;@Kushal_Chawda&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038" target="_blank" rel="noopener"&gt;@marcus_sommer&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748" target="_blank" rel="noopener"&gt;@stevedark,&amp;nbsp;&lt;/A&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628" target="_blank" rel="noopener"&gt;@sunny_talwar&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;and Experts - can you please take a look&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thanks in Advance!&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2024 19:13:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158624#M93907</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2024-01-07T19:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation based on field values</title>
      <link>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158794#M93931</link>
      <description>&lt;P&gt;Experts, Any help would be appreciated!&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2024 12:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158794#M93931</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2024-01-06T12:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation based on field values</title>
      <link>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158833#M93936</link>
      <description>&lt;P&gt;I think the below row should be 35/3. If not, please explain&lt;/P&gt;
&lt;TABLE width="359"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="77.8438px" height="25px"&gt;&lt;STRONG&gt;qs&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="75.0469px" height="25px"&gt;&lt;STRONG&gt;E0210113&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="82.6875px" height="25px"&gt;&lt;STRONG&gt;COVERAGE&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="45.6094px" height="25px"&gt;&lt;STRONG&gt;BAC&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="64.5px" height="25px"&gt;&lt;STRONG&gt;35&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD width="63.5938px" height="25px"&gt;&lt;STRONG&gt;100/3&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Sun, 07 Jan 2024 03:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158833#M93936</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2024-01-07T03:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation based on field values</title>
      <link>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158881#M93939</link>
      <description>&lt;P&gt;It was typo that should be 35/3&lt;/P&gt;</description>
      <pubDate>Sun, 07 Jan 2024 19:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158881#M93939</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2024-01-07T19:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation based on field values</title>
      <link>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158916#M93941</link>
      <description>&lt;P&gt;You have to check your sample data again. Try this,&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;tab1:
LOAD * INLINE [
    Name, Account, Type, Code, Amount
    camberial, E0284, PRIMARY, ABC, 100
    cameron, E0210112, PRIMARY, ABC, 100
    caren, E1126, PRIMARY, ABC, 100
    caren, E11311, COVERAGE, ABC, 70
    green, O01104, PRIMARY, ABC, 100
    ken, E1513, PRIMARY, ABC, 100
    paul, E11021, PRIMARY, ABC, 100
    qlik, E1917, PRIMARY, BCA, 100
    qs, E021017, PRIMARY, BAC, 100
    qs, E0210113, COVERAGE, BAC, 35
    qs, E0210145, COVERAGE, BAC, 100
    raju, O0139, PRIMARY, ABC, 100
    renny, E0132, ROTATION, ABC, 100
    sunil, E1234, ROTATION, ABC, 100
    sunil, E1716, PRIMARY, ABC, 70
];

Left Join(tab1)
LOAD Name, Code, Count(If(Type&amp;lt;&amp;gt;'ROTATION',Type)) As C1
Resident tab1
Group By Name, Code;

Left Join(tab1)
LOAD Name, Code, Amount/C1 As Output
Resident tab1
;&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commqv004.png" style="width: 417px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126621iF6BE17FDF0368199/image-size/large?v=v2&amp;amp;px=999" role="button" title="commqv004.png" alt="commqv004.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 01:35:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158916#M93941</guid>
      <dc:creator>Saravanan_Desingh</dc:creator>
      <dc:date>2024-01-08T01:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation based on field values</title>
      <link>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158933#M93946</link>
      <description>&lt;P&gt;As below&lt;/P&gt;
&lt;P&gt;= sum(Aggr(sum(Amount)/count(total &amp;lt;Name&amp;gt; Name),Name,Type,Code))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vinieme12_0-1704682969216.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/126622iC89FD8333A2EF913/image-size/large?v=v2&amp;amp;px=999" role="button" title="vinieme12_0-1704682969216.png" alt="vinieme12_0-1704682969216.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 03:04:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158933#M93946</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2024-01-08T03:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation based on field values</title>
      <link>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158979#M93950</link>
      <description>&lt;P&gt;Thanks Saravanan, can we write in expression ? because all the fields are not in one table&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 06:51:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158979#M93950</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2024-01-08T06:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation based on field values</title>
      <link>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158986#M93951</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="link_21" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2751" target="_self" aria-label="View Profile of vinieme12" aria-describedby="userProfileCard-2751"&gt;&lt;SPAN class=""&gt;Vinieme12&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;if it covers PRIMARY and RORATION under Name - it should not be counted as 2.&lt;/P&gt;
&lt;P&gt;(my business rule here if covers PRIMARY and COVERAGE only then have to counted as 2)&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 07:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2158986#M93951</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2024-01-08T07:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation based on field values</title>
      <link>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2161177#M94215</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Still I'm facing issue - experts can you please help&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/675" target="_blank" rel="noopener"&gt;@MarcoWedel&lt;/A&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949" target="_blank" rel="noopener"&gt;@tresesco&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935" target="_blank" rel="noopener"&gt;@MayilVahanan&lt;/A&gt;,&amp;nbsp;&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336" target="_blank" rel="noopener"&gt;@Kushal_Chawda&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038" target="_blank" rel="noopener"&gt;@marcus_sommer&lt;/A&gt;,&amp;nbsp;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6748" target="_blank" rel="noopener"&gt;@stevedark,&amp;nbsp;&lt;/A&gt;&lt;A href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628" target="_blank" rel="noopener"&gt;@sunny_talwar,&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp; and experts&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Much Appreciated&amp;nbsp;!&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 16:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2161177#M94215</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2024-01-12T16:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation based on field values</title>
      <link>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2161331#M94230</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28943"&gt;@Nagaraju_KCS&lt;/a&gt;&amp;nbsp;Perhaps this?&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Sum(Amount)&amp;amp;'/'&amp;amp;If(Match(Type,'PRIMARY','COVERAGE'),&amp;nbsp;Count(Total &amp;lt;Name&amp;gt; Name), Count( Type))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 13 Jan 2024 14:04:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculation-based-on-field-values/m-p/2161331#M94230</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2024-01-13T14:04:30Z</dc:date>
    </item>
  </channel>
</rss>

