<?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 Change the Total Mode default settng by SetProperties in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-the-Total-Mode-default-settng-by-SetProperties/m-p/153411#M501482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Instead of that third line, you will have to use something similar to this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;cp.Expressions.Item(1).Item(0).Data.ExpressionData.BrutalSum = false '' "No Totals"&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Note that it's not a member of ExpressionVisual but ExpressionData.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2011 12:57:37 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-03-10T12:57:37Z</dc:date>
    <item>
      <title>Change the Total Mode default settng by SetProperties</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-Total-Mode-default-settng-by-SetProperties/m-p/153410#M501481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set expr2 = cp.Expressions.Item(1).Item(0).Data.ExpressionVisual&lt;BR /&gt; expr2.Label.v = "UOM"&lt;BR /&gt; expr2.(**** need help for Total Mode default setting change *****)= 'No Totals'&lt;BR /&gt; set dims = cp.Dimensions&lt;BR /&gt; dims(0).Title.v = "CUSTOMER"&lt;BR /&gt; dims(1).Title.v = "LOCATION"&lt;BR /&gt; dims(2).Title.v = "ITEMNUMBER"&lt;/P&gt;&lt;P&gt;obj.SetProperties cp&lt;/P&gt;&lt;P&gt;I am trying to change the Total Mode setting in Straight Chart Properits to 'No Totals' instead of 'Expression Total' as default by macro. Could someone fill the third line mentioned above?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 12:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-Total-Mode-default-settng-by-SetProperties/m-p/153410#M501481</guid>
      <dc:creator />
      <dc:date>2011-03-10T12:35:02Z</dc:date>
    </item>
    <item>
      <title>Change the Total Mode default settng by SetProperties</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-Total-Mode-default-settng-by-SetProperties/m-p/153411#M501482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Instead of that third line, you will have to use something similar to this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;cp.Expressions.Item(1).Item(0).Data.ExpressionData.BrutalSum = false '' "No Totals"&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Note that it's not a member of ExpressionVisual but ExpressionData.&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 12:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-Total-Mode-default-settng-by-SetProperties/m-p/153411#M501482</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-03-10T12:57:37Z</dc:date>
    </item>
    <item>
      <title>Change the Total Mode default settng by SetProperties</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-Total-Mode-default-settng-by-SetProperties/m-p/153412#M501483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE style="margin:0px;"&gt;The setting you want is&lt;BR /&gt;&lt;BR /&gt; cp.Expressions.Item(1).Item(0).Data.ExpressionData. &lt;B&gt;UsePartialSum&lt;/B&gt; = false&lt;BR /&gt;&lt;BR /&gt;BrutalSum is to distinguish between the different ways to calculate the total ("Expression Total" and "Sum/Average... of Rows"&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 14:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-Total-Mode-default-settng-by-SetProperties/m-p/153412#M501483</guid>
      <dc:creator>kji</dc:creator>
      <dc:date>2011-03-10T14:00:16Z</dc:date>
    </item>
    <item>
      <title>Change the Total Mode default settng by SetProperties</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-Total-Mode-default-settng-by-SetProperties/m-p/153413#M501484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 15:27:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-Total-Mode-default-settng-by-SetProperties/m-p/153413#M501484</guid>
      <dc:creator />
      <dc:date>2011-03-10T15:27:05Z</dc:date>
    </item>
    <item>
      <title>Change the Total Mode default settng by SetProperties</title>
      <link>https://community.qlik.com/t5/QlikView/Change-the-Total-Mode-default-settng-by-SetProperties/m-p/153414#M501485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Usefull tips&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 07:45:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-the-Total-Mode-default-settng-by-SetProperties/m-p/153414#M501485</guid>
      <dc:creator />
      <dc:date>2012-01-09T07:45:17Z</dc:date>
    </item>
  </channel>
</rss>

