<?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: Format pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-pivot-table/m-p/73172#M511558</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;According to the document&amp;nbsp; you can just change text to e.g. Bold and Italic. Not Wrap.&lt;/P&gt;&lt;P&gt;What do you man with '&lt;EM&gt;settings from tab visualization'&lt;/EM&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2018 12:35:10 GMT</pubDate>
    <dc:creator>stekol61</dc:creator>
    <dc:date>2018-02-08T12:35:10Z</dc:date>
    <item>
      <title>Format pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Format-pivot-table/m-p/73168#M511554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;In my Pivot table the expresion "header" differ in the client compared to what is see i AccessPoint (see last row).&lt;/P&gt;&lt;P&gt;I want to force the text to "wrap" .&lt;/P&gt;&lt;P&gt;I have used the Chart Properties 'Text Format' to get bold text by using '&amp;lt;B&amp;gt;'.&lt;/P&gt;&lt;P&gt;Is there a similar way to also force the text to wrap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlik View client:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" height="114" src="https://community.qlik.com/legacyfs/online/192813_pastedImage_1.png" style="width: 129px; height: 114.424px;" width="129" /&gt;&lt;/P&gt;&lt;P&gt;AccessPoint:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" height="109" src="https://community.qlik.com/legacyfs/online/192812_pastedImage_0.png" style="width: 125px; height: 108.921px;" width="125" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-3" height="107" src="https://community.qlik.com/legacyfs/online/192818_pastedImage_2.png" style="width: 132px; height: 106.652px;" width="132" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 10:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-pivot-table/m-p/73168#M511554</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2018-02-08T10:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: Format pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Format-pivot-table/m-p/73169#M511555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think the reason is that the desktop client and the access point use different fonts (type, size) and also different border/margin-settings and therefore they are not identically and one text may fit within one row and the other is too large and will create a line-break.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try to change the font type and or size and maybe you find a combination which worked in yor case. If not you will need to enforce the line-break with some logic, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mid(Dim, 1, 10) &amp;amp; chr(10) &amp;amp; mid(Dim, 11)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; or maybe&lt;/P&gt;&lt;P&gt;replace(Dim, '(', chr(10) &amp;amp; '(')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a lot of ways with string-functions to check the string-value and to adjust it if it's needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 11:40:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-pivot-table/m-p/73169#M511555</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-02-08T11:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Format pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Format-pivot-table/m-p/73170#M511556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;A small mistake in my question.&lt;/P&gt;&lt;P&gt;The 'bold' setting works on the valus in the table. If a limit is crossed the text colour change to red and Bold.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i want to try you suggestions, where should they be added?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 11:50:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-pivot-table/m-p/73170#M511556</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2018-02-08T11:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Format pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Format-pivot-table/m-p/73171#M511557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the conditions rather simple you could try it with the settings from tab visualization and if not with attribut-expressions: &lt;A href="https://community.qlik.com/docs/DOC-7052"&gt;How to Create Chart Attribute Expressions&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 11:57:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-pivot-table/m-p/73171#M511557</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-02-08T11:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: Format pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Format-pivot-table/m-p/73172#M511558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;According to the document&amp;nbsp; you can just change text to e.g. Bold and Italic. Not Wrap.&lt;/P&gt;&lt;P&gt;What do you man with '&lt;EM&gt;settings from tab visualization'&lt;/EM&gt;?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 12:35:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-pivot-table/m-p/73172#M511558</guid>
      <dc:creator>stekol61</dc:creator>
      <dc:date>2018-02-08T12:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Format pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Format-pivot-table/m-p/73173#M511559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, a wrapping of cells, adjusting the heights of rows and similar things aren't possible - this are all global options and could not react on any conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With tab visualization was the following meant:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192837_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 13:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-pivot-table/m-p/73173#M511559</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-02-08T13:00:06Z</dc:date>
    </item>
  </channel>
</rss>

