<?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: Select certain field on chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36885#M785094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the column field net price is an expression "sum({&amp;lt;Source={'Order_line'}&amp;gt;}[Net Order Value_NETWR_line])"&lt;/P&gt;&lt;P&gt;How Could i set ZWEB to only how if i already have an expression for the net price column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2018 19:13:58 GMT</pubDate>
    <dc:creator>kylealpaugh</dc:creator>
    <dc:date>2018-03-15T19:13:58Z</dc:date>
    <item>
      <title>Select certain field on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36879#M785083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a chart and i one of the columns shows net price i was wondering how i could show the net price of a value that is in&amp;nbsp; a different field. The field i get net price from is [Net Order Value_NETWR_line])&amp;nbsp; but the field that the value is in is [Order Document Type_AUART_line]) and the value in [Order Document Type_AUART_line]) is ZWEB that i want to set.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36879#M785083</guid>
      <dc:creator>kylealpaugh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Select certain field on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36880#M785084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share some sample data/image of chart etc to understand the real need.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 18:45:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36880#M785084</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-15T18:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Select certain field on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36881#M785085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="ZWEB.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196526_ZWEB.PNG" style="height: auto;" /&gt;t&lt;/P&gt;&lt;P&gt;This is the Chart. I am currently filtering the field with a list box but i want to set it up so it always stay filtered with ZWEB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 18:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36881#M785085</guid>
      <dc:creator>kylealpaugh</dc:creator>
      <dc:date>2018-03-15T18:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Select certain field on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36882#M785087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean you want to show Net Price always for Sales Doc Type='ZWEB' irrespective of you made selections to 'CR','DR', 'KB' etc in the list box?&lt;/P&gt;&lt;P&gt;If Yes, then use Set expression like Sum({&amp;lt;[Sales Doc Type]={'ZWEB'},[Sales Doc Type]&amp;gt;}[Net Price]) to disregard the selections made in the list box.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 19:06:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36882#M785087</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2018-03-15T19:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Select certain field on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36883#M785088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;why don't you set it in your set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Order Document Type_AUART_line]={'ZWEB'}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Net Order Value_NETWR_line])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 19:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36883#M785088</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-03-15T19:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Select certain field on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36884#M785092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the column field net price is an expression "sum({&amp;lt;Source={'Order_line'}&amp;gt;}[Net Order Value_NETWR_line])"&lt;/P&gt;&lt;P&gt;How Could i set ZWEB to only how if i already have an expression for the net price column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 19:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36884#M785092</guid>
      <dc:creator>kylealpaugh</dc:creator>
      <dc:date>2018-03-15T19:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select certain field on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36885#M785094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the column field net price is an expression "sum({&amp;lt;Source={'Order_line'}&amp;gt;}[Net Order Value_NETWR_line])"&lt;/P&gt;&lt;P&gt;How Could i set ZWEB to only how if i already have an expression for the net price column&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2018 19:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36885#M785094</guid>
      <dc:creator>kylealpaugh</dc:creator>
      <dc:date>2018-03-15T19:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Select certain field on chart</title>
      <link>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36886#M785096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;sum({&amp;lt;Source={'Order_line'},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;[Order Document Type_AUART_line]={'ZWEB'}&lt;/SPAN&gt;&amp;gt;}[Net Order Value_NETWR_line])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&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; font-size: 12px; background-color: #f2f2f2;"&gt;Regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2018 08:06:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-certain-field-on-chart/m-p/36886#M785096</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2018-03-16T08:06:53Z</dc:date>
    </item>
  </channel>
</rss>

