<?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: How do I make the Y-axis format dynamic in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-make-the-Y-axis-format-dynamic/m-p/741760#M264870</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may work if you move the if() to select just the format, not the aggregation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;num(sum(Actual)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;,if(&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;[Metric Format] = 'Percent'&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;,'#,##0.0%'&lt;/SPAN&gt;,&lt;/SPAN&gt;'#,##0'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;However, I find it easier to make two separate expressions and use the Expression conditional property to choose between them. That allows for use of the Number format, Axes, etc per expression.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Feb 2015 02:23:32 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-02-18T02:23:32Z</dc:date>
    <item>
      <title>How do I make the Y-axis format dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-make-the-Y-axis-format-dynamic/m-p/741759#M264869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an app where I have a list of metrics.&amp;nbsp; Some of the metrics are expressed as absolute values while others are expressed as percentages.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have my Actual format as such&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if([Metric Format] = 'Percent',&lt;/P&gt;&lt;P&gt;num(sum(Actual),'#,##0.0%'),&lt;/P&gt;&lt;P&gt;num(sum(Actual),'#,##0'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And everything displays on the graph correctly except that the y-axis is not being properly formatted.&amp;nbsp; How can I make the y-axis display correctly as &lt;SPAN style="font-size: 13.3333330154419px;"&gt;'#,##0' or '&lt;SPAN style="font-size: 13.3333330154419px;"&gt;#,##0.0%' list the actual value that's being displayed?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78393_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 01:53:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-make-the-Y-axis-format-dynamic/m-p/741759#M264869</guid>
      <dc:creator>bronsonelliott</dc:creator>
      <dc:date>2015-02-18T01:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make the Y-axis format dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-make-the-Y-axis-format-dynamic/m-p/741760#M264870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It may work if you move the if() to select just the format, not the aggregation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;num(sum(Actual)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;,if(&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;[Metric Format] = 'Percent'&lt;SPAN style="color: #3d3d3d; font-family: 'courier new', courier; font-size: 13px;"&gt;,'#,##0.0%'&lt;/SPAN&gt;,&lt;/SPAN&gt;'#,##0'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;However, I find it easier to make two separate expressions and use the Expression conditional property to choose between them. That allows for use of the Number format, Axes, etc per expression.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com" rel="nofollow"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 02:23:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-make-the-Y-axis-format-dynamic/m-p/741760#M264870</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-02-18T02:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: How do I make the Y-axis format dynamic</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-make-the-Y-axis-format-dynamic/m-p/741761#M264871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rob!&amp;nbsp; Your second suggestion of making separate expressions plus the conditional property is exactly what I need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 02:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-make-the-Y-axis-format-dynamic/m-p/741761#M264871</guid>
      <dc:creator>bronsonelliott</dc:creator>
      <dc:date>2015-02-18T02:40:01Z</dc:date>
    </item>
  </channel>
</rss>

