<?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 y axis Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Change-y-axis-Values/m-p/799483#M282275</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;divide by 100000 in your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;Sum(Sales)/100000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Dec 2014 05:15:47 GMT</pubDate>
    <dc:creator>PrashantSangle</dc:creator>
    <dc:date>2014-12-30T05:15:47Z</dc:date>
    <item>
      <title>Change y axis Values</title>
      <link>https://community.qlik.com/t5/QlikView/Change-y-axis-Values/m-p/799482#M282274</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;How to change y-axis values from Rupees to Lacs, PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 05:10:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-y-axis-Values/m-p/799482#M282274</guid>
      <dc:creator />
      <dc:date>2014-12-30T05:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: Change y axis Values</title>
      <link>https://community.qlik.com/t5/QlikView/Change-y-axis-Values/m-p/799483#M282275</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;divide by 100000 in your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like&lt;/P&gt;&lt;P&gt;Sum(Sales)/100000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 05:15:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-y-axis-Values/m-p/799483#M282275</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-12-30T05:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Change y axis Values</title>
      <link>https://community.qlik.com/t5/QlikView/Change-y-axis-Values/m-p/799484#M282276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a inline table like below...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Ftr, Ftr_Val&lt;/P&gt;&lt;P&gt;Actual, 1&lt;/P&gt;&lt;P&gt;Thousands, 1000&lt;/P&gt;&lt;P&gt;Lacks, 100000&lt;/P&gt;&lt;P&gt;Crores, 10000000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.Load the above inline table in the application.&lt;/P&gt;&lt;P&gt;2.Create a list box&amp;nbsp; as Ftr and select always one selected option enabled.&lt;/P&gt;&lt;P&gt;3.In the expression use "sum(Sales)/$(=Ftr_Val)".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence according to your factor selection you can view the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vignesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 05:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-y-axis-Values/m-p/799484#M282276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-30T05:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Change y axis Values</title>
      <link>https://community.qlik.com/t5/QlikView/Change-y-axis-Values/m-p/799485#M282277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Janaki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 1:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Expression: &lt;/STRONG&gt;Sum(Sales/100000)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Step 2:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Chart Properties &amp;gt; Tab "Number" &amp;gt; Select "Expression" &amp;gt; Select Radio Box "Mondy" &amp;gt; Symbol &amp;gt; write your symbol for&amp;nbsp; Lacs &amp;gt; Apply &amp;gt; OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="lacs.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/74374_lacs.png" style="height: 329px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Ishfaque Ahmed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 05:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Change-y-axis-Values/m-p/799485#M282277</guid>
      <dc:creator>engishfaque</dc:creator>
      <dc:date>2014-12-30T05:52:26Z</dc:date>
    </item>
  </channel>
</rss>

