<?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: What is meant by conditional formatting? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/What-is-meant-by-conditional-formatting/m-p/266005#M1181901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not clear what the question is, but here's one example of conditional formatting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;num(MyNumber,if(MyNumber&amp;gt;100,'#,##0','#0.00'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I'm just using an if() statement to create the format string, and thus we can call it conditional formatting.&amp;nbsp; You could do this with table data as well.&amp;nbsp; There are probably many other interpretations of what is meant by "conditional formatting", though, such as using calculated colors, screen zoom, visual queues, and so on.&amp;nbsp; If someone is just testing your knowledge, such as in an interview, the danger would be that they don't know enough to realize that "conditional formatting" is a very vague concept, so they may think there's only one right answer to the question.&amp;nbsp; That's their fault, not yours, but that's little consolation if you fail to get a contract just because the interviewer doesn't understand QlikView well enough.&amp;nbsp; I have no idea what the situation is, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2011 18:25:36 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-11-29T18:25:36Z</dc:date>
    <item>
      <title>What is meant by conditional formatting?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-meant-by-conditional-formatting/m-p/266002#M1181898</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;&lt;/P&gt;&lt;P&gt;What is mean by conditional formatting&amp;nbsp; in QlikView? Can someone please explain?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 17:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-meant-by-conditional-formatting/m-p/266002#M1181898</guid>
      <dc:creator />
      <dc:date>2011-11-29T17:12:54Z</dc:date>
    </item>
    <item>
      <title>What is meant by conditional formatting?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-meant-by-conditional-formatting/m-p/266003#M1181899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate on your actual requirements? Where do you want to use conditional formatting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 17:17:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-meant-by-conditional-formatting/m-p/266003#M1181899</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-11-29T17:17:28Z</dc:date>
    </item>
    <item>
      <title>What is meant by conditional formatting?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-meant-by-conditional-formatting/m-p/266004#M1181900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response. This is was the question which was asked to me. I couldn't ask them to elaborate :-). Hope you can understand. Do you have any guesses?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Attitude&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 18:17:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-meant-by-conditional-formatting/m-p/266004#M1181900</guid>
      <dc:creator />
      <dc:date>2011-11-29T18:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is meant by conditional formatting?</title>
      <link>https://community.qlik.com/t5/QlikView/What-is-meant-by-conditional-formatting/m-p/266005#M1181901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not clear what the question is, but here's one example of conditional formatting:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;num(MyNumber,if(MyNumber&amp;gt;100,'#,##0','#0.00'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I'm just using an if() statement to create the format string, and thus we can call it conditional formatting.&amp;nbsp; You could do this with table data as well.&amp;nbsp; There are probably many other interpretations of what is meant by "conditional formatting", though, such as using calculated colors, screen zoom, visual queues, and so on.&amp;nbsp; If someone is just testing your knowledge, such as in an interview, the danger would be that they don't know enough to realize that "conditional formatting" is a very vague concept, so they may think there's only one right answer to the question.&amp;nbsp; That's their fault, not yours, but that's little consolation if you fail to get a contract just because the interviewer doesn't understand QlikView well enough.&amp;nbsp; I have no idea what the situation is, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 18:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/What-is-meant-by-conditional-formatting/m-p/266005#M1181901</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-11-29T18:25:36Z</dc:date>
    </item>
  </channel>
</rss>

