<?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: Row wise customized total in straight table. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539525#M201576</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Create a Pivot Chart with the data and&lt;/P&gt;&lt;P&gt;drag the week dimension to the top of expression and drag all expressions to left side and resulting table would be of your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you will post a sample , I can easily show you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 06:50:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-12-09T06:50:19Z</dc:date>
    <item>
      <title>Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539517#M201568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is any solution to do customized total in straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Straight table provide the total of all columns that exist by default, but my need is do the total condition wise. Can anyone help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 11:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539517#M201568</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2013-12-06T11:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539518#M201569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this condition in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(RowNo() = 0, You Conditional expression, Sum(MeasureName))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- RowNo() = 0 is for Total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Dec 2013 11:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539518#M201569</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2013-12-06T11:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539519#M201570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using straight table and I want to do customized total row wise so how can do this.&lt;/P&gt;&lt;P&gt;Where I have to write condition. I am not able to find that location where I have to write condition.&lt;/P&gt;&lt;P&gt;This is qlikview 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Naushad Ali|SMR Team|MothersonSumi INfotech &amp;amp; Designs Limited|9990558279&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 04:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539519#M201570</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2013-12-09T04:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539520#M201571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Naushad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You can define a calculated dimension ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt; chart shows a measure based on dimension1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and Dimension 1 consists of values A,B,C,D,E,F.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now suppose you want totals as Total1=A+B, Total 2=C+D+E, Total 3=F,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In script&amp;gt; load Dimension1,* from table;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;if(Dimension1='A' or Dimension1='B','Total 1',&lt;/P&gt;&lt;P&gt;if(Dimension1='C' or Dimension1='D' or Dimension1='E','Total 2','Total 3')) as Dimension1,*&lt;/P&gt;&lt;P&gt;from Table ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in chart when you will have dimension1 as dimension, your conditional totals can be shown.&lt;/P&gt;&lt;P&gt;Moreover you can sort your data accordingly as&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;Total1&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;P&gt;D&lt;/P&gt;&lt;P&gt;E&lt;/P&gt;&lt;P&gt;Total 2&lt;/P&gt;&lt;P&gt;F&lt;/P&gt;&lt;P&gt;Total3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope This helps you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, post a sample, I can show you....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 05:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539520#M201571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T05:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539521#M201572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Dear Nitin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Thanks for reply but I think this is not correct solutions that I need.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;I am attaching new screenshots that what is my need.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;Please go through.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri','sans-serif'; color: #1f497d;"&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50162_1.png" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 06:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539521#M201572</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2013-12-09T06:26:00Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539522#M201573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nitin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for reply but I think this is not correct solutions that I need.&lt;/P&gt;&lt;P&gt;I am attaching new screenshots that what is my need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 06:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539522#M201573</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2013-12-09T06:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539523#M201574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naushad ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I am correct, I dont think this format of report can be achived in Straight table, why not you use a pivot table,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Pivot your requirement can be easily fulfilled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 06:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539523#M201574</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T06:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539524#M201575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Dear Nitin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Actually in Pivot table there is not option to show data horizontally. that is the reason that i am using straight table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;my need is dimension will always on top not in left side. if i can achieve this thing in pivot table so there is no issue i will use pivot table. please help.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 06:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539524#M201575</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2013-12-09T06:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539525#M201576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Create a Pivot Chart with the data and&lt;/P&gt;&lt;P&gt;drag the week dimension to the top of expression and drag all expressions to left side and resulting table would be of your requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you will post a sample , I can easily show you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 06:50:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539525#M201576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T06:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539526#M201577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this. but but this is not actual format that i need. on top should be 6 dimensions like 44 , 45, 46, 47, 48 &amp;amp; MTD.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50163_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 07:07:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539526#M201577</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2013-12-09T07:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539527#M201578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Naushad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just try to drag week dimension to the top of the columns, and you will definately get your formt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 07:10:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539527#M201578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T07:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539528#M201579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nitin thanks. now the format is same which i need. but how can i do the condition wise total in last row.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 07:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539528#M201579</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2013-12-09T07:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539529#M201580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Naushad,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; can u post the sample application??? it will be helpful to understand and solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 07:24:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539529#M201580</guid>
      <dc:creator>kiranmanoharrode</dc:creator>
      <dc:date>2013-12-09T07:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539530#M201581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Try Subtotals in Presentation Tab of properties of the chart object&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 07:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539530#M201581</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-09T07:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539531#M201582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 07:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539531#M201582</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2013-12-09T07:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539532#M201583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to do subtotal condition wise. is it possible?..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 09:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539532#M201583</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2013-12-09T09:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539533#M201584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;On what conditions you want the totals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, we can do a subtotal only based on dimension values , therefore you are able to sum up the week values.&lt;/P&gt;&lt;P&gt;If some conditions are to be applied, we have to have more dimension for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell me on what condition you need totals.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Nitin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 13:52:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539533#M201584</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-10T13:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539534#M201585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Like this&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MTD.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/50298_MTD.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 03:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539534#M201585</guid>
      <dc:creator>naushad786</dc:creator>
      <dc:date>2013-12-11T03:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Row wise customized total in straight table.</title>
      <link>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539535#M201586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;If this type of conditions will be applied, so I think you will be having multiple MTD column,&lt;/P&gt;&lt;P&gt;as you want to sum up Budget and Forecast for week 44,&lt;/P&gt;&lt;P&gt;and others also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it would not be possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One solution can be , you can use text boxes for showing specific totals.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Dec 2013 07:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Row-wise-customized-total-in-straight-table/m-p/539535#M201586</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-11T07:44:47Z</dc:date>
    </item>
  </channel>
</rss>

