<?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 Dynamic Chart - Expression, Number Format Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178633#M45760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;If you look at my example, the "&lt;STRONG&gt;Chart.AddDimension&lt;/STRONG&gt;" and "&lt;STRONG&gt;Chart.AddExpression&lt;/STRONG&gt;", is just to create the chart.&lt;/P&gt;&lt;P&gt;The "&lt;STRONG&gt;p=Chart.GetProperties&lt;/STRONG&gt;", get the Chart Properties and "&lt;STRONG&gt;P.Expression"&lt;/STRONG&gt; get all the Expressions.&lt;/P&gt;&lt;P&gt;Then the Dec is the demical symbol, Fmt is the Number Format, nDec is the Decimal Places, Thou is the Thousand separator etc.&lt;/P&gt;&lt;P&gt;Is this clear ? or do you expect more from me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jul 2010 12:11:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-07-26T12:11:30Z</dc:date>
    <item>
      <title>Dynamic Chart - Expression, Number Format Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178628#M45755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;I'm currenlty Creating a report, using the Dynamic Concept.&lt;/P&gt;&lt;P&gt;I find a problem while using the Expression.&lt;/P&gt;&lt;P&gt;I'm using this "Dynamic Chart" posted in this discussion "http://community.qlik.com/forums/t/23852.aspx?PageIndex=1".&lt;/P&gt;&lt;P&gt;When i calculate the Expression in the Expressions, the default number format is displayed in the Report.&lt;/P&gt;&lt;P&gt;I some how managed to change the Format for Few expressions, but i can't able to do for Some expressions.&lt;/P&gt;&lt;P&gt;Example I can do for Sum(Cost), Sum(Ton). But not for the Sum(Cost)/Sum(Ton).&lt;/P&gt;&lt;P&gt;How i handle for Sum(Cost) and Sum(Ton). While loading the Data, i change the format for Cost and Ton i.e., Using the Num().&lt;/P&gt;&lt;P&gt;But i can't use the same for Cost/ton.&lt;/P&gt;&lt;P&gt;Please Help Me to solve this issue.&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Regards,&lt;/P&gt;&lt;P&gt;R.Srinivasan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jun 2010 12:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178628#M45755</guid>
      <dc:creator />
      <dc:date>2010-06-07T12:41:05Z</dc:date>
    </item>
    <item>
      <title>Dynamic Chart - Expression, Number Format Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178629#M45756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have managed to solve by using a macro.&lt;/P&gt;&lt;P&gt;Here is the macro.&lt;/P&gt;&lt;P&gt;set chart = ActiveDocument.Sheets("Main").CreateStraightTable&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 p = chart.GetProperties&lt;/P&gt;&lt;P&gt;set np = p.Expressions.Item(0).Item(0).Data.ExpressionVisual.NumberPresentation&lt;/P&gt;&lt;P&gt;np.Dec = "."&lt;/P&gt;&lt;P&gt;np.Fmt = "# ##0.00"&lt;/P&gt;&lt;P&gt;np.nDec = 2&lt;/P&gt;&lt;P&gt;np.Thou = " "&lt;/P&gt;&lt;P&gt;np.Type = 11 'fixed decimal&lt;/P&gt;&lt;P&gt;np.UseThou = 1&lt;/P&gt;&lt;P&gt;chart.SetProperties p&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 10:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178629#M45756</guid>
      <dc:creator />
      <dc:date>2010-07-26T10:44:11Z</dc:date>
    </item>
    <item>
      <title>Dynamic Chart - Expression, Number Format Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178630#M45757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: bold"&gt;Hi &lt;STRONG&gt;Srinivasan&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;STRONG&gt;Kindly provide me .qvw example file.&lt;/STRONG&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;STRONG&gt;Ashish Srivastava&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 11:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178630#M45757</guid>
      <dc:creator />
      <dc:date>2010-07-26T11:09:19Z</dc:date>
    </item>
    <item>
      <title>Dynamic Chart - Expression, Number Format Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178631#M45758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;Here i have attached the sample qvw. It contains a macro, which create the straight table with a Dimension and Expression, using the Macro detail Number presentation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 11:29:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178631#M45758</guid>
      <dc:creator />
      <dc:date>2010-07-26T11:29:37Z</dc:date>
    </item>
    <item>
      <title>Dynamic Chart - Expression, Number Format Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178632#M45759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can not understand your example qvw file.&lt;/P&gt;&lt;P&gt;kindly requested to you please explained me detailed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish srivastava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 11:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178632#M45759</guid>
      <dc:creator />
      <dc:date>2010-07-26T11:38:24Z</dc:date>
    </item>
    <item>
      <title>Dynamic Chart - Expression, Number Format Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178633#M45760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;If you look at my example, the "&lt;STRONG&gt;Chart.AddDimension&lt;/STRONG&gt;" and "&lt;STRONG&gt;Chart.AddExpression&lt;/STRONG&gt;", is just to create the chart.&lt;/P&gt;&lt;P&gt;The "&lt;STRONG&gt;p=Chart.GetProperties&lt;/STRONG&gt;", get the Chart Properties and "&lt;STRONG&gt;P.Expression"&lt;/STRONG&gt; get all the Expressions.&lt;/P&gt;&lt;P&gt;Then the Dec is the demical symbol, Fmt is the Number Format, nDec is the Decimal Places, Thou is the Thousand separator etc.&lt;/P&gt;&lt;P&gt;Is this clear ? or do you expect more from me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 12:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178633#M45760</guid>
      <dc:creator />
      <dc:date>2010-07-26T12:11:30Z</dc:date>
    </item>
    <item>
      <title>Dynamic Chart - Expression, Number Format Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178634#M45761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;where you macro i not understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 12:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178634#M45761</guid>
      <dc:creator />
      <dc:date>2010-07-26T12:24:23Z</dc:date>
    </item>
    <item>
      <title>Dynamic Chart - Expression, Number Format Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178635#M45762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open the Document, use the Shortcut key "&lt;STRONG&gt;Ctrl+M&lt;/STRONG&gt;". You can find the macro.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 12:36:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178635#M45762</guid>
      <dc:creator />
      <dc:date>2010-07-26T12:36:25Z</dc:date>
    </item>
    <item>
      <title>Dynamic Chart - Expression, Number Format Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178636#M45763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry now we understand whole process .&lt;/P&gt;&lt;P&gt;Thanks a ton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish Srivastava&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 12:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dynamic-Chart-Expression-Number-Format-Problem/m-p/178636#M45763</guid>
      <dc:creator />
      <dc:date>2010-07-26T12:48:58Z</dc:date>
    </item>
  </channel>
</rss>

