<?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 General Formatting query. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/General-Formatting-query/m-p/315007#M116213</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hei mady&lt;/P&gt;&lt;P&gt;can you post example&lt;/P&gt;&lt;P&gt;i'll get better understanding of the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 31 Jul 2011 06:16:46 GMT</pubDate>
    <dc:creator>lironbaram</dc:creator>
    <dc:date>2011-07-31T06:16:46Z</dc:date>
    <item>
      <title>General Formatting query.</title>
      <link>https://community.qlik.com/t5/QlikView/General-Formatting-query/m-p/315004#M116210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying a simple background colour expression, which doesnt seem to be working and hope someone could help me with it.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;=if("=$[KPI_Conduit]"&amp;gt;1, LIGHTGREEN(),WHITE())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a straight table on which I have a KPI_Conduit as a Dimension, I want the row to be highlighted when the user clicks on any field under the KPI_Conduit in the straight table. This expression is working to some extent, but when I clear All then all the fields turn Green...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mady&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 14:12:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Formatting-query/m-p/315004#M116210</guid>
      <dc:creator />
      <dc:date>2011-07-28T14:12:14Z</dc:date>
    </item>
    <item>
      <title>General Formatting query.</title>
      <link>https://community.qlik.com/t5/QlikView/General-Formatting-query/m-p/315005#M116211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hei try&lt;/P&gt;&lt;P&gt;if(getselectedcount(KPI_conduit)&amp;gt;0,lightgreen(),white())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 14:15:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Formatting-query/m-p/315005#M116211</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-07-28T14:15:14Z</dc:date>
    </item>
    <item>
      <title>General Formatting query.</title>
      <link>https://community.qlik.com/t5/QlikView/General-Formatting-query/m-p/315006#M116212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately its still turning the whole dimension field GREEN when I click on 1 field.But I think the expression is wrong as it turns everything light green because its &amp;gt;0 when you click on something.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any more suggestions please I also tried :&lt;/P&gt;&lt;P&gt;if(getselectedcount(KPI_conduit)&amp;gt;0 and getselectedcount(KPI_conduit)&amp;lt;=1,lightgreen(),white())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Mady&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2011 14:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Formatting-query/m-p/315006#M116212</guid>
      <dc:creator />
      <dc:date>2011-07-28T14:22:26Z</dc:date>
    </item>
    <item>
      <title>General Formatting query.</title>
      <link>https://community.qlik.com/t5/QlikView/General-Formatting-query/m-p/315007#M116213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hei mady&lt;/P&gt;&lt;P&gt;can you post example&lt;/P&gt;&lt;P&gt;i'll get better understanding of the problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2011 06:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Formatting-query/m-p/315007#M116213</guid>
      <dc:creator>lironbaram</dc:creator>
      <dc:date>2011-07-31T06:16:46Z</dc:date>
    </item>
    <item>
      <title>General Formatting query.</title>
      <link>https://community.qlik.com/t5/QlikView/General-Formatting-query/m-p/315008#M116214</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;Try this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(getselectedcount(KPI_conduit) =1, lightgreen(),white())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 31 Jul 2011 08:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/General-Formatting-query/m-p/315008#M116214</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-07-31T08:55:11Z</dc:date>
    </item>
  </channel>
</rss>

