<?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 ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/unreadable-title/m-p/1346868#M618382</link>
    <description>&lt;P&gt;.&lt;/P&gt;</description>
    <pubDate>Sun, 14 Apr 2019 14:04:35 GMT</pubDate>
    <dc:creator>xyz1</dc:creator>
    <dc:date>2019-04-14T14:04:35Z</dc:date>
    <item>
      <title>?</title>
      <link>https://community.qlik.com/t5/QlikView/unreadable-title/m-p/1346866#M618380</link>
      <description>&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2019 14:05:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unreadable-title/m-p/1346866#M618380</guid>
      <dc:creator>xyz1</dc:creator>
      <dc:date>2019-04-14T14:05:16Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count</title>
      <link>https://community.qlik.com/t5/QlikView/unreadable-title/m-p/1346867#M618381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Agrim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trust that you are doing good! First at script level set the null values to a deterministic value using below statement.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;Set NULLINTERPRET = -1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Post that, perform the the date difference operation to have date related criteria in place. Also to count null values you can make use of NullCount function.&lt;/P&gt;&lt;P&gt;References:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/CounterAggregationFunctions/NullCount.htm" style="font-size: 10pt;" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/CounterAggregationFunctions/NullCount.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/CounterAggregationFunctions/NullCount.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/CounterAggregationFunctions/nullcount.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/CounterAggregationFunctions/nullcount.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/CounterAggregationFunctions/nullcount…&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Along with this to count those accounts whose password never exprires, you can draft an expression similar to below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Role={'DISABLED', 'DISABLED\NO_PWDEXP', 'DISABLED\NO_PWDEXP\NO_PWDREQD', 'NO_PWDEXP', 'NO_PWDEXP\ENCRYPT', 'NO_PWDEXP\NO_PWDREQD', 'NO_PWDEXP\SMART', 'NO_PWDEXP\DELEGATE'}&amp;gt;Pre-W2KName}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please correct me if I misinterpreted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 04:57:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unreadable-title/m-p/1346867#M618381</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-05-02T04:57:55Z</dc:date>
    </item>
    <item>
      <title>?</title>
      <link>https://community.qlik.com/t5/QlikView/unreadable-title/m-p/1346868#M618382</link>
      <description>&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2019 14:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unreadable-title/m-p/1346868#M618382</guid>
      <dc:creator>xyz1</dc:creator>
      <dc:date>2019-04-14T14:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count</title>
      <link>https://community.qlik.com/t5/QlikView/unreadable-title/m-p/1346869#M618383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. &lt;EM&gt;=NullCount({&amp;lt;[Last Logon TimeStamp = {"&amp;lt;=$(=Date(Today() - 30))"}&amp;gt;} Role)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2. =Count({&amp;lt;ROLE = {"*NO_PWDEXP*"}&amp;gt;} ROLE)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The case of Role is inconsistent in your post, so please change the above to the correct casing for Role. Remember QV is case sensitive for field names, so Role is not he same field as ROLE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 05:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unreadable-title/m-p/1346869#M618383</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-05-02T05:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: conditional count</title>
      <link>https://community.qlik.com/t5/QlikView/unreadable-title/m-p/1346870#M618384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can refer the inputs provided by &lt;A href="https://community.qlik.com/qlik-users/13229"&gt;jontydkpi&lt;/A&gt; . This will help you to get desired results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 05:25:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unreadable-title/m-p/1346870#M618384</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-05-02T05:25:30Z</dc:date>
    </item>
  </channel>
</rss>

