<?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 Expression syntax in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000400#M340117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to get the count of ids where the difference between two dates is greater than 30.&amp;nbsp; Please help me with the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101012_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Oct 2015 17:49:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-05T17:49:02Z</dc:date>
    <item>
      <title>Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000400#M340117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to get the count of ids where the difference between two dates is greater than 30.&amp;nbsp; Please help me with the syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101012_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 17:49:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000400#M340117</guid>
      <dc:creator />
      <dc:date>2015-10-05T17:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000401#M340118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this: count({&amp;lt;UPDATE_DT={"&amp;lt;$(=Today()-30)"}&amp;gt;} distinct CASE_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that doesn't work please post a small qlikview document that demonstrates the problem so we can find out what will work correctly with your data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 17:52:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000401#M340118</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-05T17:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000402#M340119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Count( { &amp;lt;CASE_ID={"=Now()-Update_DT&amp;gt;30"}&amp;gt; } CASE_ID )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe even with DISTINCT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count( DISTINCT { &amp;lt;CASE_ID={"=Now()-Update_DT&amp;gt;30"}&amp;gt; } CASE_ID )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 17:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000402#M340119</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-05T17:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000403#M340120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert and Petter were right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other way is using the If condition, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(If((Date(Now())-Date(UPDATE_DT)) &amp;gt; 30, CASE_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; or Distinct:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=Count(Distinct(If((Date(Now())-Date(UPDATE_DT)) &amp;gt; 30, CASE_ID))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 17:59:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000403#M340120</guid>
      <dc:creator>markgraham123</dc:creator>
      <dc:date>2015-10-05T17:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000404#M340121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The solution that Gysbert and I recommend is using a so-called Set Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The set which is enclosed in curly braces { and } defines which subset of rows that should be used in the Count.&lt;/P&gt;&lt;P&gt;Furthermore the angle brackets &amp;lt; and &amp;gt; enclosed a set modifier that works as a where. So it says that the field mentioned CASE_ID (in my suggestion) should be based on the search condition which is enclosed in double quotation marks and starts with an equal sign. The search is then for rows where the difference between now and Update_DT is greater than 30.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 18:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000404#M340121</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-05T18:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000405#M340122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help and the great explanation on the syntax. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please check what I am missing -&lt;/P&gt;&lt;P&gt;None of the above syntax is producing the result.&amp;nbsp; I don't see any error in the editor but it just outputs 0 everywhere.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101013_Capture.JPG" style="width: 620px; height: 381px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 18:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000405#M340122</guid>
      <dc:creator />
      <dc:date>2015-10-05T18:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000406#M340123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;UPDATE_DT={"&amp;lt;$(=Date(Today()-30))"}&amp;gt;} distinct CASE_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 19:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000406#M340123</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-05T19:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000407#M340124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please let me know how to attach a qvw file.&amp;nbsp; The attachment option I see here accepts only urls.&amp;nbsp; Is there a way to choose a file from my local and attach it here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sudha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 19:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000407#M340124</guid>
      <dc:creator />
      <dc:date>2015-10-05T19:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000408#M340125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;reply&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use advanced editor (top right)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attach (bottom right)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 19:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000408#M340125</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-05T19:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000409#M340126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the QVW here.&amp;nbsp; Please have a look.&amp;nbsp; It's only displaying zeros.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 19:51:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000409#M340126</guid>
      <dc:creator />
      <dc:date>2015-10-05T19:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000410#M340127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think this works for you:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2015-10-05 #1.PNG" class="jive-image image-1" src="/legacyfs/online/101005_2015-10-05 #1.PNG" style="height: 216px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 20:29:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000410#M340127</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-05T20:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000411#M340128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 20:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000411#M340128</guid>
      <dc:creator />
      <dc:date>2015-10-05T20:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000412#M340129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 20:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000412#M340129</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-10-05T20:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Expression syntax</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000413#M340130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;you have a timestamp, not a date, &lt;/SPAN&gt;try with&lt;/P&gt;&lt;P&gt;count({&amp;lt;UPDATE_DT={"&amp;lt;$(=&lt;STRONG&gt;timestamp&lt;/STRONG&gt;(Today()-30))"}&amp;gt;} distinct CASE_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can remove the time part from your timestamp in the load script, using &lt;/P&gt;&lt;P&gt;date(floor(UPDATE_DT)) in the load part of the script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CASE_ID,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="line-height: 1.5em; font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="line-height: 1.5em; font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;date(floor(UPDATE_DT))&amp;nbsp; as &lt;/SPAN&gt;UPDATE_DT,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333px;"&gt;NM_FULL&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;SQL SELECT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; BEACON.VW_CASES.CASE_ID,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; BEACON.VW_CASES.STATUS,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; BEACON.VW_CASES.TYPE,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; BEACON.VW_CASES.CREATED_BY_NM,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; BEACON.VW_CASES.CREATE_DT,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; BEACON.VW_CASES.ASSIGNED_TO_NM,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; BEACON.VW_CASES.ACCOUNT_CD,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; BEACON.VW_CASES.ACCOUNT_LONG_NM,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ASSIGNED_TO_HIREARCHY.ID_STD_MGR_DIRECT_NM,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ASSIGNED_TO_HIREARCHY.ID_STD_MGR_LV4_NM,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; BEACON.VW_CASES.UPDATE_DT,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; UPDATED_BY.USER_NAME,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; BEACON.VW_CASES.ASSIGNED_TO,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ASSIGNED_TO_HIREARCHY.NM_FULL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; BEACON.VW_CASES,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; BEACON.VW_WORKFORCE_JPMC_V3&amp;nbsp; ASSIGNED_TO_HIREARCHY,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; BEACON.VW_USERS&amp;nbsp; UPDATED_BY&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ( BEACON.VW_CASES.UPDATE_BY_SID=UPDATED_BY.USER_SID(+)&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; AND&amp;nbsp; ( ASSIGNED_TO_HIREARCHY.ID_STANDARD(+)=BEACON.VW_CASES.ASSIGNED_TO&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; AND&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; (&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; BEACON.VW_CASES.STATUS&amp;nbsp; NOT IN&amp;nbsp; ( 'Ops Resolved By Me','Resolved-Rejected-OpsTeam','Complete','Resolved-Completed','Resolved-Deleted','Complete-Passed','Complete-Failed','Deleted','Closed'&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; AND&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; (&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASSIGNED_TO_HIREARCHY.ID_STD_MGR_LVL4&amp;nbsp; IN&amp;nbsp; ( 'N054267'&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BEACON.VW_CASES.ASSIGNED_TO&amp;nbsp; IN&amp;nbsp; ( 'N054267'&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ASSIGNED_TO_HIREARCHY.ID_STD_MGR_LVL5&amp;nbsp; IN&amp;nbsp; ( 'N054267'&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp; )&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; );&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and come back to the previous expression&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;EM&gt;count({&amp;lt;UPDATE_DT={"&amp;lt;$(=&lt;STRONG&gt;Date&lt;/STRONG&gt;(Today()-30))"}&amp;gt;} distinct CASE_ID)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Oct 2015 20:35:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-syntax/m-p/1000413#M340130</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-05T20:35:43Z</dc:date>
    </item>
  </channel>
</rss>

