<?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 Conditional Formatting in a Text Object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-in-a-Text-Object/m-p/185410#M49915</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the feedback. Mike, you and Peter were correct, it was in the location of the parenthesis. I have the results I was looking for. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;Vic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2009 19:58:54 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-12-14T19:58:54Z</dc:date>
    <item>
      <title>Conditional Formatting in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-in-a-Text-Object/m-p/185406#M49911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First time submission.&lt;/P&gt;&lt;P&gt;I want to format the number in a text box to read 'LTL Revenue $12,453.60'. Using the script below returns the result as 'LTL Revenue 12453.60'. I'm open for suggestions.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;'LTL Revenue ' &amp;amp; &lt;B&gt;Num&lt;/B&gt;(&lt;B&gt;sum&lt;/B&gt;(&lt;B&gt;if&lt;/B&gt;(&lt;B&gt;OriginTerminal&lt;/B&gt;&amp;lt;950, &lt;B&gt;RevenueBeforeSurcharge$&lt;/B&gt;,'$#.##0; ($#,##0)' &lt;P&gt;)))&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 03:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-in-a-Text-Object/m-p/185406#M49911</guid>
      <dc:creator />
      <dc:date>2009-12-12T03:20:04Z</dc:date>
    </item>
    <item>
      <title>Conditional Formatting in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-in-a-Text-Object/m-p/185407#M49912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I can see that there are a few parenthesis missing. It might sound silly but maybe that's the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 03:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-in-a-Text-Object/m-p/185407#M49912</guid>
      <dc:creator>mike_garcia</dc:creator>
      <dc:date>2009-12-12T03:36:03Z</dc:date>
    </item>
    <item>
      <title>Conditional Formatting in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-in-a-Text-Object/m-p/185408#M49913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vic,&lt;/P&gt;&lt;P&gt;It seems that your thousand separator is not the same in both parts of the format string, but that will not so much difference.&lt;/P&gt;&lt;P&gt;Could you not use the money() function instead of num?&lt;/P&gt;&lt;P&gt;regards Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 03:37:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-in-a-Text-Object/m-p/185408#M49913</guid>
      <dc:creator />
      <dc:date>2009-12-12T03:37:33Z</dc:date>
    </item>
    <item>
      <title>Conditional Formatting in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-in-a-Text-Object/m-p/185409#M49914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree with Mike, parenthesis are wrong. Try with&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;= 'LTL Revenue ' &amp;amp; &lt;B&gt;Num&lt;/B&gt;(&lt;B&gt;sum&lt;/B&gt;(&lt;B&gt;if&lt;/B&gt;(&lt;B&gt;OriginTerminal&lt;/B&gt;&amp;lt;950, &lt;B&gt;RevenueBeforeSurcharge)), '$#,##0')&lt;/B&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;Thus in the above code it will not show anything, if "OriginTerminal &amp;lt; 950&lt;/P&gt;&lt;P style="font-weight: bold"&gt;HTH&lt;BR /&gt;Peter&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2009 03:47:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-in-a-Text-Object/m-p/185409#M49914</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-12-12T03:47:57Z</dc:date>
    </item>
    <item>
      <title>Conditional Formatting in a Text Object</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-in-a-Text-Object/m-p/185410#M49915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the feedback. Mike, you and Peter were correct, it was in the location of the parenthesis. I have the results I was looking for. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;Vic&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 19:58:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-in-a-Text-Object/m-p/185410#M49915</guid>
      <dc:creator />
      <dc:date>2009-12-14T19:58:54Z</dc:date>
    </item>
  </channel>
</rss>

