<?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: Expression Error in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85587#M14054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is "Issues open in the current &lt;STRONG&gt;file"&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each Issue ID has only one status and creation date, to check 1 and 2 you will need a closing date, because you want the same creation dates but you need to check the completion date, after solving this apply filters to retrieve the openened issues with 1 and 3 conditions, and add those with 1 and 2 conditions, in example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count( {&lt;/P&gt;&lt;P&gt;// 1 and 3&lt;/P&gt;&lt;P&gt;&amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Open'},[Issue Creation Date]={"&amp;gt;=$(vLast2Quarter) &amp;lt;=$(=&lt;SPAN style="font-size: 13.3333px;"&gt;vYourMaxDate&lt;/SPAN&gt;)"}&amp;gt;&lt;/P&gt;&lt;P&gt;// 1 and 2&lt;/P&gt;&lt;P&gt; +&amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Completed'},[Issue Creation Date]={"&amp;gt;=$(vLast2Quarter) &amp;lt;=$(=vCurrentQuarterMaxDate)"},[Issue Closing Date]={"&amp;gt;$(=&lt;SPAN style="font-size: 13.3333px;"&gt;vCurrentQuarterMaxDate&lt;/SPAN&gt;) "}&amp;gt;} [Issue ID])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Oct 2018 13:04:03 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2018-10-29T13:04:03Z</dc:date>
    <item>
      <title>Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85582#M14049</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;Below expression is not working for me could you please help me to resolve the issue ,&lt;/P&gt;&lt;P&gt;My logic is = &lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;1 and (2 or 3)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Count( {&amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Open'},[Issue Creation Date]={"&amp;gt;=$(vLast2Quarter) &amp;lt;=$(=vCurrentQuarterMaxDate)"}&amp;gt;} [Issue ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Count( {&amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Completed'},[Issue Creation Date]={"&amp;gt;=$(=vCurrentQuarterMaxDate) &amp;lt;=$(=vYourMaxDate)"}&amp;gt;} [Issue ID])&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Count( {&amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Open'},[Issue Creation Date]={"&amp;gt;=$(=vCurrentQuarterMaxDate) &amp;lt;=$(=vYourMaxDate)"}&amp;gt;} [Issue ID])))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance,&lt;/P&gt;&lt;P&gt;Niranjan Pawar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 08:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85582#M14049</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2018-10-29T08:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85583#M14050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niranjan, can you try?:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=if(Count( {&amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Open'},[Issue Creation Date]={"&amp;gt;=$(vLast2Quarter) &amp;lt;=$(=vCurrentQuarterMaxDate)"}&amp;gt;} [Issue ID])&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;&lt;STRONG&gt;and (&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count( {&amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Completed'},[Issue Creation Date]={"&amp;gt;=$(=vCurrentQuarterMaxDate) &amp;lt;=$(=vYourMaxDate)"}&amp;gt;} [Issue ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count( {&amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Open'},[Issue Creation Date]={"&amp;gt;=$(=vCurrentQuarterMaxDate) &amp;lt;=$(=vYourMaxDate)"}&amp;gt;} [Issue ID])))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;)&lt;/STRONG&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; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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; font-size: 13px;"&gt;&lt;STRONG&gt;Or just:&lt;/STRONG&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; font-size: 13px;"&gt;=if(Count( {&amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Open'},[Issue Creation Date]={"&amp;gt;=$(vLast2Quarter) &amp;lt;=$(=vCurrentQuarterMaxDate)"}&amp;gt;} [Issue ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count( {&amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Completed'&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;'Open'&lt;/STRONG&gt;&lt;/SPAN&gt;},[Issue Creation Date]={"&amp;gt;=$(=vCurrentQuarterMaxDate) &amp;lt;=$(=vYourMaxDate)"}&amp;gt;} [Issue ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 09:06:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85583#M14050</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-10-29T09:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85584#M14051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply, i have attached sample QVW please check still its not working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Niranja Pawar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 09:29:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85584#M14051</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2018-10-29T09:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85585#M14052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure of what are you trying to do, but maybe:&lt;/P&gt;&lt;P&gt;=Count( {&amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Open'},[Issue Creation Date]={"&amp;gt;=$(vLast2Quarter) &amp;lt;=$(=vYourMaxDate)"}&amp;gt;&lt;/P&gt;&lt;P&gt;+ &amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Completed'},[Issue Creation Date]={"&amp;gt;=$(=vCurrentQuarterMaxDate) &amp;lt;=$(=vYourMaxDate)"}&amp;gt;} [Issue ID])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 09:35:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85585#M14052</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-10-29T09:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85586#M14053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the logic i am looking for &lt;/P&gt;&lt;OL style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt; Issues created on or before Sep 30, 2018&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt; Issues completed after Sep 30, 2018&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt; Issues open in the current file&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4.&amp;nbsp; &lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;1 and (2 or 3)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Segoe UI', sans-serif;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;4th point i am not able to &lt;/SPAN&gt;implement&lt;SPAN style="font-size: 10pt;"&gt;, could you please suggest me with logic&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;Niranjan Pawar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 12:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85586#M14053</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2018-10-29T12:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85587#M14054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is "Issues open in the current &lt;STRONG&gt;file"&lt;/STRONG&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each Issue ID has only one status and creation date, to check 1 and 2 you will need a closing date, because you want the same creation dates but you need to check the completion date, after solving this apply filters to retrieve the openened issues with 1 and 3 conditions, and add those with 1 and 2 conditions, in example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count( {&lt;/P&gt;&lt;P&gt;// 1 and 3&lt;/P&gt;&lt;P&gt;&amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Open'},[Issue Creation Date]={"&amp;gt;=$(vLast2Quarter) &amp;lt;=$(=&lt;SPAN style="font-size: 13.3333px;"&gt;vYourMaxDate&lt;/SPAN&gt;)"}&amp;gt;&lt;/P&gt;&lt;P&gt;// 1 and 2&lt;/P&gt;&lt;P&gt; +&amp;lt;Month=,QuarterYear=,Year=,[Issue Status Name]={'Completed'},[Issue Creation Date]={"&amp;gt;=$(vLast2Quarter) &amp;lt;=$(=vCurrentQuarterMaxDate)"},[Issue Closing Date]={"&amp;gt;$(=&lt;SPAN style="font-size: 13.3333px;"&gt;vCurrentQuarterMaxDate&lt;/SPAN&gt;) "}&amp;gt;} [Issue ID])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 13:04:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85587#M14054</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-10-29T13:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Expression Error</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85588#M14055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much sir, i will check with the team.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Oct 2018 16:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Error/m-p/85588#M14055</guid>
      <dc:creator>NavinReddy</dc:creator>
      <dc:date>2018-10-29T16:41:42Z</dc:date>
    </item>
  </channel>
</rss>

