<?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 How can I choose specific values for a Chart based on a String? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-can-I-choose-specific-values-for-a-Chart-based-on-a-String/m-p/1074148#M358500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table where I need to list a set of values based on another field as the first dimension. I have tried multiple approaches to this and come up with nothing. Essentially my field "SC03" contains "A", "B", "C", or NULL for every record in the source table. I need the chart to only display values from my field PRODWHID where the corresponding SC03 value = "A". I have tried the following combinations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SC03&lt;/SPAN&gt;='A',&lt;SPAN style="color: #800000;"&gt;PRODWHID)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;Results: NULL&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;PRODWHID&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;SC03&lt;/SPAN&gt;='A')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;Results: NULL&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;=&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;PRODWHID&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;SC03&lt;/SPAN&gt;)='A',&lt;SPAN style="color: #800000;"&gt;PRODWHID&lt;/SPAN&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Results: NULL&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;=&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SC03&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;PRODWHID&lt;/SPAN&gt;)='A',&lt;SPAN style="color: #800000;"&gt;PRODUCTID&lt;/SPAN&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Results: NULL however works with ListBox&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="color: #333333;"&gt;I do not currently have any other expressions&lt;/SPAN&gt; in this chart. Is there something that I am doing wrong or another parameter that I need to include?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thank you for any help you can offer!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Feb 2016 17:51:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-02-19T17:51:13Z</dc:date>
    <item>
      <title>How can I choose specific values for a Chart based on a String?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-choose-specific-values-for-a-Chart-based-on-a-String/m-p/1074148#M358500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table where I need to list a set of values based on another field as the first dimension. I have tried multiple approaches to this and come up with nothing. Essentially my field "SC03" contains "A", "B", "C", or NULL for every record in the source table. I need the chart to only display values from my field PRODWHID where the corresponding SC03 value = "A". I have tried the following combinations:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SC03&lt;/SPAN&gt;='A',&lt;SPAN style="color: #800000;"&gt;PRODWHID)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;Results: NULL&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;PRODWHID&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;SC03&lt;/SPAN&gt;='A')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;Results: NULL&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;=&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;PRODWHID&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;SC03&lt;/SPAN&gt;)='A',&lt;SPAN style="color: #800000;"&gt;PRODWHID&lt;/SPAN&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Results: NULL&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;=&lt;SPAN style="color: #0000ff;"&gt;If&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;Aggr&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;SC03&lt;/SPAN&gt;,&lt;SPAN style="color: #800000;"&gt;PRODWHID&lt;/SPAN&gt;)='A',&lt;SPAN style="color: #800000;"&gt;PRODUCTID&lt;/SPAN&gt;)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Results: NULL however works with ListBox&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;SPAN style="color: #333333;"&gt;I do not currently have any other expressions&lt;/SPAN&gt; in this chart. Is there something that I am doing wrong or another parameter that I need to include?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thank you for any help you can offer!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 17:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-choose-specific-values-for-a-Chart-based-on-a-String/m-p/1074148#M358500</guid>
      <dc:creator />
      <dc:date>2016-02-19T17:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: How can I choose specific values for a Chart based on a String?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-choose-specific-values-for-a-Chart-based-on-a-String/m-p/1074149#M358501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with PRODWHID as dimension and Sum({&amp;lt;SCO3={'A'}&amp;gt;}1) as expression. If you want you can hide the expression on the Presentation tab of the charts properties window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 17:59:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-choose-specific-values-for-a-Chart-based-on-a-String/m-p/1074149#M358501</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-02-19T17:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I choose specific values for a Chart based on a String?</title>
      <link>https://community.qlik.com/t5/QlikView/How-can-I-choose-specific-values-for-a-Chart-based-on-a-String/m-p/1074150#M358502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That got it! Now I have a place to start from. I appreciate it &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2016 18:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-can-I-choose-specific-values-for-a-Chart-based-on-a-String/m-p/1074150#M358502</guid>
      <dc:creator />
      <dc:date>2016-02-19T18:12:07Z</dc:date>
    </item>
  </channel>
</rss>

