<?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: Remove Field Value in a Line Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750635#M267722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the following expression in the textbox:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;= money ( sum( {&amp;lt; &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Exporter = {&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'C'}&lt;/SPAN&gt;&lt;/STRONG&gt; &amp;gt;} [Fob (US$)] ) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If the field isn't Exporter, then use the correct company field &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The money function applies the default money format set on the first lines of the load script (the ones QV sets automatically). If you want to show $M, then write something like money(exp, '$#.##0M'). Obviously, the field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Fob (US$)] should already be in million dollars but if it isn't, divide the expression by 1000000.&lt;/SPAN&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jan 2015 10:48:49 GMT</pubDate>
    <dc:creator>marinasbc</dc:creator>
    <dc:date>2015-01-08T10:48:49Z</dc:date>
    <item>
      <title>Remove Field Value in a Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750627#M267714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'm fairly new in Qlikview and I was wondering if anyone have any idea about how to remove a field value from a result.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;By this, I mean I have a line chart which has two dimensions (date and export companies) and the expression is the total of tonnes exported in a year. The issue is that I want to ilustrate only 5 or 6 of these export companies in the line chart and I want to exclude the rest of the companies. I don't want to see them in the chart.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I tried with calculate dimensions (if conditions) but it doesn't work. I have the 5 companies I want in the chart but there's still "Other companies" I tried with this code (I don't have much knwoldege on programming in QV)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=if([Exporter]='A' or [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Exporter&lt;/SPAN&gt;]='B' or [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Exporter&lt;/SPAN&gt;]='C' or [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Exporter&lt;/SPAN&gt;]='D' or [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Exporter&lt;/SPAN&gt;]='E' or [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Exporter&lt;/SPAN&gt;]='F' or [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Exporter&lt;/SPAN&gt;]='G',[&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Exporter&lt;/SPAN&gt;],Null())&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Would anybody have any suggestions to my questions and where to go to learn the basics concepts of the type of programming I might need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I'll be grateful if someone answer.&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 17:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750627#M267714</guid>
      <dc:creator />
      <dc:date>2015-01-07T17:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Field Value in a Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750628#M267715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I understand correctly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are several ways to do this but you can write a conditional expression:&lt;/P&gt;&lt;P&gt;if(match([Exporter], 'A', 'B', 'C', 'D', 'E', 'F', 'G'), sum(tons_exported))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can also keep the calculated dimension or simplify it to if(match([Exporter], 'A', 'B', 'C', 'D', 'E', 'F', 'G'), [Exporter]) and then check Suppress When Value is Null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck,&lt;/P&gt;&lt;P&gt;Marina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 17:57:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750628#M267715</guid>
      <dc:creator>marinasbc</dc:creator>
      <dc:date>2015-01-07T17:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Field Value in a Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750629#M267716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is also Set Analysis in the expression (to simulate data selections). If that suits the case, you may also write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;including exporters:&lt;/P&gt;&lt;P&gt;sum( {&amp;lt; [Exporter] = {&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'A', 'B', 'C', 'D', 'E', 'F', 'G'&lt;/SPAN&gt;} &amp;gt;} tons_exported )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;excluding exporters:&lt;/P&gt;&lt;P&gt;sum( {&amp;lt; ~[Exporter] = {&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;'other companies'&lt;/SPAN&gt;} &amp;gt;} tons_exported )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 18:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750629#M267716</guid>
      <dc:creator>marinasbc</dc:creator>
      <dc:date>2015-01-07T18:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Field Value in a Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750630#M267717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all thank you Marina.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A question, where do I have to put that code, I mean where is the Set Analysis?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 18:09:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750630#M267717</guid>
      <dc:creator />
      <dc:date>2015-01-07T18:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Field Value in a Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750631#M267718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the set analysis exists only in expressions, so in the Expressions tab create a new expression and write one of the two expressions. Set Analysis itself is the bold text below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;including exporters:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum( &lt;STRONG&gt;{&amp;lt; [Exporter] = {&lt;SPAN style="font-style: inherit;"&gt;'A', 'B', 'C', 'D', 'E', 'F', 'G'&lt;/SPAN&gt;} &amp;gt;}&lt;/STRONG&gt; tons_exported )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;excluding exporters:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum( &lt;STRONG&gt;{&amp;lt; ~[Exporter] = {&lt;SPAN style="font-style: inherit;"&gt;'other companies'&lt;/SPAN&gt;} &amp;gt;}&lt;/STRONG&gt; tons_exported )&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope it works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Marina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 18:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750631#M267718</guid>
      <dc:creator>marinasbc</dc:creator>
      <dc:date>2015-01-07T18:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Field Value in a Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750632#M267719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marina, thank you very much!&lt;/P&gt;&lt;P&gt;I tried the second solution you gave me above on your first answer and it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 18:27:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750632#M267719</guid>
      <dc:creator />
      <dc:date>2015-01-07T18:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Field Value in a Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750633#M267720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The simplest solution is to add a listbox on the Exporter field and then select which exporters are displayed in the chart by selecting items in the listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many QlikView tutorial videos available on the Qlik website and on YouTube.&lt;/P&gt;&lt;P&gt;There is also a link to download the QlikView tutorial on the start page of QlikView Desktop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 18:35:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750633#M267720</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-01-07T18:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Field Value in a Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750634#M267721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marina:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm working on the same file anda I want to show as a Dashboard the amount of sales [US$] of certain company (as you remembered, companies belong are field values). I tried with some expressions but it gives me the total amount of exportations. I would like to have a text object with the sales of company C on 2013 and 2014. I tried this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;='$' &amp;amp; Num(sum([Fob (US$)]) , '####') &amp;amp;' M'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's obvious that it won't appear the company C because I have not mentioned. How could I make this expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2015 21:05:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750634#M267721</guid>
      <dc:creator />
      <dc:date>2015-01-07T21:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Field Value in a Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750635#M267722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the following expression in the textbox:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;= money ( sum( {&amp;lt; &lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Exporter = {&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;'C'}&lt;/SPAN&gt;&lt;/STRONG&gt; &amp;gt;} [Fob (US$)] ) )&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;If the field isn't Exporter, then use the correct company field &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The money function applies the default money format set on the first lines of the load script (the ones QV sets automatically). If you want to show $M, then write something like money(exp, '$#.##0M'). Obviously, the field &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Fob (US$)] should already be in million dollars but if it isn't, divide the expression by 1000000.&lt;/SPAN&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Marina&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 10:48:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750635#M267722</guid>
      <dc:creator>marinasbc</dc:creator>
      <dc:date>2015-01-08T10:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Field Value in a Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750636#M267723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marina, thanks for your fast answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I put the code you just said and it works. Now, if I also want to add the FOB [US$] of this company but for a certain year,i.e:2014; (year is also a field), what I have to include to the code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2015 12:21:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Remove-Field-Value-in-a-Line-Chart/m-p/750636#M267723</guid>
      <dc:creator />
      <dc:date>2015-01-08T12:21:07Z</dc:date>
    </item>
  </channel>
</rss>

