<?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: Conditional &amp;quot;total&amp;quot; in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513842#M1122204</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have a look at the attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jan 2014 09:11:59 GMT</pubDate>
    <dc:creator>NareshGuntur</dc:creator>
    <dc:date>2014-01-15T09:11:59Z</dc:date>
    <item>
      <title>Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513837#M1122196</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;My QVW file is attached.&lt;/P&gt;&lt;P&gt;In the file you'll see that only the 2nd order has the value of "subTitle".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is that if the field "subTitle" has value, then show the partial sums, otherwise, don't show the partial sums.&lt;/P&gt;&lt;P&gt;Can and how the QlikView archieve this requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and best regards,&lt;/P&gt;&lt;P&gt;CoCo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 07:30:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513837#M1122196</guid>
      <dc:creator />
      <dc:date>2014-01-15T07:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513838#M1122197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no attachment to this thread. Can you re-attach your file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 07:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513838#M1122197</guid>
      <dc:creator />
      <dc:date>2014-01-15T07:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513839#M1122199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, Sorry!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 07:40:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513839#M1122199</guid>
      <dc:creator />
      <dc:date>2014-01-15T07:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513840#M1122201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi CoCo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are using Personal Edition, I 'll not share the qvw but you can add this script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;/P&gt;&lt;P&gt;Test&lt;/P&gt;&lt;P&gt;subTitle&lt;/P&gt;&lt;P&gt;Total&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Dimension, in place of subTitle(3rd dimension), use&lt;/P&gt;&lt;P&gt;=if(Test = 'subTitle', subTitle, if(Len(subTitle)&amp;gt;0, Test))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 08:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513840#M1122201</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2014-01-15T08:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513841#M1122202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your kind help. I tried but it didn't achieve the need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is when the field "subTitle" has value, then calculate the partial sum.&lt;/P&gt;&lt;P&gt;When the field "subTitle" is null, ie, the corresponding order has only one row, then do nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So how can I do? Please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;CoCo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:08:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513841#M1122202</guid>
      <dc:creator />
      <dc:date>2014-01-15T09:08:21Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513842#M1122204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can have a look at the attached qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513842#M1122204</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2014-01-15T09:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513843#M1122205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need something like this if I am not wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QVPlayGround2.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/51525_QVPlayGround2.jpg" style="width: 620px; height: 260px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513843#M1122205</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2014-01-15T09:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513844#M1122207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, right. That's just what I want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513844#M1122207</guid>
      <dc:creator />
      <dc:date>2014-01-15T09:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513845#M1122209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have done the samething in the attached qvw(in the below reply)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * Inline [&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Test&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;subTitle&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Total&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In Dimension, in place of subTitle(3rd dimension), use&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if(Test = 'subTitle', subTitle, if(Len(subTitle)&amp;gt;0, Test))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513845#M1122209</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2014-01-15T09:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513846#M1122211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh dear, you know I'm using the Personal Edition, can't open the attached qvw file.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513846#M1122211</guid>
      <dc:creator />
      <dc:date>2014-01-15T09:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513847#M1122212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem. I guess you are missing something. &lt;/P&gt;&lt;P&gt;May be I can help you if you can share the updated qvw(where you have already tried the script which I have given)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513847#M1122212</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2014-01-15T09:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513848#M1122214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After I used the "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(Test = 'subTitle', subTitle, if(Len(subTitle)&amp;gt;0, Test))&lt;/SPAN&gt;", what I got like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Task.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/51531_Task.PNG.png" style="width: 620px; height: 129px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:35:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513848#M1122214</guid>
      <dc:creator />
      <dc:date>2014-01-15T09:35:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513849#M1122215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, Thanks.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513849#M1122215</guid>
      <dc:creator />
      <dc:date>2014-01-15T09:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513850#M1122217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh OK.&lt;/P&gt;&lt;P&gt;You need to suppress the Null values for the dimension subTitle(3rd dimension).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 09:48:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513850#M1122217</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2014-01-15T09:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513851#M1122218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, great!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;But how can I set the "Total" text in bold style just like that in your qvw file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 10:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513851#M1122218</guid>
      <dc:creator />
      <dc:date>2014-01-15T10:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513852#M1122219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi CoCo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expand the Dimension(the '+' symbol) and in Text Format update the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Test = 'Total','&amp;lt;B&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 10:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513852#M1122219</guid>
      <dc:creator>NareshGuntur</dc:creator>
      <dc:date>2014-01-15T10:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional "total"</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513853#M1122220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naresh G&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you too much.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;CoCo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 02:28:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-quot-total-quot/m-p/513853#M1122220</guid>
      <dc:creator />
      <dc:date>2014-01-16T02:28:43Z</dc:date>
    </item>
  </channel>
</rss>

