<?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: Straight table Color Change in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474562#M555820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go expression&amp;gt;select Background colour and try below scripts..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(match([Column Name], 'POSTAL_CD'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; rgb(255,0,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards-bika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jul 2013 09:42:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-12T09:42:19Z</dc:date>
    <item>
      <title>Straight table Color Change</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474560#M555818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I Have a sheet. There is multibox and a sraight table. I what whatever field selection is done in that particular multibox, That dimension font color or Back ground color should to be changed in that straight table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;At a time there is only one selection always will be done.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;For ref. please check out attached jpeg.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 08:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474560#M555818</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2013-07-12T08:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table Color Change</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474561#M555819</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;Do you mean that you want to highlight a column in the table when that column is selected in the listbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can place an colour expression for the background colour or font colour for each chart expression that checks the selected value and changes the colour accordingly. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For postal code:&lt;/P&gt;&lt;P&gt;=If([Column Name] = 'Postal Code', LightRed())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For fill date:&lt;/P&gt;&lt;P&gt;=If([Column Name] = 'Fill Date', LightRed())&lt;/P&gt;&lt;P&gt;etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a more comprehensive solution, I suggest that you upload a sample of your model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 08:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474561#M555819</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2013-07-12T08:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table Color Change</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474562#M555820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go expression&amp;gt;select Background colour and try below scripts..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pick(match([Column Name], 'POSTAL_CD'),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; rgb(255,0,0))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards-bika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jul 2013 09:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474562#M555820</guid>
      <dc:creator />
      <dc:date>2013-07-12T09:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table Color Change</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474563#M555821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u use the same in the attached QVW file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for Reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 08:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474563#M555821</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2013-07-19T08:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table Color Change</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474564#M555822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attached QVW for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 09:02:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474564#M555822</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2013-07-19T09:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table Color Change</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474565#M555824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pls try to use pivot table..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;find it attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 09:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474565#M555824</guid>
      <dc:creator />
      <dc:date>2013-07-19T09:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table Color Change</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474566#M555826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks for reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the solution.... I need whatever I will select in Multibox, That particular colomn color should to change. If Select POSTAL_CD in Multibox the straight table color should to change and If state_cd then State_cd column color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 10:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474566#M555826</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2013-07-19T10:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table Color Change</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474567#M555827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thanks for reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;According to the solution.... I need whatever I will select in Multibox, That particular colomn color should to change. If Select POSTAL_CD in Multibox the straight table color should to change and If state_cd then State_cd column color.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 10:00:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474567#M555827</guid>
      <dc:creator>sona_sa</dc:creator>
      <dc:date>2013-07-19T10:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table Color Change</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474568#M555828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just i am manually fixed the column heading colour. no condition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jul 2013 10:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-Color-Change/m-p/474568#M555828</guid>
      <dc:creator />
      <dc:date>2013-07-19T10:05:38Z</dc:date>
    </item>
  </channel>
</rss>

