<?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: Count if status is open and valid date has been passed in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652645#M48741</link>
    <description>&lt;P&gt;Thank you for your explaination.&lt;/P&gt;&lt;P&gt;It is now working! Thank you very much for all your help and your patience.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Fio&lt;/P&gt;</description>
    <pubDate>Fri, 29 Nov 2019 11:07:17 GMT</pubDate>
    <dc:creator>Fio</dc:creator>
    <dc:date>2019-11-29T11:07:17Z</dc:date>
    <item>
      <title>Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652354#M48690</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am developing an App and want to count the quotes if the status is open and the valid date has been passed by today.&lt;/P&gt;&lt;P&gt;The Data looks like this:&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Offer ID&lt;/TD&gt;&lt;TD&gt;Offer Valid to Date&lt;/TD&gt;&lt;TD&gt;Offer Status&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;01/01/2019&lt;/TD&gt;&lt;TD&gt;Open&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;31/12/2019&lt;/TD&gt;&lt;TD&gt;Positive&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;TD&gt;02/01/2019&lt;/TD&gt;&lt;TD&gt;Open&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;31/12/2019&lt;/TD&gt;&lt;TD&gt;Open&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My expression looks like this after I searched for similar questions in the community:&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Offer Status] = {Open}&amp;gt;} if([Offer Valid To Date]&amp;lt;= Date(Today()), [Offer ID]))&lt;/P&gt;&lt;P&gt;I also want to do the same with quotes that have the status open and are still valid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me please?&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:33:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652354#M48690</guid>
      <dc:creator>Fio</dc:creator>
      <dc:date>2024-11-16T19:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652371#M48693</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;for the first question&lt;BR /&gt;lower than today and status Open uses:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;=Count( {&amp;lt;[Offer Valid to Date] = {"&amp;lt;=$(=Date(Today(), 'DD/MM/YYYY'))"},[Offer Status]={'Open'}&amp;gt;} [Offer ID])&lt;/LI-CODE&gt;&lt;P&gt;and for the date greater than today and status Open uses&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Count( {&amp;lt;[Offer Valid to Date] = {"&amp;gt;$(=Date(Today(), 'DD/MM/YYYY'))"},[Offer Status]={'Open'}&amp;gt;} [Offer ID])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datt.PNG"&gt;&lt;img src="https://community.qlik.com/skins/images/EBC1E3E90D489BE68BA1EFEA9A38FC1A/responsive_peak/images/image_not_found.png" alt="datt.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Taoufiq&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 14:21:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652371#M48693</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-11-28T14:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652379#M48696</link>
      <description>&lt;P&gt;May be this way?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;[Offer Status] = {&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;Open&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/FONT&gt;}&amp;gt;} if([Offer Valid To Date]&amp;lt;= Date(Today()&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;,'DD/MM/YYYY'&lt;/STRONG&gt;&lt;/FONT&gt;), [Offer ID]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;[Offer Status] = {&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;Open&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/FONT&gt;}, [Offer Valid To Date]={"=$('&amp;lt;=' &amp;amp;Date(Today()))"} &amp;gt;} [Offer ID])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 14:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652379#M48696</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-11-28T14:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652397#M48697</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/56648"&gt;@Taoufiq_Zarra&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Your solution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;=Count( {&amp;lt;[Offer Valid to Date] = {"&amp;lt;=$(=Date(Today(), 'DD/MM/YYYY'))"},[Offer Status]={'Open'}&amp;gt;} [Offer ID])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;Doesn't work for me. It counts all open quotes.&lt;/P&gt;&lt;P&gt;The format in the excel sheet is set to "date" and the format Qlik sense loads it into it is also correct: DD/MM/YYYY. Do I need to change some options or something like that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am a new to Qlik Sense.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 15:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652397#M48697</guid>
      <dc:creator>Fio</dc:creator>
      <dc:date>2019-11-28T15:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652399#M48698</link>
      <description>&lt;P&gt;Thank you&amp;nbsp; &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5533"&gt;@Anil_Babu_Samineni&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your solution:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;[Offer Status] = {&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;Open&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/FONT&gt;}&amp;gt;} if([Offer Valid To Date]&amp;lt;= Date(Today()&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;,'DD/MM/YYYY'&lt;/STRONG&gt;&lt;/FONT&gt;), [Offer ID]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;also counts all open quotes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;And your second solution:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&amp;lt;[Offer Status] = {&lt;SPAN&gt;&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/SPAN&gt;Open&lt;FONT color="#ff0000"&gt;&lt;STRONG&gt;'&lt;/STRONG&gt;&lt;/FONT&gt;}, [Offer Valid To Date]={"=$('&amp;lt;=' &amp;amp;Date(Today()))"} &amp;gt;} [Offer ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;counts 0, but there have to be 34 passed open quotes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Do you have another solution or things I need to check?&lt;/SPAN&gt;&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 15:02:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652399#M48698</guid>
      <dc:creator>Fio</dc:creator>
      <dc:date>2019-11-28T15:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652401#M48699</link>
      <description>&lt;P&gt;can you share your source file&lt;/P&gt;&lt;P&gt;both functions work very well for me with the sample data you shared at the beginning&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datt.PNG"&gt;&lt;img src="https://community.qlik.com/skins/images/EBC1E3E90D489BE68BA1EFEA9A38FC1A/responsive_peak/images/image_not_found.png" alt="datt.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Taoufiq&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 15:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652401#M48699</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-11-28T15:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652405#M48700</link>
      <description>&lt;P&gt;Yes, I can.&lt;/P&gt;&lt;P&gt;I deleted some of the information, that I don't want to share, but I left the column titles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 15:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652405#M48700</guid>
      <dc:creator>Fio</dc:creator>
      <dc:date>2019-11-28T15:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652409#M48701</link>
      <description>&lt;P&gt;Ohh Fio &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;in the sample data you shared[Offer Valid to Date], "t" in "to" is lowercase, but in the source file it is capitalized.&lt;BR /&gt;so it's normal, will ignore the date condition.&lt;/P&gt;&lt;P&gt;the new function&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Count( {&amp;lt;[Offer Valid To Date] = {"&amp;lt;=$(=Date(Today(), 'DD/MM/YYYY'))"},[Offer Status]={'Open'}&amp;gt;} [Offer ID])&lt;/LI-CODE&gt;&lt;P&gt;and&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Count( {&amp;lt;[Offer Valid To Date] = {"&amp;gt;$(=Date(Today(), 'DD/MM/YYYY'))"},[Offer Status]={'Open'}&amp;gt;} [Offer ID])&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="datt.PNG"&gt;&lt;img src="https://community.qlik.com/skins/images/EBC1E3E90D489BE68BA1EFEA9A38FC1A/responsive_peak/images/image_not_found.png" alt="datt.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Taoufiq&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 15:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652409#M48701</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-11-28T15:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652411#M48702</link>
      <description>&lt;P&gt;Yeah, I have seen that and corrected that in my App.&lt;/P&gt;&lt;P&gt;But it was still not working.&lt;/P&gt;&lt;P&gt;It is still counting 60.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Nov 2019 15:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652411#M48702</guid>
      <dc:creator>Fio</dc:creator>
      <dc:date>2019-11-28T15:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652423#M48705</link>
      <description>&lt;P&gt;I would recommend creating a field in your data model that stores this status, and then the Set Analysis expression to count those in the UI would be very simple. It may also be handy to categorize the other situations in the same derived field, ex. 'Open Valid', 'Open Expired', ...&lt;/P&gt;&lt;P&gt;2 reasons:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Set Analysis is very picky about date formats, whereas the same condition in the script (or any IF statement) will only care about the values themselves.&lt;/LI&gt;&lt;LI&gt;I think it is preferable to push this to the script, anyway. The status as of the date you are &lt;EM&gt;viewing&lt;/EM&gt;&amp;nbsp; the app (Today when used in an expression) can be out of sync with the underlying data. The status and date as of when it was reloaded (Today when used in the script) will be in sync with one another.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Thu, 28 Nov 2019 15:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652423#M48705</guid>
      <dc:creator>msteedle</dc:creator>
      <dc:date>2019-11-28T15:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652460#M48713</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;why do you think that's not right?&lt;BR /&gt;the first function returns 34 and the second function returns 26!&lt;BR /&gt;if not, what are the correct values?&lt;/P&gt;&lt;P&gt;Taoufiq&lt;/P&gt;</description>
      <pubDate>Thu, 28 Nov 2019 18:47:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652460#M48713</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-11-28T18:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652557#M48721</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am not saying it is wrong.&lt;/P&gt;&lt;P&gt;I am saying it is not working for me and asking for reasons why it is not working for me, If I have done something wrong or need to change an option or something like that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Fio&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 08:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652557#M48721</guid>
      <dc:creator>Fio</dc:creator>
      <dc:date>2019-11-29T08:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652561#M48723</link>
      <description>&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Ok&lt;/P&gt;&lt;P&gt;can you share your Qlikview file (without confidential information)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Taoufiq&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 08:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652561#M48723</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-11-29T08:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652566#M48726</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your effort.&lt;/P&gt;&lt;P&gt;Yes, I can share it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fio&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 08:47:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652566#M48726</guid>
      <dc:creator>Fio</dc:creator>
      <dc:date>2019-11-29T08:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652622#M48736</link>
      <description>&lt;P&gt;it was just a problem of space in expression !&lt;/P&gt;&lt;P&gt;now it's OK&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Open.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24657i3D7208280402C96D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Open.PNG" alt="Open.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you, please, close the topic if it's good fir you and mark the solution for the other users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Taoufiq&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 10:19:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652622#M48736</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-11-29T10:19:36Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652626#M48738</link>
      <description>&lt;P&gt;Yeah,&lt;/P&gt;&lt;P&gt;It is now working in the test App, but not in my normal App.&lt;/P&gt;&lt;P&gt;Could you explain a little bit more to me what you mean with "&lt;SPAN&gt;it was just a problem of space in expression !"?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Fio&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 10:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652626#M48738</guid>
      <dc:creator>Fio</dc:creator>
      <dc:date>2019-11-29T10:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652631#M48739</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;in the measure editor &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24658i2F62A81AD7C191E5/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;delete the date : [Offer Valid To Date] and replaced by [Offer Valid To Date] in the wizard by "insert"&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 360px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/24659i5C400790F59C3D06/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;sorry i use the french version but it's the same&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;Taoufiq&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 10:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652631#M48739</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2019-11-29T10:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Count if status is open and valid date has been passed</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652645#M48741</link>
      <description>&lt;P&gt;Thank you for your explaination.&lt;/P&gt;&lt;P&gt;It is now working! Thank you very much for all your help and your patience.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Fio&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 11:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-status-is-open-and-valid-date-has-been-passed/m-p/1652645#M48741</guid>
      <dc:creator>Fio</dc:creator>
      <dc:date>2019-11-29T11:07:17Z</dc:date>
    </item>
  </channel>
</rss>

