<?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 Deviation Logic issue. in Reporting Service &amp; Alerting</title>
    <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Deviation-Logic-issue/m-p/2083304#M569</link>
    <description>&lt;P&gt;Hello Qlik Developer,&lt;BR /&gt;&lt;BR /&gt;Currently im facing issue with one calculation. Please see below,&lt;BR /&gt;&lt;BR /&gt;In a monthly(Column A) data, Sources(Column B) have its values are given in Quarterly and sum of total value is given in Total 22 QTR(Column Y). Now i want to show the totals of Jan data to the rest of the months totals as Jan --- Manually added values in Deviation(Column AA).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find the attached Sample data set.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_2930.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109969i9EBE7170E4863EB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_2930.jpg" alt="IMG_2930.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 21:32:38 GMT</pubDate>
    <dc:creator>Rkbangari</dc:creator>
    <dc:date>2024-11-15T21:32:38Z</dc:date>
    <item>
      <title>Deviation Logic issue.</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Deviation-Logic-issue/m-p/2083304#M569</link>
      <description>&lt;P&gt;Hello Qlik Developer,&lt;BR /&gt;&lt;BR /&gt;Currently im facing issue with one calculation. Please see below,&lt;BR /&gt;&lt;BR /&gt;In a monthly(Column A) data, Sources(Column B) have its values are given in Quarterly and sum of total value is given in Total 22 QTR(Column Y). Now i want to show the totals of Jan data to the rest of the months totals as Jan --- Manually added values in Deviation(Column AA).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please find the attached Sample data set.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="IMG_2930.jpg" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/109969i9EBE7170E4863EB6/image-size/large?v=v2&amp;amp;px=999" role="button" title="IMG_2930.jpg" alt="IMG_2930.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Deviation-Logic-issue/m-p/2083304#M569</guid>
      <dc:creator>Rkbangari</dc:creator>
      <dc:date>2024-11-15T21:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: Deviation Logic issue.</title>
      <link>https://community.qlik.com/t5/Reporting-Service-Alerting/Deviation-Logic-issue/m-p/2087311#M576</link>
      <description>&lt;P&gt;here is one thought..&lt;/P&gt;
&lt;P&gt;you can take Jan data into new table and left join it to main table based on Sources column with different name. So it will be added to all months.&lt;/P&gt;
&lt;P&gt;then you can easily subtract and get the data you want.. just some thought you can try out.. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 144pt;" border="0" width="192" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD width="64" height="20" class="xl65" style="height: 15.0pt; width: 48pt;"&gt;Jan&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt;"&gt;Assets&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl66" style="border-left: none; width: 48pt;"&gt;112.59&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;Jan&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Addon&lt;/TD&gt;
&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;511961.7&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;Jan&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Balance&lt;/TD&gt;
&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;512074.5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt;"&gt;
&lt;TD height="20" class="xl65" style="height: 15.0pt; border-top: none;"&gt;Jan&lt;/TD&gt;
&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;Liquity&lt;/TD&gt;
&lt;TD align="right" class="xl66" style="border-top: none; border-left: none;"&gt;100.88&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="576px"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="106.766px"&gt;Date&lt;/TD&gt;
&lt;TD width="106.844px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="176.641px"&gt;Total 22 QTR&lt;/TD&gt;
&lt;TD width="66.8906px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="117.859px"&gt;Test1&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="106.766px"&gt;Jan&lt;/TD&gt;
&lt;TD width="106.844px"&gt;Assets&lt;/TD&gt;
&lt;TD width="176.641px"&gt;112.59&lt;/TD&gt;
&lt;TD rowspan="12" width="66.8906px"&gt;Left join&lt;/TD&gt;
&lt;TD width="117.859px"&gt;112.59&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="106.766px"&gt;Jan&lt;/TD&gt;
&lt;TD width="106.844px"&gt;Addon&lt;/TD&gt;
&lt;TD width="176.641px"&gt;511961.68&lt;/TD&gt;
&lt;TD width="117.859px"&gt;511961.7&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="106.766px"&gt;Jan&lt;/TD&gt;
&lt;TD width="106.844px"&gt;Balance&lt;/TD&gt;
&lt;TD width="176.641px"&gt;512074.47&lt;/TD&gt;
&lt;TD width="117.859px"&gt;512074.5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="106.766px"&gt;Jan&lt;/TD&gt;
&lt;TD width="106.844px"&gt;Liquity&lt;/TD&gt;
&lt;TD width="176.641px"&gt;100.88&lt;/TD&gt;
&lt;TD width="117.859px"&gt;100.88&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="106.766px"&gt;Feb&lt;/TD&gt;
&lt;TD width="106.844px"&gt;Assets&lt;/TD&gt;
&lt;TD width="176.641px"&gt;75.77&lt;/TD&gt;
&lt;TD width="117.859px"&gt;112.59&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="106.766px"&gt;Feb&lt;/TD&gt;
&lt;TD width="106.844px"&gt;Addon&lt;/TD&gt;
&lt;TD width="176.641px"&gt;476766.65&lt;/TD&gt;
&lt;TD width="117.859px"&gt;511961.7&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="106.766px"&gt;Feb&lt;/TD&gt;
&lt;TD width="106.844px"&gt;Balance&lt;/TD&gt;
&lt;TD width="176.641px"&gt;476842.42&lt;/TD&gt;
&lt;TD width="117.859px"&gt;512074.5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="106.766px"&gt;Feb&lt;/TD&gt;
&lt;TD width="106.844px"&gt;Liquity&lt;/TD&gt;
&lt;TD width="176.641px"&gt;67.97&lt;/TD&gt;
&lt;TD width="117.859px"&gt;100.88&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="106.766px"&gt;Mar&lt;/TD&gt;
&lt;TD width="106.844px"&gt;Assets&lt;/TD&gt;
&lt;TD width="176.641px"&gt;68.58&lt;/TD&gt;
&lt;TD width="117.859px"&gt;112.59&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="106.766px"&gt;Mar&lt;/TD&gt;
&lt;TD width="106.844px"&gt;Addon&lt;/TD&gt;
&lt;TD width="176.641px"&gt;481163.29&lt;/TD&gt;
&lt;TD width="117.859px"&gt;511961.7&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="106.766px"&gt;Mar&lt;/TD&gt;
&lt;TD width="106.844px"&gt;Balance&lt;/TD&gt;
&lt;TD width="176.641px"&gt;483728.27&lt;/TD&gt;
&lt;TD width="117.859px"&gt;512074.5&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="106.766px"&gt;Mar&lt;/TD&gt;
&lt;TD width="106.844px"&gt;Liquity&lt;/TD&gt;
&lt;TD width="176.641px"&gt;-75.27&lt;/TD&gt;
&lt;TD width="117.859px"&gt;100.88&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Fri, 23 Jun 2023 17:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Reporting-Service-Alerting/Deviation-Logic-issue/m-p/2087311#M576</guid>
      <dc:creator>Rajashekar</dc:creator>
      <dc:date>2023-06-23T17:13:22Z</dc:date>
    </item>
  </channel>
</rss>

