<?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 Display only those id's showing both status. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162756#M911273</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me solve the below scenario ASAP as I am stuck in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want those ID who have both status(i.e. In-queue and un-processed) is falling against same ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have column Status(In-queue, un-processed,processed, completed) and ID. i want all ID whose status( In-queue and un-processed) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID Status&lt;/P&gt;&lt;P&gt;1 In-queue&lt;/P&gt;&lt;P&gt;1 un-processed&lt;/P&gt;&lt;P&gt;2 processed&lt;/P&gt;&lt;P&gt;2 completed&lt;/P&gt;&lt;P&gt;3 In-queue&lt;/P&gt;&lt;P&gt;4 completed&lt;/P&gt;&lt;P&gt;5 In-queue&lt;/P&gt;&lt;P&gt;5 un-processed&lt;/P&gt;&lt;P&gt;6 completed&lt;/P&gt;&lt;P&gt;7 In-queue&lt;/P&gt;&lt;P&gt;7 un-processed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my result will be ID: 1,5,7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reply urgently.&lt;/P&gt;&lt;P&gt;Thanks in Advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Display only those id's showing both status.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162756#M911273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me solve the below scenario ASAP as I am stuck in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want those ID who have both status(i.e. In-queue and un-processed) is falling against same ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, I have column Status(In-queue, un-processed,processed, completed) and ID. i want all ID whose status( In-queue and un-processed) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ID Status&lt;/P&gt;&lt;P&gt;1 In-queue&lt;/P&gt;&lt;P&gt;1 un-processed&lt;/P&gt;&lt;P&gt;2 processed&lt;/P&gt;&lt;P&gt;2 completed&lt;/P&gt;&lt;P&gt;3 In-queue&lt;/P&gt;&lt;P&gt;4 completed&lt;/P&gt;&lt;P&gt;5 In-queue&lt;/P&gt;&lt;P&gt;5 un-processed&lt;/P&gt;&lt;P&gt;6 completed&lt;/P&gt;&lt;P&gt;7 In-queue&lt;/P&gt;&lt;P&gt;7 un-processed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so my result will be ID: 1,5,7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reply urgently.&lt;/P&gt;&lt;P&gt;Thanks in Advance .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162756#M911273</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display only those id's showing both status.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162757#M911274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try in where clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load * from tableName&lt;/P&gt;&lt;P&gt;where status='In-queue' and status='un-processed'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 13:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162757#M911274</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-06-09T13:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display only those id's showing both status.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162758#M911275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Status&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, In-queue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, un-processed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, processed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, completed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, In-queue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, completed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, In-queue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, un-processed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, completed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, In-queue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, un-processed&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Right Join (Table)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ID&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Flag = 2;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD ID,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Count(DISTINCT Status) as Flag&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Match(Status, 'In-queue', 'un-processed')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Group By ID;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/127437_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jun 2016 13:54:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162758#M911275</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-09T13:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Display only those id's showing both status.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162759#M911276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny T,&lt;/P&gt;&lt;P&gt; Can you explain me, why you have use &lt;STRONG&gt;Flag = 2; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 04:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162759#M911276</guid>
      <dc:creator />
      <dc:date>2016-06-10T04:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display only those id's showing both status.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162760#M911277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another solution can be&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID, Status&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, In-queue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, un-processed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1, new&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, processed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2, completed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3, In-queue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4, completed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, In-queue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5, un-processed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6, completed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, In-queue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7, un-processed&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Test:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load ID as new, count(Status) as newCo&lt;/P&gt;&lt;P&gt;Resident Table&lt;/P&gt;&lt;P&gt;Group by ID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test1:&lt;/P&gt;&lt;P&gt;Load new as newID&lt;/P&gt;&lt;P&gt;Resident Test&lt;/P&gt;&lt;P&gt;where newCo=2;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left join&lt;/P&gt;&lt;P&gt;Load ID as newID,&lt;/P&gt;&lt;P&gt;Status&lt;/P&gt;&lt;P&gt;Resident Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FinalTest:&lt;/P&gt;&lt;P&gt;Load newID as FinalID,Status as FinalStatus Resident Test1&lt;/P&gt;&lt;P&gt;where wildmatch(Status,'In-queue','un-processed');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Table,Test,Test1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 10:34:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162760#M911277</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2016-06-10T10:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Display only those id's showing both status.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162761#M911278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did a distinct count of status, but I have used a where statement which only brings in the two type of statuses. So in essence I am trying to pull those ID's where the distinct count of statuses = 2 and where those two status matches In-queue and un-processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jun 2016 10:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162761#M911278</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-10T10:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display only those id's showing both status.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162762#M911279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Sunny and Max Dreamer for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm Regards,&lt;/P&gt;&lt;P&gt;Ashvita.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 08:08:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162762#M911279</guid>
      <dc:creator />
      <dc:date>2016-06-11T08:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display only those id's showing both status.</title>
      <link>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162763#M911280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not a problem. We are glad we were able to help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Jun 2016 13:54:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-only-those-id-s-showing-both-status/m-p/1162763#M911280</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-11T13:54:05Z</dc:date>
    </item>
  </channel>
</rss>

