<?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: Change label Expression VBScript in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-label-Expression-VBScript/m-p/674866#M245043</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in prop.Expressions.Item(0).Item(0).Data.ExpressionVisual&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i understand that prop.Expressions.Item(0) is the first expressions in the list of expressions for this chart. What does the second item(0) refers to ? What is Data and what is ExpressionVisual for ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 29 Jun 2014 08:41:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-29T08:41:26Z</dc:date>
    <item>
      <title>Change label Expression VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Change-label-Expression-VBScript/m-p/674864#M245041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the syntax in VBScript to change the label of an Expression. For instance, I add this expression in a Pivot Table:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hlo.AddExpression "Sum(ExpenseBudget)/1000"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I would like the Expression to be labelled as "Expense"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2014 21:19:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-label-Expression-VBScript/m-p/674864#M245041</guid>
      <dc:creator />
      <dc:date>2014-06-28T21:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Change label Expression VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Change-label-Expression-VBScript/m-p/674865#M245042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;set chart = ActiveDocument.ActiveSheet.CreateStraightTable&lt;/P&gt;&lt;P&gt;chart.AddDimension "Customer"&lt;/P&gt;&lt;P&gt;chart.AddDimension "ProductType"&lt;/P&gt;&lt;P&gt;chart.AddExpression "sum(Amount)"&lt;/P&gt;&lt;P&gt;set cp = chart.GetProperties&lt;/P&gt;&lt;P&gt;set expr = cp.Expressions.Item(0).Item(0).Data.ExpressionVisual&lt;/P&gt;&lt;P&gt;expr.Label.v = "Sales"&lt;/P&gt;&lt;P&gt;expr.NumAdjust = 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 'center&lt;/P&gt;&lt;P&gt;expr.LabelAdjust = 1&amp;nbsp;&amp;nbsp;&amp;nbsp; 'center&lt;/P&gt;&lt;P&gt;chart.SetProperties cp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jun 2014 21:32:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-label-Expression-VBScript/m-p/674865#M245042</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2014-06-28T21:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change label Expression VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Change-label-Expression-VBScript/m-p/674866#M245043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in prop.Expressions.Item(0).Item(0).Data.ExpressionVisual&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i understand that prop.Expressions.Item(0) is the first expressions in the list of expressions for this chart. What does the second item(0) refers to ? What is Data and what is ExpressionVisual for ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 08:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-label-Expression-VBScript/m-p/674866#M245043</guid>
      <dc:creator />
      <dc:date>2014-06-29T08:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: Change label Expression VBScript</title>
      <link>https://community.qlik.com/t5/QlikView/Change-label-Expression-VBScript/m-p/674867#M245044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First item is the group of expressions, the second is the expression in group.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for "API Guide" to understand all the properties.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jun 2014 10:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-label-Expression-VBScript/m-p/674867#M245044</guid>
      <dc:creator>luciancotea</dc:creator>
      <dc:date>2014-06-29T10:29:26Z</dc:date>
    </item>
  </channel>
</rss>

