<?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: Vertical Headers in Table using CSS in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1964083#M79463</link>
    <description>&lt;P&gt;What browser are you using? Internet Explorer?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode#browser_compatibility" target="_blank"&gt;https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode#browser_compatibility&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Aug 2022 13:03:14 GMT</pubDate>
    <dc:creator>justISO</dc:creator>
    <dc:date>2022-08-03T13:03:14Z</dc:date>
    <item>
      <title>Vertical Headers in Table using CSS</title>
      <link>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1963621#M79441</link>
      <description>&lt;P&gt;New to Qlik Sense!&lt;/P&gt;
&lt;P&gt;I have a table with very long headers and I cant figure out how to rotate the Label headers. Community says it is not possible in Qlik Sense to do it natively but you can use CSS. I have previously used CSS for Sheet properties but not for a table.&lt;/P&gt;
&lt;P&gt;The below thread gave some ideas but when I tried the given code in a multi kpi object it didnt work.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any ideas please?&lt;/P&gt;
&lt;P&gt;Code given from thread:&amp;nbsp;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Change-Table-Label-Text-Orientation/m-p/1846741" target="_blank"&gt;https://community.qlik.com/t5/New-to-Qlik-Sense/Change-Table-Label-Text-Orientation/m-p/1846741&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;.qv-st-header-cell{&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;writing-mode: vertical-rl !important;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;text-orientation: mixed !important;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;}&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 18:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1963621#M79441</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2022-08-02T18:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Headers in Table using CSS</title>
      <link>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1963821#M79447</link>
      <description>&lt;P&gt;Hi, your CSS code actually works. Not forget, that in Multi KPI you must add any 'dummy' measure first (and hide label and hide value). Just then css style start working.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="justISO_0-1659510954842.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85787iF2DB417EFE510ED9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="justISO_0-1659510954842.png" alt="justISO_0-1659510954842.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Additionally, use 'writing-mode: sideways-lr' maybe, so your text will look at 'right' direction, not left.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 07:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1963821#M79447</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-08-03T07:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Headers in Table using CSS</title>
      <link>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1964024#M79458</link>
      <description>&lt;P&gt;thanks, I have tried that and still not working:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ZoeM_0-1659527937014.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/85824i5D6F5671E86ECB2E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ZoeM_0-1659527937014.png" alt="ZoeM_0-1659527937014.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 11:59:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1964024#M79458</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2022-08-03T11:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Headers in Table using CSS</title>
      <link>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1964083#M79463</link>
      <description>&lt;P&gt;What browser are you using? Internet Explorer?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode#browser_compatibility" target="_blank"&gt;https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode#browser_compatibility&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 13:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1964083#M79463</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-08-03T13:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Headers in Table using CSS</title>
      <link>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1964094#M79464</link>
      <description>&lt;P&gt;Actually I am using desktop version. I think it might be tied to the version of app that I am using. Its May 2021 vs. the latest made available.&amp;nbsp; Maybe?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 13:13:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1964094#M79464</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2022-08-03T13:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Headers in Table using CSS</title>
      <link>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1964100#M79465</link>
      <description>&lt;P&gt;Not sure does qlik version can impact this. Try simpler css, does it work for you? if not, nothing else I can suggest then.&lt;/P&gt;
&lt;P&gt;.qv-st-header-cell{&lt;BR /&gt;background-color: #00ff00;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 13:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1964100#M79465</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-08-03T13:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Vertical Headers in Table using CSS</title>
      <link>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1964104#M79466</link>
      <description>&lt;P&gt;Yes other CSS Styles work and the one you have provided also works! I have one which changes the sheet background color as well.&lt;/P&gt;
&lt;P&gt;.qv-panel-sheet {&lt;BR /&gt;background:linear-gradient(209deg, rgba(131,135,130,1) 100%, rgba(222,237,218,0.9948354341736695) 100%, rgba(15,15,15,1) 100%);&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;Not sure why this one does not though.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 13:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Vertical-Headers-in-Table-using-CSS/m-p/1964104#M79466</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2022-08-03T13:25:55Z</dc:date>
    </item>
  </channel>
</rss>

