<?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 dynamically change number formats on graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385442#M490101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to dynamiclly change the number format on a graph. Some of my lines of data are % and others are just numbers, so when the user filters I want the graph to change to what they have filterd on. I've got everything working except the number formats. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to do this fine on a pivot but unfortuantly the same logic does not seem to work on the graph. Heres what I used for the pivot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NumberFormat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='%',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'MonthTarget'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Data&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'0.00%'),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NumberFormat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='0.00',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'MonthTarget'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Data&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'0.00'),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'MonthTarget'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2012 15:05:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-30T15:05:35Z</dc:date>
    <item>
      <title>dynamically change number formats on graph</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385442#M490101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to dynamiclly change the number format on a graph. Some of my lines of data are % and others are just numbers, so when the user filters I want the graph to change to what they have filterd on. I've got everything working except the number formats. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to do this fine on a pivot but unfortuantly the same logic does not seem to work on the graph. Heres what I used for the pivot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NumberFormat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='%',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'MonthTarget'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Data&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'0.00%'),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;IF&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;NumberFormat&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='0.00',&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;NUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'MonthTarget'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Data&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),'0.00'),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;SUM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( {$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'MonthTarget'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Data&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 15:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385442#M490101</guid>
      <dc:creator />
      <dc:date>2012-10-30T15:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically change number formats on graph</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385443#M490102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What kind of number format settings your using for the graph? &lt;/P&gt;&lt;P&gt;Check the number format settings in the chart properties--&amp;gt; Number tab.&lt;/P&gt;&lt;P&gt;This should be expression default for your case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 15:16:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385443#M490102</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-10-30T15:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically change number formats on graph</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385444#M490103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you uload a sample file ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 15:26:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385444#M490103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-10-30T15:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically change number formats on graph</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385445#M490104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The number format is set to Expression Default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do table preview, the data is showing up as a percentage but it does not display the graph as such or my my pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 15:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385445#M490104</guid>
      <dc:creator />
      <dc:date>2012-10-30T15:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically change number formats on graph</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385446#M490105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The number format is set to Expression Default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do table preview, the data is showing up as a percentage but it does not display the graph as such or my my pivot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 15:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385446#M490105</guid>
      <dc:creator />
      <dc:date>2012-10-30T15:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically change number formats on graph</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385447#M490106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload the file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 15:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385447#M490106</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-10-30T15:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically change number formats on graph</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385448#M490107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've added my file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you change the category, the graphs change to reflect the data, but it does not change the number format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 15:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385448#M490107</guid>
      <dc:creator />
      <dc:date>2012-10-30T15:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically change number formats on graph</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385449#M490108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Number Format is null for all the months because two different number formats exists in each month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 17:05:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385449#M490108</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-10-30T17:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: dynamically change number formats on graph</title>
      <link>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385450#M490109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your example the problem is not with number format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no values to show when '%' is selected.&lt;/P&gt;&lt;P&gt;Add a Table Box with all fields and you'll see there are only MeasureID=3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2012 19:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/dynamically-change-number-formats-on-graph/m-p/385450#M490109</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-10-30T19:01:50Z</dc:date>
    </item>
  </channel>
</rss>

