<?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 How to change the number format for same expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format-for-same-expression/m-p/248617#M94592</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the app, in which I crosstab the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the dimension I took the Qualifier field &amp;amp; Attribute field and data field as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what I want is in that chart (demo) first 2 fields Net Sale &amp;amp; Net Rev are nos and Net Margin in %, so how can I change the number format for same expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Oct 2011 05:59:43 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-14T05:59:43Z</dc:date>
    <item>
      <title>How to change the number format for same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format-for-same-expression/m-p/248617#M94592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the app, in which I crosstab the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the dimension I took the Qualifier field &amp;amp; Attribute field and data field as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now what I want is in that chart (demo) first 2 fields Net Sale &amp;amp; Net Rev are nos and Net Margin in %, so how can I change the number format for same expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upendra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 05:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format-for-same-expression/m-p/248617#M94592</guid>
      <dc:creator />
      <dc:date>2011-10-14T05:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number format for same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format-for-same-expression/m-p/248618#M94593</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;&lt;/P&gt;&lt;P&gt;You can use a code for Sum(Data) so use some thing like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(FF = 'Net Margin',Round( Num( Sum(Data)*100,'#.##' ),1 )&amp;amp;'%' ,Sum(Data))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See atttached sample also in Solution Sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 06:08:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format-for-same-expression/m-p/248618#M94593</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-14T06:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number format for same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format-for-same-expression/m-p/248619#M94594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only you need to change expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;=if(FF='Net Margin',NUm(sum(Data),'#.##%'),sum(Data))&lt;/P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the attached file&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 06:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format-for-same-expression/m-p/248619#M94594</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-10-14T06:12:14Z</dc:date>
    </item>
    <item>
      <title>How to change the number format for same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format-for-same-expression/m-p/248620#M94595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here is the Qlikview built-in option to change display&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;right click your chart -&amp;gt; 'properties' -&amp;gt; 'number' tab -&amp;gt; choose the expression you want to override format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the format option in right hand panel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this help.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;mingming&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 07:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format-for-same-expression/m-p/248620#M94595</guid>
      <dc:creator />
      <dc:date>2011-10-14T07:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to change the number format for same expression?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format-for-same-expression/m-p/248621#M94596</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;If you change the setting of chart to the Number for the chart then the all other value should change so if there is two type of values like&lt;/P&gt;&lt;P&gt;451&lt;/P&gt;&lt;P&gt;8%&lt;/P&gt;&lt;P&gt;4512&lt;/P&gt;&lt;P&gt;5%&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to deside which value shown in % or number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2011 07:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-change-the-number-format-for-same-expression/m-p/248621#M94596</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-10-14T07:50:50Z</dc:date>
    </item>
  </channel>
</rss>

