<?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 use Macro to change Number Format Setting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/use-Macro-to-change-Number-Format-Setting/m-p/195409#M501176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;I have a chart with Expressions that need show different data format depends on selection:&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;if &lt;STRONG&gt;'%'&lt;/STRONG&gt; is selected, the number format in chart should show %. (In properties, there is tab called Number Format Setting, the 'Show %' should be tick in that case).&lt;/P&gt;&lt;P&gt;But if &lt;STRONG&gt;'Actual Number'&lt;/STRONG&gt; is selected, % would be disappear in chart (the 'Show %' box shouldn't be unticked).&lt;/P&gt;&lt;P&gt;Does anyone know how to use macro to control it?&lt;/P&gt;&lt;P&gt;Thanks a lot [8-|]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Feb 2011 09:21:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-01T09:21:09Z</dc:date>
    <item>
      <title>use Macro to change Number Format Setting</title>
      <link>https://community.qlik.com/t5/QlikView/use-Macro-to-change-Number-Format-Setting/m-p/195409#M501176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dears,&lt;/P&gt;&lt;P&gt;I have a chart with Expressions that need show different data format depends on selection:&lt;/P&gt;&lt;P&gt;eg:&lt;/P&gt;&lt;P&gt;if &lt;STRONG&gt;'%'&lt;/STRONG&gt; is selected, the number format in chart should show %. (In properties, there is tab called Number Format Setting, the 'Show %' should be tick in that case).&lt;/P&gt;&lt;P&gt;But if &lt;STRONG&gt;'Actual Number'&lt;/STRONG&gt; is selected, % would be disappear in chart (the 'Show %' box shouldn't be unticked).&lt;/P&gt;&lt;P&gt;Does anyone know how to use macro to control it?&lt;/P&gt;&lt;P&gt;Thanks a lot [8-|]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 09:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Macro-to-change-Number-Format-Setting/m-p/195409#M501176</guid>
      <dc:creator />
      <dc:date>2011-02-01T09:21:09Z</dc:date>
    </item>
    <item>
      <title>use Macro to change Number Format Setting</title>
      <link>https://community.qlik.com/t5/QlikView/use-Macro-to-change-Number-Format-Setting/m-p/195410#M501177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no need for macro. A "normal" way is to create two expressions, one for % and another for actual number, and group them in cycle. Define format for each in "number" tab.&lt;BR /&gt;One expression with different formats is possible as well, and also without macro. Define data format conditionally directly in expression, for example:&lt;BR /&gt;num(&amp;lt;your expression&amp;gt;, if(Var='%', '#,##0.00%', '###,###'))&lt;BR /&gt;And, use "Expression default" on number tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Feb 2011 20:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Macro-to-change-Number-Format-Setting/m-p/195410#M501177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-02-01T20:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: use Macro to change Number Format Setting</title>
      <link>https://community.qlik.com/t5/QlikView/use-Macro-to-change-Number-Format-Setting/m-p/195411#M501178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case anyone does need to do this via a macro for other reasons, try this thread:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/31822"&gt;Dynamic Chart Macro and Number Format Problem&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 12:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Macro-to-change-Number-Format-Setting/m-p/195411#M501178</guid>
      <dc:creator />
      <dc:date>2014-09-11T12:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: use Macro to change Number Format Setting</title>
      <link>https://community.qlik.com/t5/QlikView/use-Macro-to-change-Number-Format-Setting/m-p/195412#M501179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And this one:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/9628"&gt;Dynamic Chart - Expression, Number Format Problem&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2014 12:57:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Macro-to-change-Number-Format-Setting/m-p/195412#M501179</guid>
      <dc:creator />
      <dc:date>2014-09-11T12:57:53Z</dc:date>
    </item>
  </channel>
</rss>

