<?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: Flip Y Axis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283078#M461007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the same type of formula for a chart showing rank and this has solved the 0 at the top problem.&amp;nbsp; Is there a away to get the negative numbers on the rest of the axis to show as positives i.e. 20 rather than -20 etc? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Mar 2017 11:40:01 GMT</pubDate>
    <dc:creator>apriletaylor</dc:creator>
    <dc:date>2017-03-10T11:40:01Z</dc:date>
    <item>
      <title>Flip Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283068#M460997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to flip the Y axis in the chart below so it goes from 80 at the bottom and 0 at the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems like it should be easy but I haven't found an easy answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- dave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Spaghetti.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/154787_Spaghetti.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 21:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283068#M460997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-28T21:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Flip Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283069#M460998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just use in your expression like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= - Count(Yourfieldname) &lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;= Count(YourfieldName) * -1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 22:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283069#M460998</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-28T22:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: Flip Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283070#M460999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried below and neither worked ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count([Blended Rank])*-1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Count([Blended Rank]) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 13:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283070#M460999</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-01T13:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Flip Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283071#M461000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share your app if possible?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 14:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283071#M461000</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-01T14:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Flip Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283072#M461001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this &lt;/P&gt;&lt;P&gt;Dula(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count([Blended Rank])&lt;/SPAN&gt;,&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count([Blended Rank])*-1&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 14:28:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283072#M461001</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-01T14:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Flip Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283073#M461002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;App is huge so I cannot share&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 14:37:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283073#M461002</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-01T14:37:06Z</dc:date>
    </item>
    <item>
      <title>Re: Flip Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283074#M461003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Didnt work but thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 14:37:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283074#M461003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-01T14:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Flip Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283075#M461004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work ...do you have any other expressions ? with that ..could you please share the screen shot ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 14:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283075#M461004</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-03-01T14:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Flip Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283076#M461005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure why it is not doing, can you build some sample data from that dashboard with less data and share? Is that easy to do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 14:40:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283076#M461005</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-01T14:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Flip Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283077#M461006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=-Sum([Blended Rank]) worked for me after a little work ... Thank you for all the help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Mar 2017 15:08:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283077#M461006</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-01T15:08:48Z</dc:date>
    </item>
    <item>
      <title>Re: Flip Y Axis</title>
      <link>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283078#M461007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the same type of formula for a chart showing rank and this has solved the 0 at the top problem.&amp;nbsp; Is there a away to get the negative numbers on the rest of the axis to show as positives i.e. 20 rather than -20 etc? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2017 11:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Flip-Y-Axis/m-p/1283078#M461007</guid>
      <dc:creator>apriletaylor</dc:creator>
      <dc:date>2017-03-10T11:40:01Z</dc:date>
    </item>
  </channel>
</rss>

