<?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 Displaying a reference Line in a chart when name selected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-a-reference-Line-in-a-chart-when-name-selected/m-p/756102#M269224</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;I am creating a chart that tracks revenue amounts by a particular person,.&amp;nbsp; I want to create a reference line for a quota for each person, but only display the reference line for the person when that person is selected.&lt;/P&gt;&lt;P&gt;I can get as far as selecting ANY of the names with -&lt;/P&gt;&lt;P&gt;=if(substringcount(getcurrentselections(),'FeildMarketName')&amp;gt;0,70000000,0).&lt;/P&gt;&lt;P&gt;I want somthing like -&lt;/P&gt;&lt;P&gt;=if(substringcount(getcurrentselections(),'&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FeildMarketName&lt;/SPAN&gt;') = 'jay',70000000,0) ... That does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get to-&lt;/P&gt;&lt;P&gt;If the value selected for &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FeildMarketName = A then display the reference line at B value.&amp;nbsp; I know I need some set analysis, but I cant figure out the syntax&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions or help would be greatly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Feb 2015 17:37:26 GMT</pubDate>
    <dc:creator>Brip51</dc:creator>
    <dc:date>2015-02-19T17:37:26Z</dc:date>
    <item>
      <title>Displaying a reference Line in a chart when name selected</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-a-reference-Line-in-a-chart-when-name-selected/m-p/756102#M269224</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;I am creating a chart that tracks revenue amounts by a particular person,.&amp;nbsp; I want to create a reference line for a quota for each person, but only display the reference line for the person when that person is selected.&lt;/P&gt;&lt;P&gt;I can get as far as selecting ANY of the names with -&lt;/P&gt;&lt;P&gt;=if(substringcount(getcurrentselections(),'FeildMarketName')&amp;gt;0,70000000,0).&lt;/P&gt;&lt;P&gt;I want somthing like -&lt;/P&gt;&lt;P&gt;=if(substringcount(getcurrentselections(),'&lt;SPAN style="font-size: 13.3333330154419px;"&gt;FeildMarketName&lt;/SPAN&gt;') = 'jay',70000000,0) ... That does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to get to-&lt;/P&gt;&lt;P&gt;If the value selected for &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FeildMarketName = A then display the reference line at B value.&amp;nbsp; I know I need some set analysis, but I cant figure out the syntax&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions or help would be greatly appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 17:37:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-a-reference-Line-in-a-chart-when-name-selected/m-p/756102#M269224</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2015-02-19T17:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying a reference Line in a chart when name selected</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-a-reference-Line-in-a-chart-when-name-selected/m-p/756103#M269225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;UPDATED:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=IF(SubStringCount(CONCAT(GetFieldSelections(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px;"&gt;FeildMarketName) &lt;/SPAN&gt;,'|'),'jay'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;70000000,0&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 17:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-a-reference-Line-in-a-chart-when-name-selected/m-p/756103#M269225</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-02-19T17:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying a reference Line in a chart when name selected</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-a-reference-Line-in-a-chart-when-name-selected/m-p/756104#M269226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;Perfect.&amp;nbsp; Thank you.&amp;nbsp; It seems so simple NOW!!!!&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Feb 2015 18:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-a-reference-Line-in-a-chart-when-name-selected/m-p/756104#M269226</guid>
      <dc:creator>Brip51</dc:creator>
      <dc:date>2015-02-19T18:15:14Z</dc:date>
    </item>
  </channel>
</rss>

