<?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 in Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Format-in-Straight-Table/m-p/1252801#M859365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like in attached sample.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149592_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jan 2017 10:09:30 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-01-16T10:09:30Z</dc:date>
    <item>
      <title>Format in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Format-in-Straight-Table/m-p/1252798#M859362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;In a straight table i need to bold values on first occurrence of max value,&lt;BR /&gt;condition is all the columns has to compare trigger value(100) and it is should bold the first occurrence of max value&lt;BR /&gt;Example &lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149589_pastedImage_8.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;First row : 100 &amp;gt; 94 and 100 &amp;gt; 120 and 100 &amp;gt; 97 (120 should be bold)&lt;/P&gt;&lt;P&gt;Second Row : 100 &amp;gt; 120 and 100 &amp;gt; 110 and 100 &amp;gt; 105 (120 should be bold)&lt;/P&gt;&lt;P&gt;Third Row : 100 &amp;gt; 90&amp;nbsp; and 100 &amp;gt; 97 and 100 &amp;gt; 110 (110 should be bold)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;O/P should be&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/149590_pastedImage_9.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-in-Straight-Table/m-p/1252798#M859362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Format in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Format-in-Straight-Table/m-p/1252799#M859363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;expression&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Emp, Trigger&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;aggr&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;expression&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Emp, Trigger&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)),'&amp;lt;B&amp;gt;') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;use this in textformat in your Expression. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;click on the + sign at Your expression to find it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 09:55:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-in-Straight-Table/m-p/1252799#M859363</guid>
      <dc:creator>stabben23</dc:creator>
      <dc:date>2017-01-16T09:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Format in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Format-in-Straight-Table/m-p/1252800#M859364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the text format property of the expression with expressions like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(A &amp;gt; B And A &amp;gt; C, '&amp;lt;B&amp;gt;')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (for expression A)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(B &amp;gt; A And B &amp;gt; C, '&amp;lt;B&amp;gt;')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;(for expression B)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(C &amp;gt; A And C &amp;gt; B, '&amp;lt;B&amp;gt;')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;(for expression C)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 10:04:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-in-Straight-Table/m-p/1252800#M859364</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-01-16T10:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: Format in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Format-in-Straight-Table/m-p/1252801#M859365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like in attached sample.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149592_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 10:09:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-in-Straight-Table/m-p/1252801#M859365</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-01-16T10:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Format in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Format-in-Straight-Table/m-p/1252802#M859366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, worked perfectly as expected ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(A &amp;gt; B And A &amp;gt; C, '&amp;lt;B&amp;gt;')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (for expression A)&lt;/P&gt;&lt;P&gt; modified your expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;f&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;B&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;And&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;C&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;TrigerValue&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, '&amp;lt;B&amp;gt;')&amp;nbsp;&amp;nbsp; for expression A and remaining expressions &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks to all &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jan 2017 10:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Format-in-Straight-Table/m-p/1252802#M859366</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-16T10:34:19Z</dc:date>
    </item>
  </channel>
</rss>

