<?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: Chart Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932799#M527180</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First thing, its not clear what you want to remove, Q1 or 11??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to remove 11 from Q1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mid(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;QuarterYear&lt;/SPAN&gt;,1,2) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;QuarterYear&amp;nbsp; // it wud give you Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Nov 2015 10:13:52 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-04T10:13:52Z</dc:date>
    <item>
      <title>Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932796#M527177</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;I want to know small thing I have chart like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In dimension i have QuarterYear.In below chart I want to remove Q1 11, &lt;SPAN style="font-size: 13.3333px;"&gt;Q2 11, &lt;SPAN style="font-size: 13.3333px;"&gt;Q3 11, &lt;SPAN style="font-size: 13.3333px;"&gt;Q4 11.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to remove only those .&lt;IMG alt="Comm.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103866_Comm.JPG" style="height: 334px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:09:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932796#M527177</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2015-11-04T10:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932797#M527178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;send that qvw file it would be better&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932797#M527178</guid>
      <dc:creator />
      <dc:date>2015-11-04T10:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932798#M527179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;depending of your dateformat you shoud use a calculated Dimension&lt;/P&gt;&lt;P&gt;dateformat&lt;/P&gt;&lt;P&gt;if (year(yourquarterfield) &amp;gt; 2011, yourquarterfield)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;stringformat&lt;/P&gt;&lt;P&gt;if (right(yourquarterfield,2) &amp;lt;&amp;gt; '11,yourquarterfield)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:12:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932798#M527179</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-04T10:12:44Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932799#M527180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First thing, its not clear what you want to remove, Q1 or 11??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to remove 11 from Q1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mid(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;QuarterYear&lt;/SPAN&gt;,1,2) as &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;QuarterYear&amp;nbsp; // it wud give you Q1&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932799#M527180</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-04T10:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932800#M527181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way is to select the other values. If you want to do that only to this chart and not other charts in your document you can modify your expressions to exclude these specific values. For example Sum(Sales) would become Sum({&amp;lt;QuarterYear -= {'Q1 11','Q2 11','Q3 11','Q4 11'}&amp;gt;}Sales).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:13:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932800#M527181</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-11-04T10:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932801#M527182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nagarjuna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Copy..............&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/904794"&gt;How to use English color....&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 10:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932801#M527182</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-11-04T10:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Help</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932802#M527183</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;another solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14466733482461946 jive_text_macro" jivemacro_uid="_14466733482461946"&gt;
&lt;P&gt;=Sum({$&amp;lt;QuarterYear={"=Year(QuarterYear)&amp;gt;2011"}&amp;gt;} Value)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_190240_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103964_QlikCommunity_Thread_190240_Pic1.JPG" style="height: 245px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Nov 2015 21:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Help/m-p/932802#M527183</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-11-04T21:42:37Z</dc:date>
    </item>
  </channel>
</rss>

