<?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 Highlight current selection within straight table chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246254#M93864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At my place, increasing the maxnumber of GetFieldSelection worked just fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(wildmatch(GetFieldSelections([EmployeeName]&lt;STRONG&gt;,',',100&lt;/STRONG&gt;),'*'&amp;amp;only({1} [EmployeeName])&amp;amp;'*' ),'&amp;lt;b&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On what QV version are you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Nov 2011 11:11:51 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-11-24T11:11:51Z</dc:date>
    <item>
      <title>Highlight current selection within straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246249#M93859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a static straight table chart which (a) ignores the current selections but (b) highlights the row in the table which matches the Current Selection. This works fine when only a single item is selected but I need this to be able to work for multiple selections for the dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;- A user selects "Joe Smith" as the EmployeeName&lt;/P&gt;&lt;P&gt;- The straight table chart shows all records regardless of the selected EmployeeName&lt;/P&gt;&lt;P&gt;- The row where EmployeeName = "Joe Smith" is highlighted in the straight table chart by setting text format based on GetFieldSelections(EmployeeName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to be able to do the following:&lt;/P&gt;&lt;P&gt;- A user selects multiple values "Joe Smith", "Beth Green" and "Bob White" of EmployeeName&lt;/P&gt;&lt;P&gt;- The straight table chart shows all records regardless of the selected EmployeeName&lt;/P&gt;&lt;P&gt;- ALL rows where EmployeeName = any of the selected values need to be highlighted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate some help on how I can achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 10:52:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246249#M93859</guid>
      <dc:creator />
      <dc:date>2011-11-22T10:52:14Z</dc:date>
    </item>
    <item>
      <title>Highlight current selection within straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246250#M93860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using something like EmployeeName = 'Joe Smith' (which is assumingly the result of a condition like EmployeeName = GetFieldSelections(EmployeeName), try a wildmatch:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( Wildmatch( GetFieldSelections(EmployeeName), '*'&amp;amp;EmployeeName&amp;amp;'*'), yellow() )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 11:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246250#M93860</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-22T11:22:32Z</dc:date>
    </item>
    <item>
      <title>Highlight current selection within straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246251#M93861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks swuehl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried that syntax but it highlights all records regardless of which EmployeeNames are selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the current statement to highlight a record in bold but this only works if a single Employee is selected:&lt;/P&gt;&lt;P&gt;=if(EmployeeName = (GetFieldSelections(EmployeeName)),'&amp;lt;B&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 11:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246251#M93861</guid>
      <dc:creator />
      <dc:date>2011-11-22T11:27:23Z</dc:date>
    </item>
    <item>
      <title>Highlight current selection within straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246252#M93862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just tried it and to my surprise, all dimension values were highlighted, as you said.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got it working like this (on QV10SR2):&lt;/P&gt;&lt;P&gt;=if(wildmatch(GetFieldSelections([EmployeeName]),'*'&amp;amp;only({1} [EmployeeName])&amp;amp;'*' ),'&amp;lt;b&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that if you select more than 6 values at a time, you might need to increase the maxvalues shown separately in GetFieldSelections passing the max value as third parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps and works out,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2011 12:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246252#M93862</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-22T12:01:09Z</dc:date>
    </item>
    <item>
      <title>Highlight current selection within straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246253#M93863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and apologies for the delayed response...due to internet connectivity issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried your updated code and set the maxvalue to (a) the number of selected items with the GetSelectedCount and also (b) manually to a value of 10 but there seems to be some internal limit around more than 6 values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate it if you had any other suggestions otherwise I will set display calculation to 6 or less in order to work around this limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 10:54:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246253#M93863</guid>
      <dc:creator />
      <dc:date>2011-11-24T10:54:00Z</dc:date>
    </item>
    <item>
      <title>Highlight current selection within straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246254#M93864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At my place, increasing the maxnumber of GetFieldSelection worked just fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(wildmatch(GetFieldSelections([EmployeeName]&lt;STRONG&gt;,',',100&lt;/STRONG&gt;),'*'&amp;amp;only({1} [EmployeeName])&amp;amp;'*' ),'&amp;lt;b&amp;gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On what QV version are you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 11:11:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246254#M93864</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-24T11:11:51Z</dc:date>
    </item>
    <item>
      <title>Highlight current selection within straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246255#M93865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks and that worked perfectly. School boy error on my part as I put the maxvalue in the wrong place!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Craig&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Nov 2011 11:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246255#M93865</guid>
      <dc:creator />
      <dc:date>2011-11-24T11:15:56Z</dc:date>
    </item>
    <item>
      <title>Highlight current selection within straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246256#M93866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where i need to put that expression to highlight the row?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 07:20:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246256#M93866</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2012-04-18T07:20:54Z</dc:date>
    </item>
    <item>
      <title>Highlight current selection within straight table chart</title>
      <link>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246257#M93867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tried it by using it in background color for my requirement, so its working fine&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 07:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Highlight-current-selection-within-straight-table-chart/m-p/246257#M93867</guid>
      <dc:creator>udaya_kumar</dc:creator>
      <dc:date>2012-04-18T07:31:56Z</dc:date>
    </item>
  </channel>
</rss>

