<?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: if condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661523#M1082547</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(count(if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;gt;= Weekstart and FromDate &amp;lt;= Weekend) or &lt;/P&gt;&lt;P&gt;&amp;nbsp; (ToDate &amp;gt;= Weekstart and ToDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekstart and ToDate &amp;gt;= Weekstart) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekend and ToDate &amp;gt;= Weekend) , ID))&amp;gt;10,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;gt;= Weekstart and FromDate &amp;lt;= Weekend) or &lt;/P&gt;&lt;P&gt;&amp;nbsp; (ToDate &amp;gt;= Weekstart and ToDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekstart and ToDate &amp;gt;= Weekstart) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekend and ToDate &amp;gt;= Weekend) , ID)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2014 08:48:31 GMT</pubDate>
    <dc:creator>SunilChauhan</dc:creator>
    <dc:date>2014-07-01T08:48:31Z</dc:date>
    <item>
      <title>if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661513#M1082536</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;In my existing if condition, i want to display only field(&lt;STRONG&gt;ID&lt;/STRONG&gt;) value greater than 10. Below is the expression i am using and i want to modify it to show values &amp;gt;10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;gt;= Weekstart and FromDate &amp;lt;= Weekend) or &lt;/P&gt;&lt;P&gt;&amp;nbsp; (ToDate &amp;gt;= Weekstart and ToDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekstart and ToDate &amp;gt;= Weekstart) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekend and ToDate &amp;gt;= Weekend) , &lt;STRONG&gt;ID&lt;/STRONG&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 12:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/661513#M1082536</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-06-26T12:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661514#M1082538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(&lt;STRONG&gt;{&amp;lt;ID={'&amp;gt;10'}&amp;gt;}&lt;/STRONG&gt; if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;gt;= Weekstart and FromDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (ToDate &amp;gt;= Weekstart and ToDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekstart and ToDate &amp;gt;= Weekstart) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekend and ToDate &amp;gt;= Weekend) , ID))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 12:27:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/661514#M1082538</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-06-26T12:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661515#M1082539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can write like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count(if( &lt;STRONG&gt;ID &amp;gt; 10 and&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (FromDate &amp;gt;= Weekstart and FromDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (ToDate &amp;gt;= Weekstart and ToDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (FromDate &amp;lt;= Weekstart and ToDate &amp;gt;= Weekstart) or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (FromDate &amp;lt;= Weekend and ToDate &amp;gt;= Weekend) , &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;ID&lt;/STRONG&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 12:31:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/661515#M1082539</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-26T12:31:55Z</dc:date>
    </item>
    <item>
      <title>Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661516#M1082540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression is still showing me the ID's &amp;lt;10 in the chart. Could you please use my app attached .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 14:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/661516#M1082540</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-06-26T14:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661517#M1082541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working suraj try to add the ID field in the dimension and export the data as excel file and then you check the ID it is not available there. The ID that you get is only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OutPut:-&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="98"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;ID&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;24&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;16&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;19&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;23&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;27&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl64" height="17" style="border-top: none;"&gt;15&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 14:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/661517#M1082541</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-26T14:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661518#M1082542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID is a measure for me. I want to show only the ID values that are greater than 10 for each week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could provide me the expression in the my app, that would be really helpful..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 15:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/661518#M1082542</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-06-26T15:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661519#M1082543</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;why don't you use a calculated dimenssion with ID:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(ID&amp;gt;10,ID,null()) and supress the null values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 16:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/661519#M1082543</guid>
      <dc:creator />
      <dc:date>2014-06-26T16:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661520#M1082544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anand&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would only add a pair of parenthesis to your expression:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count(if( ID &amp;gt; 10 and&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; (&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (FromDate &amp;gt;= Weekstart and FromDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (ToDate &amp;gt;= Weekstart and ToDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (FromDate &amp;lt;= Weekstart and ToDate &amp;gt;= Weekstart) or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (FromDate &amp;lt;= Weekend and ToDate &amp;gt;= Weekend) &lt;STRONG&gt;)&lt;/STRONG&gt;, ID))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 17:24:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/661520#M1082544</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-26T17:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661521#M1082545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on your condition and there are many ways to doing this and depends how represent the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. First Way is add calculated dimensions&lt;/P&gt;&lt;P&gt;Dimension1:-&amp;nbsp; if(ID&amp;gt;10,Weekstart)&lt;/P&gt;&lt;P&gt;Dimension2:-&amp;nbsp; if(ID&amp;gt;10,Weekend)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:- &lt;/P&gt;&lt;P&gt;count(if( &lt;/P&gt;&lt;P&gt;&amp;nbsp; ((FromDate &amp;gt;= Weekstart and FromDate &amp;lt;= Weekend) or &lt;/P&gt;&lt;P&gt;&amp;nbsp; (ToDate &amp;gt;= Weekstart and ToDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekstart and ToDate &amp;gt;= Weekstart) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekend and ToDate &amp;gt;= Weekend)) , ID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note:-&lt;/STRONG&gt; Suppress when value is null selected in dimension properties and in presentation properties also &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Second way is&lt;/P&gt;&lt;P&gt;Dimension1:-&amp;nbsp; Weekstart&lt;/P&gt;&lt;P&gt;Dimension2:-&amp;nbsp; Weekend&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:- &lt;/P&gt;&lt;P&gt;Count(if( ID &amp;gt;10 And &lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ((FromDate &amp;gt;= Weekstart and FromDate &amp;lt;= Weekend) or &lt;/P&gt;&lt;P&gt;&amp;nbsp; (ToDate &amp;gt;= Weekstart and ToDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekstart and ToDate &amp;gt;= Weekstart) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekend and ToDate &amp;gt;= Weekend)) &lt;STRONG&gt;)&lt;/STRONG&gt; , ID)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if data not match.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jun 2014 18:45:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/661521#M1082545</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-26T18:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661522#M1082546</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;Thanks everyone for your time and inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;To give the background of my business requirement, I am counting total number of people who was present in each week. Here each &lt;STRONG&gt;ID&lt;/STRONG&gt; field indicates one person and the below expression counts IDs that are falling in a week.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;count(if(&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (FromDate &amp;gt;= Weekstart and FromDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (ToDate &amp;gt;= Weekstart and ToDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (FromDate &amp;lt;= Weekstart and ToDate &amp;gt;= Weekstart) or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (FromDate &amp;lt;= Weekend and ToDate &amp;gt;= Weekend) , &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I want to show the row in straight table when the ID count is &amp;gt;10 in a week.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I have used all the expressions provided by you all, but they still i can see expression column having values &amp;lt;10.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;You guys gave me suggestion to use ID&amp;gt;10 in the calculation dimension, but ID's are always unique value of one person, so i dont know how it works&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Suraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 08:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/661522#M1082546</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-07-01T08:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661523#M1082547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this in expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(count(if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;gt;= Weekstart and FromDate &amp;lt;= Weekend) or &lt;/P&gt;&lt;P&gt;&amp;nbsp; (ToDate &amp;gt;= Weekstart and ToDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekstart and ToDate &amp;gt;= Weekstart) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekend and ToDate &amp;gt;= Weekend) , ID))&amp;gt;10,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(if(&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;gt;= Weekstart and FromDate &amp;lt;= Weekend) or &lt;/P&gt;&lt;P&gt;&amp;nbsp; (ToDate &amp;gt;= Weekstart and ToDate &amp;lt;= Weekend) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekstart and ToDate &amp;gt;= Weekstart) or&lt;/P&gt;&lt;P&gt;&amp;nbsp; (FromDate &amp;lt;= Weekend and ToDate &amp;gt;= Weekend) , ID)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 08:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/661523#M1082547</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2014-07-01T08:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661524#M1082548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression is working. I will test it in my main dashboard and come back by evening. Thanks !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2014 09:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/661524#M1082548</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-07-01T09:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: if condition</title>
      <link>https://community.qlik.com/t5/QlikView/if-condition/m-p/661525#M1082549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your support !!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jul 2014 14:48:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/if-condition/m-p/661525#M1082549</guid>
      <dc:creator>surajap123</dc:creator>
      <dc:date>2014-07-02T14:48:45Z</dc:date>
    </item>
  </channel>
</rss>

