<?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 for dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-for-dimensions/m-p/206913#M62856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg,&lt;/P&gt;&lt;P&gt;Can you please provide an example, the reference manual doesn't provide any examples, merely states "The expression used as&lt;BR /&gt;text format expression should return a string containing a B&lt;BR /&gt;for bold text, I for italic text and/or U for underlined text."&lt;/P&gt;&lt;P&gt;=If(LineNumber = '1','B','I')&lt;/P&gt;&lt;P&gt;This doesn't work.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Nov 2009 11:19:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-11-30T11:19:53Z</dc:date>
    <item>
      <title>Conditional formatting for dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-for-dimensions/m-p/206910#M62853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to create a list in a standard table comparing old and new values to detect changes. The use of conditional formatting (color of font and background, bold and underline in the example) would make it easier for users to see which of the values have changed. Example:&lt;/P&gt;&lt;P&gt;Old value New value&lt;BR /&gt; A A&lt;BR /&gt; B &lt;STRONG&gt;C&lt;/STRONG&gt;&lt;BR /&gt; D D&lt;BR /&gt; E &lt;STRONG&gt;F&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;As far as I can tell its only possible to use formatting on expressions and not any dimensions. Any thoughts on how to achieve this? Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 22:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting-for-dimensions/m-p/206910#M62853</guid>
      <dc:creator />
      <dc:date>2009-10-05T22:11:59Z</dc:date>
    </item>
    <item>
      <title>Conditional formatting for dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-for-dimensions/m-p/206911#M62854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can format the text for your Dimensions, the same way you do for the expressions - click on the little "+" sign next to your dimension and you'll see 3 optional settings - background color, text color and text format. There, you can set the desired conditional formulas.&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2009 23:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting-for-dimensions/m-p/206911#M62854</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-10-05T23:02:42Z</dc:date>
    </item>
    <item>
      <title>Conditional formatting for dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-for-dimensions/m-p/206912#M62855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works like a charm. Thanks Oleg!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2009 15:18:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting-for-dimensions/m-p/206912#M62855</guid>
      <dc:creator />
      <dc:date>2009-10-07T15:18:10Z</dc:date>
    </item>
    <item>
      <title>Conditional formatting for dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-for-dimensions/m-p/206913#M62856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oleg,&lt;/P&gt;&lt;P&gt;Can you please provide an example, the reference manual doesn't provide any examples, merely states "The expression used as&lt;BR /&gt;text format expression should return a string containing a B&lt;BR /&gt;for bold text, I for italic text and/or U for underlined text."&lt;/P&gt;&lt;P&gt;=If(LineNumber = '1','B','I')&lt;/P&gt;&lt;P&gt;This doesn't work.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 11:19:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting-for-dimensions/m-p/206913#M62856</guid>
      <dc:creator />
      <dc:date>2009-11-30T11:19:53Z</dc:date>
    </item>
    <item>
      <title>Conditional formatting for dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-formatting-for-dimensions/m-p/206914#M62857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;try this one&lt;/P&gt;&lt;P&gt;=if(LineNumber=','&amp;lt;B&amp;gt;','&amp;lt;I&amp;gt;')&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2009 11:29:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-formatting-for-dimensions/m-p/206914#M62857</guid>
      <dc:creator />
      <dc:date>2009-11-30T11:29:49Z</dc:date>
    </item>
  </channel>
</rss>

