<?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 Change Qlik Selection Color in QlikView in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Change-Qlik-Selection-Color-in-QlikView/m-p/2459852#M98744</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;is there a way to change default selection color (to change the Qlik green by a blue or a red) in QlikView ?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2024 08:10:40 GMT</pubDate>
    <dc:creator>herard_bertrand</dc:creator>
    <dc:date>2024-06-12T08:10:40Z</dc:date>
    <item>
      <title>Change Qlik Selection Color in QlikView</title>
      <link>https://community.qlik.com/t5/App-Development/Change-Qlik-Selection-Color-in-QlikView/m-p/2459852#M98744</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;is there a way to change default selection color (to change the Qlik green by a blue or a red) in QlikView ?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 08:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-Qlik-Selection-Color-in-QlikView/m-p/2459852#M98744</guid>
      <dc:creator>herard_bertrand</dc:creator>
      <dc:date>2024-06-12T08:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change Qlik Selection Color in Qlik Sense / Qlik Cloud</title>
      <link>https://community.qlik.com/t5/App-Development/Change-Qlik-Selection-Color-in-QlikView/m-p/2459859#M98746</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/51659"&gt;@herard_bertrand&lt;/a&gt;&lt;A href="https://www.aarp-mahjongg.com" target="_self"&gt;AARP org&lt;/A&gt;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;is there a way to change default selection color (to change the Qlik green by a blue or a red).&lt;/P&gt;
&lt;P&gt;I know how to do this in Qlik Sense / Qlik Cloud.&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hello,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/51659"&gt;@herard_bertrand&lt;/a&gt;&lt;U&gt;&lt;FONT color="#339966"&gt;AARP org&amp;nbsp;&lt;/FONT&gt;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To change the default selection color in QlikView, you can follow these steps:&lt;/P&gt;
&lt;P&gt;Create a Theme:&lt;/P&gt;
&lt;P&gt;Go to Settings &amp;gt; Document Properties &amp;gt; Themes.&lt;BR /&gt;Create a new theme and customize the colors as desired.&lt;BR /&gt;Save and apply the theme to your document.&lt;BR /&gt;Use Macros:&lt;/P&gt;
&lt;P&gt;Open the macro editor via Tools &amp;gt; Edit Module.&lt;BR /&gt;Write a macro to change the selection color:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sub ChangeSelectionColor()&lt;BR /&gt;Dim vDoc&lt;BR /&gt;Set vDoc = ActiveDocument&lt;BR /&gt;' Set the selection color to blue (RGB(0, 0, 255))&lt;BR /&gt;vDoc.GetApplication.VisualizationColorPrimary = RGB(0, 0, 255)&lt;BR /&gt;End Sub&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run the macro by going to Tools &amp;gt; Run Macro.&lt;/P&gt;
&lt;P&gt;Custom Expressions:&lt;/P&gt;
&lt;P&gt;Use custom color expressions in charts:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If(GetSelectedCount(FieldName) &amp;gt; 0, RGB(0, 0, 255), RGB(255, 255, 255))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adjust RGB values as needed for your desired color.&lt;BR /&gt;By applying any of these methods, you can change the default selection color in QlikView.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this information is helpful to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regard,&lt;BR /&gt;Patrick&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2024 03:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Change-Qlik-Selection-Color-in-QlikView/m-p/2459859#M98746</guid>
      <dc:creator>patrick521</dc:creator>
      <dc:date>2024-06-07T03:50:10Z</dc:date>
    </item>
  </channel>
</rss>

