<?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 Multi-KPI Borders Between Individual KPI's in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Multi-KPI-Borders-Between-Individual-KPI-s/m-p/1925384#M76159</link>
    <description>&lt;P&gt;Hi - when using a multi-KPI, is there a way to put boxed borders around each individual KPI to separate each one? I suspect CSS is needed, but even if I figure out the right CSS to use, it doesn't seem to carry over in an iFrame to a SharePoint page. So hoping there is another way.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2022 01:05:31 GMT</pubDate>
    <dc:creator>newuser</dc:creator>
    <dc:date>2022-05-03T01:05:31Z</dc:date>
    <item>
      <title>Multi-KPI Borders Between Individual KPI's</title>
      <link>https://community.qlik.com/t5/App-Development/Multi-KPI-Borders-Between-Individual-KPI-s/m-p/1925384#M76159</link>
      <description>&lt;P&gt;Hi - when using a multi-KPI, is there a way to put boxed borders around each individual KPI to separate each one? I suspect CSS is needed, but even if I figure out the right CSS to use, it doesn't seem to carry over in an iFrame to a SharePoint page. So hoping there is another way.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 01:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multi-KPI-Borders-Between-Individual-KPI-s/m-p/1925384#M76159</guid>
      <dc:creator>newuser</dc:creator>
      <dc:date>2022-05-03T01:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-KPI Borders Between Individual KPI's</title>
      <link>https://community.qlik.com/t5/App-Development/Multi-KPI-Borders-Between-Individual-KPI-s/m-p/1926706#M76308</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was taking a look into this use case scenario and here are my observations:&lt;/P&gt;
&lt;P&gt;1. This is my outcome by adding customer &lt;STRONG&gt;CSS&lt;/STRONG&gt;:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/012b2fb3-82c4-4402-afa3-2abdab792c8c.default.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. I had to go to &lt;SPAN style="color:hsl(270, 75%, 60%);"&gt;&lt;STRONG&gt;Appearance &amp;gt; Styles &amp;gt; Styles (CSS)&lt;/STRONG&gt; &lt;/SPAN&gt;and add the following code:&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;.qv-object-qsstatistic &amp;nbsp;.value {&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; border: 5px solid #646464;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. As you can see from the image above, by default the &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Multi KPI&lt;/STRONG&gt;&lt;/SPAN&gt; object has default borders that allow you to differentiate the dimensions. However, if you hit on F12 while in Chrome, you will get the developers console tool. From there you can find the HTML element that needs to be modified and then you can get the class name. After that you can modify the class name by changing the properties or adding more, like we did above with &lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt;"border"&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Now after that If you go to the &lt;STRONG&gt;Dev Hub&lt;/STRONG&gt; and use the &lt;STRONG&gt;Single configurator&lt;/STRONG&gt;, you can find the application for the apps drop down menu and then select the the sheet or object:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/91f4bf0a-fe21-46f4-a1ae-03791e968916.default.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see the borders are still present.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5. If you use the &lt;STRONG&gt;iframe &lt;/STRONG&gt;tag within a basic &lt;STRONG&gt;HTML &lt;/STRONG&gt;page you can see that it is also working and the borders are present there as well:&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/5e9f9def-9c0c-4195-b361-c83949faaf33.default.PNG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This means that if you are unable to see the &lt;STRONG&gt;CSS &lt;/STRONG&gt;modifications within the &lt;STRONG&gt;SharePoint&lt;/STRONG&gt;, then it could be related to how the &lt;STRONG&gt;SharePoint &lt;/STRONG&gt;generates the view. &lt;SPAN style="color:hsl(270, 75%, 60%);"&gt;&lt;I&gt;&lt;STRONG&gt;It would be a good idea to first try the steps 1 to 5 and if you are getting the same results then you should contact SharePoint for additional assistance.&lt;/STRONG&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, you can create a &lt;STRONG&gt;feature request&lt;/STRONG&gt; [1] to have the option to add borders on individual measures.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color:hsl(0, 0%, 60%);"&gt;&lt;I&gt;&lt;STRONG&gt;I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members.&amp;nbsp;&lt;/STRONG&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;---&lt;/P&gt;
&lt;P&gt;[1] &lt;A href="https://community.qlik.com/t5/Knowledge-Base/How-To-Submit-Feature-Requests-For-Qlik-Products/ta-p/1712581" target="_blank"&gt;https://community.qlik.com/t5/Knowledge-Base/How-To-Submit-Feature-Requests-For-Qlik-Products/ta-p/1712581&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2022 08:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multi-KPI-Borders-Between-Individual-KPI-s/m-p/1926706#M76308</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-05-05T08:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multi-KPI Borders Between Individual KPI's</title>
      <link>https://community.qlik.com/t5/App-Development/Multi-KPI-Borders-Between-Individual-KPI-s/m-p/2460596#M98807</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;
&lt;P&gt;I am using the theme Sense Horizon and it's displaying borders in every Multi KPI object.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How do I remove them using the styles(CSS) section in the Multi KPI property?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 10 Jun 2024 06:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Multi-KPI-Borders-Between-Individual-KPI-s/m-p/2460596#M98807</guid>
      <dc:creator>shaan007</dc:creator>
      <dc:date>2024-06-10T06:46:59Z</dc:date>
    </item>
  </channel>
</rss>

