<?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: Make Scatterplot show selection and grey other values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394356#M814263</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;put the color expression from the article which is:&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: maroon;"&gt;[Store Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;)) ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;ARGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(20,200,200,200),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;ARGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(190,43, 123, 70)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;into background color for the first expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;Hope it helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;Andrei&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Sep 2017 21:18:58 GMT</pubDate>
    <dc:creator>andrei_delta</dc:creator>
    <dc:date>2017-09-11T21:18:58Z</dc:date>
    <item>
      <title>Make Scatterplot show selection and grey other values</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394355#M814261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to do the following, but not with a line chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlikview.com/blogs/qlikviewdesignblog/2014/02/07/line-chart-tricks-part-two" title="https://community.qlikview.com/blogs/qlikviewdesignblog/2014/02/07/line-chart-tricks-part-two#" target="_blank"&gt;https://community.qlikview.com/blogs/qlikviewdesignblog/2014/02/07/line-chart-tricks-part-two#&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/3429" target="_blank"&gt;Ishiness (or Keeping an Overall Sense of Where You Are in the Data Space)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want all of the other values except what I'm selecting to be greyed out, and to highlight what I selected. When I click on a Clinician's name, all of the other values disappear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Clinician Name&lt;/P&gt;&lt;P&gt;Expression 1: Provider FTE = [YTD Avg]&lt;/P&gt;&lt;P&gt;Expression 2: Total RVUs = Sum({1} [RVU WORK])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176173_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/176174_pastedImage_3.png" style="max-width: 1200px; max-height: 900px;" /&gt;&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/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394355#M814261</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Make Scatterplot show selection and grey other values</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394356#M814263</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;put the color expression from the article which is:&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: maroon;"&gt;[Store Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;)) ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;ARGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(20,200,200,200),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;ARGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(190,43, 123, 70)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;into background color for the first expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;Hope it helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;Andrei&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 21:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394356#M814263</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2017-09-11T21:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: Make Scatterplot show selection and grey other values</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394357#M814267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is how it looks at me&lt;/P&gt;&lt;P&gt;&lt;IMG alt="CaptureX.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/176214_CaptureX.PNG" style="height: 247px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 07:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394357#M814267</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2017-09-12T07:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Make Scatterplot show selection and grey other values</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394358#M814271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, that made the colors uniform, however all other values disappear when I make a selection to look at a single employee's data compared to everyone else's.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394358#M814271</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2017-09-12T12:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Make Scatterplot show selection and grey other values</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394359#M814274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to put the set analysis in your expressions as well &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example:&amp;nbsp; sum( {&amp;lt;UsedDimension=&amp;gt;} Qty) . you have to put the set analysis in every expression for the visual to work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;"UsedDimension=" in set analysis means it ignores the selections made on the UsedDimension and that's how the values are remaining on the scatterplot&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 12:42:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394359#M814274</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2017-09-12T12:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Make Scatterplot show selection and grey other values</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394360#M814277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm still missing something, which may be very obvious.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression1: sum( {1&amp;lt;[Clinician Name]=&amp;gt;} [YTD Avg]) (tried with and without the 1)&lt;/P&gt;&lt;P&gt;Expression2: Sum({1&amp;lt;[Clinician Name]=&amp;gt;}[RVU WORK])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Making a selection still makes all of the values except what I selected disappear.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394360#M814277</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2017-09-12T13:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Make Scatterplot show selection and grey other values</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394361#M814279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you put the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Clinician Name] field in the color expression? like in my exemple: &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;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;isnull&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;only&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: maroon;"&gt;[Store Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;)) ,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;ARGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(20,200,200,200),&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: blue;"&gt;ARGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; background-color: #f5faf0; color: black;"&gt;(190,43, 123, 70))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; background-color: #f5faf0; font-family: 'Courier New';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9pt; background-color: #f5faf0; font-family: 'Courier New';"&gt;you put &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Clinician Name]&amp;nbsp; instead of &lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px; background-color: #f5faf0;"&gt;[Store Name].&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394361#M814279</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2017-09-12T13:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Make Scatterplot show selection and grey other values</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394362#M814280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(only([Clinician Name])) ,ARGB(20,200,200,200),ARGB(190,43, 123, 70))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394362#M814280</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2017-09-12T13:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Make Scatterplot show selection and grey other values</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394363#M814281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you share the qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394363#M814281</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2017-09-12T13:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Make Scatterplot show selection and grey other values</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394364#M814282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found it, the colors of the dots was very light and could not see on my screen. Thanks for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394364#M814282</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2017-09-12T13:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Make Scatterplot show selection and grey other values</title>
      <link>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394365#M814283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with pleasure!&lt;/P&gt;&lt;P&gt;Have a great day!&lt;/P&gt;&lt;P&gt;Andrei&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Sep 2017 13:32:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Make-Scatterplot-show-selection-and-grey-other-values/m-p/1394365#M814283</guid>
      <dc:creator>andrei_delta</dc:creator>
      <dc:date>2017-09-12T13:32:51Z</dc:date>
    </item>
  </channel>
</rss>

