<?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: Changing color of variable input chart in Qlik Cloud in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-color-of-variable-input-chart-in-Qlik-Cloud/m-p/2520274#M22261</link>
    <description>&lt;P&gt;Hooray! I finally managed to get the variable input boxes to look like this. Not with the .lui-input but with .lui-active&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ambers_0-1749134638913.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181074i1A5D8FAB41990CAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ambers_0-1749134638913.png" alt="ambers_0-1749134638913.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 14:47:01 GMT</pubDate>
    <dc:creator>ambers</dc:creator>
    <dc:date>2025-06-05T14:47:01Z</dc:date>
    <item>
      <title>Changing color of variable input chart in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-color-of-variable-input-chart-in-Qlik-Cloud/m-p/2499879#M21690</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;I am looking&amp;nbsp; to change the color of variable input box in qlik cloud can some one help me with this, is there a way to apply custom backgroud color to it in my qlik cloud application.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 12:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-color-of-variable-input-chart-in-Qlik-Cloud/m-p/2499879#M21690</guid>
      <dc:creator>AnujKheria</dc:creator>
      <dc:date>2025-01-03T12:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing color of variable input chart in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-color-of-variable-input-chart-in-Qlik-Cloud/m-p/2499895#M21691</link>
      <description>&lt;P&gt;can you share a screenshot to illustrate?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 13:42:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-color-of-variable-input-chart-in-Qlik-Cloud/m-p/2499895#M21691</guid>
      <dc:creator>David_Friend</dc:creator>
      <dc:date>2025-01-03T13:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Changing color of variable input chart in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-color-of-variable-input-chart-in-Qlik-Cloud/m-p/2499912#M21693</link>
      <description>&lt;P&gt;The variable input extension object now supports custom background colors OOTB under&amp;nbsp;&lt;STRONG&gt;Presentation&amp;nbsp;&lt;/STRONG&gt;-&amp;gt;&amp;nbsp;&lt;STRONG&gt;Styling&lt;/STRONG&gt;. If you are looking to change the color/border of the input box itself, you can use CSS to achieve this:&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.qv-object-qlik-variable-input .lui-input {
	background-color: #000000 !important;
	border: 1px solid #1b1b1b !important;
}&lt;/LI-CODE&gt;
&lt;P&gt;This can be applied in a custom theme or inside of a Multi KPI object which has the ability to add custom CSS. I have seen people use this object to directly effect the CSS on a single sheet and then hiding the Multi KPI object itself with, potentially layered inside of a layout container so it takes up zero space on the grid:&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.qv-object-qlik-multi-kpi {
    display: none !important;
}&lt;/LI-CODE&gt;
&lt;P&gt;Do note that none of this is supported. I would suggest posting to ideation for more OOTB customization of this object if that is what you are seeking.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2025 14:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-color-of-variable-input-chart-in-Qlik-Cloud/m-p/2499912#M21693</guid>
      <dc:creator>Daniel_Pilla</dc:creator>
      <dc:date>2025-01-03T14:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing color of variable input chart in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-color-of-variable-input-chart-in-Qlik-Cloud/m-p/2500310#M21703</link>
      <description>&lt;P&gt;Hello Daniel, yes, this worked! Thanks for the solution. I used the Multi KPI and hid it, just as you suggested. Now, all the button colors have changed. My final question is: how can I select a specific object by its ID to change only its color?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2025 05:57:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-color-of-variable-input-chart-in-Qlik-Cloud/m-p/2500310#M21703</guid>
      <dc:creator>AnujKheria</dc:creator>
      <dc:date>2025-01-08T05:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Changing color of variable input chart in Qlik Cloud</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-color-of-variable-input-chart-in-Qlik-Cloud/m-p/2520274#M22261</link>
      <description>&lt;P&gt;Hooray! I finally managed to get the variable input boxes to look like this. Not with the .lui-input but with .lui-active&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ambers_0-1749134638913.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/181074i1A5D8FAB41990CAC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ambers_0-1749134638913.png" alt="ambers_0-1749134638913.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 14:47:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Changing-color-of-variable-input-chart-in-Qlik-Cloud/m-p/2520274#M22261</guid>
      <dc:creator>ambers</dc:creator>
      <dc:date>2025-06-05T14:47:01Z</dc:date>
    </item>
  </channel>
</rss>

