<?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: Last 2 months data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1740684#M722096</link>
    <description>&lt;P&gt;It's not working for me. Please help me anyone.&lt;/P&gt;</description>
    <pubDate>Wed, 02 Sep 2020 14:19:06 GMT</pubDate>
    <dc:creator>sadiaasghar</dc:creator>
    <dc:date>2020-09-02T14:19:06Z</dc:date>
    <item>
      <title>Last 2 months data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1730669#M722090</link>
      <description>&lt;P&gt;I am new to qlikview. I am working on a dashboard regarding audit inspections , in which i have to display names of users who haven't submit inspections in last 2 months. Please suggest any ideas how can we do this using chart expression. I am doing this but it gives me names of all the users who haven't submitted inspections&lt;/P&gt;&lt;P&gt;=NullCount(distinct Inspection_ID)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:15:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1730669#M722090</guid>
      <dc:creator>sadiaasghar</dc:creator>
      <dc:date>2024-11-16T00:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Last 2 months data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1730738#M722091</link>
      <description>&lt;P&gt;Try using the&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-modifiers-implicit-field-value-definitions.htm" target="_self"&gt;E()&lt;/A&gt;&amp;nbsp;function in your Set Analysis.&lt;/P&gt;&lt;P&gt;Count({&amp;lt;User=E({1&amp;lt;InspectionDate={"&amp;gt;=$(=AddMonths(Float(Today()),-2))"}&amp;gt;}Inspection_ID),Inspection_ID={"*"}&amp;gt;}User)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The idea is that the E() will return all users that don't have an Inspection _ID in the last 2 months.&amp;nbsp; I added Inspection_ID={"*"} to ensure that the user has an inspection.&lt;/P&gt;&lt;P&gt;Replace InspectionDate with whatever date is associated the Inspection_ID.&amp;nbsp; &amp;nbsp;Check the date format matches your date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 18:35:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1730738#M722091</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2020-07-24T18:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Last 2 months data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1730869#M722092</link>
      <description>Hi jwjackso,&lt;BR /&gt;Thanks for the reply. The formula is not returning anything: I have added&lt;BR /&gt;my fields in this formula but it's not working:&lt;BR /&gt;Count({=$(=AddMonths(Max(INSPECTION_DATE),&lt;BR /&gt;-2))"}&amp;gt;}INSPECTION_ID),INSPECTION_ID={"*"}&amp;gt;}USER_NAME)&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Jul 2020 14:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1730869#M722092</guid>
      <dc:creator>sadiaasghar</dc:creator>
      <dc:date>2020-07-26T14:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Last 2 months data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1730870#M722093</link>
      <description>&lt;P&gt;The Expression is not returning anything.&lt;/P&gt;&lt;P&gt;Count({&amp;lt;USER_NAME=E({1&amp;lt;INSPECTION_DATE={"&amp;gt;=$(=AddMonths(Max(INSPECTION_DATE), -2))"}&amp;gt;}INSPECTION_ID),INSPECTION_ID={"*"}&amp;gt;}USER_NAME)&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2020 15:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1730870#M722093</guid>
      <dc:creator>sadiaasghar</dc:creator>
      <dc:date>2020-07-26T15:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Last 2 months data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1734975#M722094</link>
      <description>&lt;P&gt;The following links should prove useful:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Set-Analysis-in-the-Aggr-function/ba-p/1463822&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hopefully that helps you move things forward.&amp;nbsp; It would likely be most helpful if you attach a sample QVW file otherwise, and if you have sensitive fields, you can use the Settings\Document Properties\Scrambling tab to scramble those prior to attaching.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 19:15:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1734975#M722094</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-08-11T19:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Last 2 months data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1735017#M722095</link>
      <description>&lt;P&gt;&lt;SPAN&gt;try below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&lt;STRONG&gt;1-$&lt;/STRONG&gt;&amp;lt;INSPECTION_DATE={"&amp;gt;=$(=AddMonths(Max(INSPECTION_DATE), -2))"},INSPECTION_ID={"*"}&amp;gt;}USER_NAME)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Aug 2020 21:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1735017#M722095</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-11T21:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Last 2 months data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1740684#M722096</link>
      <description>&lt;P&gt;It's not working for me. Please help me anyone.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 14:19:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1740684#M722096</guid>
      <dc:creator>sadiaasghar</dc:creator>
      <dc:date>2020-09-02T14:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: Last 2 months data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1740694#M722097</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/336"&gt;@Kushal_Chawda&lt;/a&gt;&amp;nbsp; Hey man, guessing notifications may still not be working, so just flagging this one for you, hopefully this lets you know the last suggestion did not work.&lt;/P&gt;&lt;P&gt;Cheers,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 14:33:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1740694#M722097</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-09-02T14:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Last 2 months data</title>
      <link>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1740706#M722098</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/105825"&gt;@sadiaasghar&lt;/a&gt;&amp;nbsp; try below. If still does&amp;nbsp; not&amp;nbsp; work than provide your sample app to look at&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Count({&lt;/SPAN&gt;&lt;STRONG&gt;1-$&lt;/STRONG&gt;&lt;SPAN&gt;&amp;lt;INSPECTION_ID={"*"}&amp;gt;} aggr(only({&amp;lt;INSPECTION_DATE={"&amp;gt;=$(=AddMonths(Max(INSPECTION_DATE), -2))"}&amp;gt;}UserName),UserName))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Sep 2020 14:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-2-months-data/m-p/1740706#M722098</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-09-02T14:54:08Z</dc:date>
    </item>
  </channel>
</rss>

