<?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: Re: Graphic Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597122#M1120810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Hi! I'm trying to create a graphic as your example, but only considering these data ranges:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;1) &lt;STRONG&gt;2010/2011&lt;/STRONG&gt;: date from 11/2010 to 03/2011. Is my reference line, and starts from 0%;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;2) &lt;STRONG&gt;2011/2012&lt;/STRONG&gt;: from 11/2011 to 03/2012. Should be in evidence of the difference in percentage of total costs 2010/2011;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;3) &lt;STRONG&gt;2012/2013&lt;/STRONG&gt;: from 11/2012 to 03/2013.Should be in evidence of the difference in percentage of total costs 2010/2011;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;The result should be something as this graphic:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Graphic Example.jpg" class="jive-image" src="/legacyfs/online/52902_Graphic Example.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Could you help me to write the expression pls?&lt;/P&gt;&lt;P&gt;I tried to use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #ff8000; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;year&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;={2011}, month= {’11’,’12’}&amp;gt;+&amp;lt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;year&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;={2012}, month= {’1’,’2’,’3’}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;cost&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;year&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;={2010}, month= {’11’,’12’}&amp;gt;+&amp;lt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;year&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;={2011}, month= {’1’,’2’,’3’}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt; cost&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;)&lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #ff8000; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #ff8000; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;/&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;year&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;={2011}, month= {’11’,’12’}&amp;gt;+&amp;lt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;year&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;={2012}, month= {’1’,’2’,’3’}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;cost&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; mso-ansi-language: EN-US; font-family: arial,helvetica,sans-serif;"&gt;But I don't know how to insert all range data options.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; font-size: 10pt; mso-ansi-language: EN-US;"&gt;I really appreciate any help you can provide.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; mso-ansi-language: EN-US; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; mso-ansi-language: EN-US; font-family: arial,helvetica,sans-serif;"&gt;Andrea&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Feb 2014 19:12:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-10T19:12:16Z</dc:date>
    <item>
      <title>Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597116#M1120804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I'm trying to create a graphic of trend of costs in each year, where:&lt;/P&gt;&lt;P&gt;1. Total costs in 2011 is my reference line;&lt;/P&gt;&lt;P&gt;2. Y-axis shows percentage values from -100% to +100%, and total costs in 2011 value line starts from 0%;&lt;/P&gt;&lt;P&gt;3. On the total costs in 2012 line should be in evidence of the difference in percentage of total costs in 2011;&lt;/P&gt;&lt;P&gt;4. On the total costs in 2013 line should be in evidence of the difference in percentage of total costs in 2011;&lt;/P&gt;&lt;P&gt;Can you maybe help me with the example attached?&lt;/P&gt;&lt;P&gt;Thank you for any help ou can provide in this situation.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 01 Feb 2014 19:45:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597116#M1120804</guid>
      <dc:creator />
      <dc:date>2014-02-01T19:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597117#M1120805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anybody help me pls?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 18:22:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597117#M1120805</guid>
      <dc:creator />
      <dc:date>2014-02-03T18:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597118#M1120806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached qvw. Is that what you're looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 19:03:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597118#M1120806</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-02-03T19:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597119#M1120807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find attached to see if its what you are looking for. What I am guessing you want is like ((Values of 2012) - (Values of 2011))/(Values of 2011).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created two charts, one with the y-axis untouched and the other limited to -100% to 100%. But I do have to point out that you may get values larger than 100% and smaller than -100% since its about how much larger or smaller the year is compared to 2011 (Could be 200% more than 2011 for example).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 19:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597119#M1120807</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-02-03T19:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597120#M1120808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your help!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 21:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597120#M1120808</guid>
      <dc:creator />
      <dc:date>2014-02-03T21:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597121#M1120809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Feb 2014 21:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597121#M1120809</guid>
      <dc:creator />
      <dc:date>2014-02-03T21:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597122#M1120810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Hi! I'm trying to create a graphic as your example, but only considering these data ranges:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;1) &lt;STRONG&gt;2010/2011&lt;/STRONG&gt;: date from 11/2010 to 03/2011. Is my reference line, and starts from 0%;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;2) &lt;STRONG&gt;2011/2012&lt;/STRONG&gt;: from 11/2011 to 03/2012. Should be in evidence of the difference in percentage of total costs 2010/2011;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;3) &lt;STRONG&gt;2012/2013&lt;/STRONG&gt;: from 11/2012 to 03/2013.Should be in evidence of the difference in percentage of total costs 2010/2011;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;The result should be something as this graphic:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Graphic Example.jpg" class="jive-image" src="/legacyfs/online/52902_Graphic Example.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Could you help me to write the expression pls?&lt;/P&gt;&lt;P&gt;I tried to use something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #ff8000; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;(&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;year&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;={2011}, month= {’11’,’12’}&amp;gt;+&amp;lt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;year&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;={2012}, month= {’1’,’2’,’3’}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;cost&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;year&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;={2010}, month= {’11’,’12’}&amp;gt;+&amp;lt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;year&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;={2011}, month= {’1’,’2’,’3’}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt; cost&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;)&lt;/SPAN&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #ff8000; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;&lt;SPAN lang="EN-US" style="color: #ff8000; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;/&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: blue; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;year&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;={2011}, month= {’11’,’12’}&amp;gt;+&amp;lt;{&amp;lt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;year&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;={2012}, month= {’1’,’2’,’3’}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: maroon; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;cost&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: 'Courier New'; font-size: 9pt; mso-ansi-language: EN-US;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; mso-ansi-language: EN-US; font-family: arial,helvetica,sans-serif;"&gt;But I don't know how to insert all range data options.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="color: black; font-family: arial,helvetica,sans-serif; font-size: 10pt; mso-ansi-language: EN-US;"&gt;I really appreciate any help you can provide.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; mso-ansi-language: EN-US; font-family: arial,helvetica,sans-serif;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; mso-ansi-language: EN-US; font-family: arial,helvetica,sans-serif;"&gt;Andrea&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 19:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597122#M1120810</guid>
      <dc:creator />
      <dc:date>2014-02-10T19:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597123#M1120811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You would want to create a new field in your script like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(year(addmonths(makedate(year,month),2))-1)&amp;amp; '/' &amp;amp; year(addmonths(makedate(year,month),2)) as YY&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use that as only dimension with an expression like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({&amp;lt;month= {1,2,3,11,12}&amp;gt;}cost)&lt;/P&gt;&lt;P&gt;-Sum({&amp;lt;YY={'2010/2011'},month= {1,2,3,11,12}&amp;gt;}total cost))&lt;/P&gt;&lt;P&gt;/Sum({&amp;lt;YY={'2010/2011'},month= {1,2,3,11,12}&amp;gt;}total cost)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Graph.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/52909_Graph.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached for an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 21:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597123#M1120811</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-02-10T21:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597124#M1120812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial,helvetica,sans-serif;"&gt;Hi Jerem! Thank you so much for help!!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial,helvetica,sans-serif;"&gt;I have some problems to create a new field. If I use an expression like this as Dimension:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;((&lt;SPAN style="color: #800000;"&gt;[Year]&lt;/SPAN&gt; = 2010 &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;= 11 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;= 12)) &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[Year]&lt;/SPAN&gt; = 2011 &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[Month&lt;/SPAN&gt;= 1 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;= 2 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;= 3)),'2010/2011',&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt; ((&lt;SPAN style="color: #800000;"&gt;[Year]&lt;/SPAN&gt; = 2011 &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;= 11 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;= 12)) &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[Year]&lt;/SPAN&gt; = 2012 &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;= 1 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;= 2 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;= 3)),'2011/2012',&lt;BR /&gt;&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt; ((&lt;SPAN style="color: #800000;"&gt;[Year]&lt;/SPAN&gt; = 2012 &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;= 11 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Month&lt;/SPAN&gt;= 12)) &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[Year]&lt;/SPAN&gt; = 2013 &lt;SPAN style="color: #0000ff;"&gt;and&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;= 1 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;= 2 &lt;SPAN style="color: #0000ff;"&gt;or&lt;/SPAN&gt; &lt;SPAN style="color: #800000;"&gt;[Month]&lt;/SPAN&gt;= 3)),'2012/2013')))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Do you think there is another way to write the expression?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: IT;"&gt;I will be grateful if you can send me this information.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: IT;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN" style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 10pt; mso-ansi-language: EN; mso-fareast-font-family: 'Times New Roman'; mso-fareast-language: IT;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-fareast-language: IT; color: #575757; font-size: 10pt; mso-ansi-language: EN; font-family: arial,helvetica,sans-serif; mso-fareast-font-family: 'Times New Roman';"&gt;Andrea&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 22:09:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597124#M1120812</guid>
      <dc:creator />
      <dc:date>2014-02-10T22:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597125#M1120813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's the problem with making extra field? If the problem is adding to script, then maybe adding the calculated dimension with same thing would do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(year(addmonths(makedate(year,month),2))-1)&amp;amp; '/' &amp;amp; year(addmonths(makedate(year,month),2))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as dimension and use the expression I used above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What problems are you having creating the dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Feb 2014 22:16:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597125#M1120813</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-02-10T22:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597126#M1120814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, I have been too busy today to answer your message in time. I'd like to thank you very much for your patience and helpfulness, especially because I'm not so skilled about the matter!&lt;/P&gt;&lt;P&gt;I'm trying to create this graphic following your second option. Maybe it's a silly question... &lt;/P&gt;&lt;P&gt;If I add the calculated dimensions, the program dont recognize YY field. How should I do to set YY, without create a new field?&lt;/P&gt;&lt;P&gt;Is it possibile to bound YY data only to 2010/2011, 2011/2012 and 2012/2013. I dont want another value, even if there are others years in my data loaded.&lt;/P&gt;&lt;P&gt;Thank you for any help you can provide in this situation.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 19:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597126#M1120814</guid>
      <dc:creator />
      <dc:date>2014-02-11T19:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597127#M1120815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is not a silly question, because that is entirely my mistake, I forgot to change the expression &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/P&gt;&lt;P&gt;Used this as my dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(year(addmonths(makedate(year,month),2))-1)&amp;amp; '/' &amp;amp; year(addmonths(makedate(year,month),2))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then for expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(sum({&amp;lt;month= {1,2,3,11,12}&amp;gt;}cost)-&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;top(sum({&amp;lt;month= {1,2,3,11,12}&amp;gt;}cost)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/top(sum({&amp;lt;month= {1,2,3,11,12}&amp;gt;}cost))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want the first 3, then use dimension limits -&amp;gt; Show only -&amp;gt; First -&amp;gt; 3 values and un-check Show Others.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course this depends on if the first 3 values are the ones you want. If not, you may have to add more code to get there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 20:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597127#M1120815</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-02-11T20:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597128#M1120816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It was very kind of you to help me!&lt;/P&gt;&lt;P&gt;The expression creates these dimensions: 2009/2010, 2010/2011, 2011/2012, 2012/2013 and 2013/2014.&lt;/P&gt;&lt;P&gt;Using limit dimension First 3, I can't select the range from 2010/2011 to 2012/2013.&lt;/P&gt;&lt;P&gt;Could you suggest a solution, please?&lt;/P&gt;&lt;P&gt;I will be grateful if you can send me this information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 22:10:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597128#M1120816</guid>
      <dc:creator />
      <dc:date>2014-02-11T22:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597129#M1120817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your dimension to:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(match((year(addmonths(makedate(year,month),2))-1)&amp;amp; '/' &amp;amp; year(addmonths(makedate(year,month),2)), '2010/2011', '2011/2012', '2012/2013'), &lt;/P&gt;&lt;P&gt;(year(addmonths(makedate(year,month),2))-1)&amp;amp; '/' &amp;amp; year(addmonths(makedate(year,month),2)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a rather cumbersome calculated dimension, so I am not sure how performance will be if you have a large data set. But this should get you what you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 14:02:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597129#M1120817</guid>
      <dc:creator>jerem1234</dc:creator>
      <dc:date>2014-02-12T14:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Graphic Help</title>
      <link>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597130#M1120818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know how to thank you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 19:48:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphic-Help/m-p/597130#M1120818</guid>
      <dc:creator />
      <dc:date>2014-02-12T19:48:17Z</dc:date>
    </item>
  </channel>
</rss>

