<?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 Sheet Background using Multi KPI - Styles CSS in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sheet-Background-using-Multi-KPI-Styles-CSS/m-p/2527408#M107389</link>
    <description>&lt;P&gt;I am currently using the&amp;nbsp;&lt;SPAN&gt;Multi KPI visualization to set the background on some sheets using it's styles (CSS) function.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using this to create a section of the top of the sheet which covers the width of the screen. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This object is now being deprecated so I am looking for an alternative.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I could use a layout container but this would leave gaps around the edges. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is my only option to create a background image or is there another solution to achieve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For reference this is an example of the code I am using to set the colours:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#grid-wrap.sheet-grid {&lt;BR /&gt;background: linear-gradient(180deg,&lt;BR /&gt;rgba(0,63,107,100) 0%,&lt;BR /&gt;rgba(0,63,107,100) 8.5%,&lt;BR /&gt;rgba(255,255,255,100) 8.5%,&lt;BR /&gt;rgba(255,255,255,100) 30%,&lt;BR /&gt;rgba(0,63,107,100) 100%);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 15 Aug 2025 13:24:52 GMT</pubDate>
    <dc:creator>MatthewSmith</dc:creator>
    <dc:date>2025-08-15T13:24:52Z</dc:date>
    <item>
      <title>Sheet Background using Multi KPI - Styles CSS</title>
      <link>https://community.qlik.com/t5/App-Development/Sheet-Background-using-Multi-KPI-Styles-CSS/m-p/2527408#M107389</link>
      <description>&lt;P&gt;I am currently using the&amp;nbsp;&lt;SPAN&gt;Multi KPI visualization to set the background on some sheets using it's styles (CSS) function.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am using this to create a section of the top of the sheet which covers the width of the screen. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This object is now being deprecated so I am looking for an alternative.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I could use a layout container but this would leave gaps around the edges. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is my only option to create a background image or is there another solution to achieve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;For reference this is an example of the code I am using to set the colours:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;#grid-wrap.sheet-grid {&lt;BR /&gt;background: linear-gradient(180deg,&lt;BR /&gt;rgba(0,63,107,100) 0%,&lt;BR /&gt;rgba(0,63,107,100) 8.5%,&lt;BR /&gt;rgba(255,255,255,100) 8.5%,&lt;BR /&gt;rgba(255,255,255,100) 30%,&lt;BR /&gt;rgba(0,63,107,100) 100%);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 13:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sheet-Background-using-Multi-KPI-Styles-CSS/m-p/2527408#M107389</guid>
      <dc:creator>MatthewSmith</dc:creator>
      <dc:date>2025-08-15T13:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Background using Multi KPI - Styles CSS</title>
      <link>https://community.qlik.com/t5/App-Development/Sheet-Background-using-Multi-KPI-Styles-CSS/m-p/2528113#M107485</link>
      <description>&lt;P&gt;Since the KPI object is being deprecated, we no longer have the option to apply additional CSS properties directly through any frontend object. As a result, the recommended approach is to develop a &lt;STRONG&gt;custom theme&lt;/STRONG&gt; to incorporate custom CSS or UI design elements.&lt;/P&gt;
&lt;P&gt;Qlik has also advised using custom themes, especially with the deprecation of the Multi KPI object, to maintain design flexibility and visual consistency.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/May2023/Subsystems/Extensions/Content/Sense_Extensions/custom-themes-introduction.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/May2023/Subsystems/Extensions/Content/Sense_Extensions/custom-themes-introduction.htm&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 04:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sheet-Background-using-Multi-KPI-Styles-CSS/m-p/2528113#M107485</guid>
      <dc:creator>Amit_Prajapati</dc:creator>
      <dc:date>2025-08-22T04:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Sheet Background using Multi KPI - Styles CSS</title>
      <link>https://community.qlik.com/t5/App-Development/Sheet-Background-using-Multi-KPI-Styles-CSS/m-p/2529277#M107668</link>
      <description>&lt;P&gt;For anyone interested CSS Styling is now available within sheet properties under Styling&amp;gt;Custom styles.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The top line of code is slightly different as shown below.&lt;/P&gt;&lt;P&gt;.qv-panel-sheet {&lt;BR /&gt;background: linear-gradient(180deg,&lt;BR /&gt;&lt;SPAN&gt;rgba(0,63,107,100) 0%,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rgba(0,63,107,100) 8.5%,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rgba(255,255,255,100) 8.5%,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rgba(255,255,255,100) 30%,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rgba(0,63,107,100) 100%);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2025 09:21:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sheet-Background-using-Multi-KPI-Styles-CSS/m-p/2529277#M107668</guid>
      <dc:creator>MatthewSmith</dc:creator>
      <dc:date>2025-09-03T09:21:40Z</dc:date>
    </item>
  </channel>
</rss>

