<?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: Problem in Expression !! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-in-Expression/m-p/716376#M1059999</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Maturity]={"&amp;lt;=2014"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2014 11:14:45 GMT</pubDate>
    <dc:creator>jyothish8807</dc:creator>
    <dc:date>2014-09-29T11:14:45Z</dc:date>
    <item>
      <title>Problem in Expression !!</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Expression/m-p/716373#M1059996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;I am having a dummy database where i am calculating insurance claimed by female.&lt;/P&gt;&lt;P&gt;I am using following expression but no data is being displayed. Please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if([Maturity Year]&amp;lt;=2014,&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Product = , [Customer Gender] = {"Female"}&amp;gt;}[Customer Name])/Count({&amp;lt;[Customer Gender]={"Female"}&amp;gt;}[Customer Name]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 10:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Expression/m-p/716373#M1059996</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-09-29T10:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Expression !!</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Expression/m-p/716374#M1059997</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;Have you tried to troubleshoot it "step-wise"? I'd suggest that you start with e.g. just the first COUNT.... to see if that works. If that shows you some numbers, then you can try adding the IF statement and so on. Then you'll find which part of the statement that fails.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Steen &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 11:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Expression/m-p/716374#M1059997</guid>
      <dc:creator>sspe</dc:creator>
      <dc:date>2014-09-29T11:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Expression !!</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Expression/m-p/716375#M1059998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy instead of above script i used this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Product = , [Customer Gender] = {"Female"} , [Maturity Year] ={2014}&amp;gt;}[Customer Name])/Count({&amp;lt;[Customer Gender]={"Female"}&amp;gt;}[Customer Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to comapre for Maturity Year &amp;lt;=2014 But it gives me error when i use &amp;lt;=.&lt;/P&gt;&lt;P&gt;WHat to do ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 11:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Expression/m-p/716375#M1059998</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-09-29T11:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Expression !!</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Expression/m-p/716376#M1059999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Maturity]={"&amp;lt;=2014"}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 11:14:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Expression/m-p/716376#M1059999</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2014-09-29T11:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Expression !!</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Expression/m-p/716377#M1060000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Try this,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Count({&amp;lt;Product = , [Customer Gender] = {"Female"} ,[Maturity Year]=&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;{'&amp;lt;=2014'}&lt;/SPAN&gt;&amp;gt;}[Customer Name])/Count({&amp;lt;[Customer Gender]={"Female"}&amp;gt;}[Customer Name])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 11:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Expression/m-p/716377#M1060000</guid>
      <dc:creator />
      <dc:date>2014-09-29T11:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Expression !!</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-in-Expression/m-p/716378#M1060003</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;If this expression works for you&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Product = , [Customer Gender] = {"Female"} , [Maturity Year] ={2014}&amp;gt;}[Customer Name])/Count({&amp;lt;[Customer Gender]={"Female"}&amp;gt;}[Customer Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then try for &amp;lt;= in set analysis&lt;/P&gt;&lt;P&gt;like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Product = , [Customer Gender] = {"Female"} , [Maturity Year] ={"&amp;lt;=2014"}&amp;gt;}[Customer Name])/Count({&amp;lt;[Customer Gender]={"Female"}&amp;gt;}[Customer Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 11:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-in-Expression/m-p/716378#M1060003</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-09-29T11:15:26Z</dc:date>
    </item>
  </channel>
</rss>

