<?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 a Single Cell in a Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-for-a-Single-Cell-in-a-Chart/m-p/615876#M478124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below setup in my Qlikview report and I was wondering if there was a way to make a conditional formatting work so that only my Liquidation type displays a number with decimals. I want to keep all my other numbers rounded to a whole number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV Capture.JPG.jpg" class="jive-image" height="232" src="/legacyfs/online/55700_QV Capture.JPG.jpg" width="753" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 17:19:50 GMT</pubDate>
    <dc:creator>MalcolmCICWF</dc:creator>
    <dc:date>2014-03-24T17:19:50Z</dc:date>
    <item>
      <title>Conditional Formatting for a Single Cell in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-for-a-Single-Cell-in-a-Chart/m-p/615876#M478124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the below setup in my Qlikview report and I was wondering if there was a way to make a conditional formatting work so that only my Liquidation type displays a number with decimals. I want to keep all my other numbers rounded to a whole number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QV Capture.JPG.jpg" class="jive-image" height="232" src="/legacyfs/online/55700_QV Capture.JPG.jpg" width="753" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 17:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-for-a-Single-Cell-in-a-Chart/m-p/615876#M478124</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2014-03-24T17:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting for a Single Cell in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-for-a-Single-Cell-in-a-Chart/m-p/615877#M478125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this for the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Field = 'Liquidation', num(/*Your Expression*/, '#,##0.00'), num(/*Your Expression*/,'#,##0'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then leave the formatting for the expression on the Number tab set to "Expression Default".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 17:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-for-a-Single-Cell-in-a-Chart/m-p/615877#M478125</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-24T17:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting for a Single Cell in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-for-a-Single-Cell-in-a-Chart/m-p/615878#M478126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that work very well, thank you Nicole!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 19:04:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-for-a-Single-Cell-in-a-Chart/m-p/615878#M478126</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2014-03-24T19:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting for a Single Cell in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-for-a-Single-Cell-in-a-Chart/m-p/615879#M478127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So similar question on the formatting for specific cells in a chart...&lt;/P&gt;&lt;P&gt;How would you add anotehr formatting condition for a percentage in that expression? Lets say if Field='GROSS' then it is a percent. I cant seem to place it in correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 19:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-for-a-Single-Cell-in-a-Chart/m-p/615879#M478127</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2014-03-25T19:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting for a Single Cell in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-for-a-Single-Cell-in-a-Chart/m-p/615880#M478128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand what you're after...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Field = 'Liquidation', num(/*Your Expression*/, '#,##0.00'), &lt;/P&gt;&lt;P&gt;if(Field = 'GROSS', num(/*Your Expression*/, '##.##%'), num(/*Your Expression*/,'#,##0')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 19:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-for-a-Single-Cell-in-a-Chart/m-p/615880#M478128</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-25T19:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting for a Single Cell in a Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Formatting-for-a-Single-Cell-in-a-Chart/m-p/615881#M478129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dang, I was so close! Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 19:15:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Formatting-for-a-Single-Cell-in-a-Chart/m-p/615881#M478129</guid>
      <dc:creator>MalcolmCICWF</dc:creator>
      <dc:date>2014-03-25T19:15:46Z</dc:date>
    </item>
  </channel>
</rss>

