<?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: show specific value in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-specific-value-in-chart/m-p/1032326#M944720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;max I have a feeling that Expr3 is not a field but an expression and that is why I was hesitant to provide a solution before looking at the expression itself. But if it just a field then what you have proposed 1st should work. I am still not sure if the second one will work if it did not work with if(... or....)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Jan 2016 11:11:03 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-01-06T11:11:03Z</dc:date>
    <item>
      <title>show specific value in chart</title>
      <link>https://community.qlik.com/t5/QlikView/show-specific-value-in-chart/m-p/1032323#M944717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try to show specific values of field "EXPR3" on chart but it doesn't work&lt;/P&gt;&lt;P&gt;i write" if(Expr3='502156' or Expr3='502155' or Expr3='502135' or Expr3='502170',Expr3)" in definition in expressions tab and "fullname" as a dimention&lt;/P&gt;&lt;P&gt;but it just act when i select these values&lt;/P&gt;&lt;P&gt;i want show them without selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 07:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-specific-value-in-chart/m-p/1032323#M944717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-06T07:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: show specific value in chart</title>
      <link>https://community.qlik.com/t5/QlikView/show-specific-value-in-chart/m-p/1032324#M944718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly is your expression?? Expr3 outputs a number like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 11:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-specific-value-in-chart/m-p/1032324#M944718</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-06T11:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: show specific value in chart</title>
      <link>https://community.qlik.com/t5/QlikView/show-specific-value-in-chart/m-p/1032325#M944719</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;try like&lt;/P&gt;&lt;P&gt;in Expression&lt;/P&gt;&lt;P&gt;Only({&amp;lt;Expr3={'502156','502155','502135','502170'}&amp;gt;}Expr3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can create new field in script and use that field in expression&lt;/P&gt;&lt;P&gt;try like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Match(Expr3,&lt;SPAN style="font-size: 13.3333px;"&gt;'502156','502155','502135','502170'&lt;/SPAN&gt;),Expr3) as modified_Expr3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use modified_expr3 in your expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 11:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-specific-value-in-chart/m-p/1032325#M944719</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-01-06T11:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: show specific value in chart</title>
      <link>https://community.qlik.com/t5/QlikView/show-specific-value-in-chart/m-p/1032326#M944720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;max I have a feeling that Expr3 is not a field but an expression and that is why I was hesitant to provide a solution before looking at the expression itself. But if it just a field then what you have proposed 1st should work. I am still not sure if the second one will work if it did not work with if(... or....)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 11:11:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-specific-value-in-chart/m-p/1032326#M944720</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-06T11:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: show specific value in chart</title>
      <link>https://community.qlik.com/t5/QlikView/show-specific-value-in-chart/m-p/1032327#M944721</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;Yes Sunny without data we can not give any proper solution. &lt;/P&gt;&lt;P&gt;It was just guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dear &lt;A href="https://community.qlik.com/qlik-users/197633"&gt;it-golestan&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;If solution don't work, Please provide sample data with expected output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 15:06:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-specific-value-in-chart/m-p/1032327#M944721</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-01-06T15:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: show specific value in chart</title>
      <link>https://community.qlik.com/t5/QlikView/show-specific-value-in-chart/m-p/1032328#M944722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jan 2016 15:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-specific-value-in-chart/m-p/1032328#M944722</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-01-06T15:07:15Z</dc:date>
    </item>
  </channel>
</rss>

