<?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: Showing rows only with multiple events in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431716#M430566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this as a calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(If(Count(TOTAL &amp;lt;[Event Start Date]&amp;gt; DISTINCT {&amp;lt;[Event Status]-={'DROPPED','HOLD','CANCEL'},[Event Type]={'SPKRPGM'},[Site Participant Attendance Status]={'ACCEPTED','ATTENDED'}&amp;gt;}If(Len(Trim([Date Trained])) = 0, [Vendor Event ID])) &amp;gt; 1, [Vendor Event ID]), [Event Start Date], [Vendor Event ID])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186091_Capture.PNG" style="height: 809px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2017 14:58:02 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-12-07T14:58:02Z</dc:date>
    <item>
      <title>Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431701#M430551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In a pivot able, i want to show event dates which has multiple events as below. In the below image, event date 01/03/2016,01/04/2016 and 01/05/2017 has multiple curriculum names and speaker names, hence i want to display only these dates. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dates like 01/02/2016 and 01/06/2017 are having single curriculum name and speaker name, hence i want to eliminate these rows. &lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the below image, i want only rows highlighted in green color and remove which are highlighted in red. Please find the excel and QVW attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185781_Capture.PNG" style="height: 225px; width: 620px;" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 14:03:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431701#M430551</guid>
      <dc:creator>farheenayesha</dc:creator>
      <dc:date>2017-12-05T14:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431702#M430552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be use a straight table to do this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/185776_Capture.PNG" style="height: 224px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimensions&lt;/P&gt;&lt;P&gt;All your fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Count(TOTAL &amp;lt;[Event Date]&amp;gt; [Event Date]) &amp;gt; 2, 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hide the expression on the presentation tab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 14:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431702#M430552</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-05T14:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431703#M430553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for quick reply.&amp;nbsp; Could you please help me to get the result at dimension level. please find the updated excel file attached. and also using this below expression in my pivot table.please consider this expression and please provide the solution at dimension level.&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;=if(len(trim([Date Trained])) = 0, COUNT({&amp;lt;[Event Status]-={'DROPPED','HOLD','CANCEL'},[Event Type]={'SPKRPGM'},[Site Participant Attendance Status]={'ACCEPTED','ATTENDED'}&amp;gt;}[Vendor Event ID]))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 14:37:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431703#M430553</guid>
      <dc:creator>farheenayesha</dc:creator>
      <dc:date>2017-12-05T14:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431704#M430554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your sample data doesn't even have some of the fields from your expression.... leaving that part aside, may be you can try this as your calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(If(Count([Event Date]) &amp;gt; 2, [Event Date]), [Event Date])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure to check 'Suppress When Value Is Null' on the dimension tab of the chart properties&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 14:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431704#M430554</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-05T14:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431705#M430555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. &lt;/P&gt;&lt;P&gt;Actually your expression is working fine without the below expression. However when i use the below expression i am not getting the desired result. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(len(trim([Date Trained])) = 0, COUNT({&amp;lt;[Event Status]-={'DROPPED','HOLD','CANCEL'},[Event Type]={'SPKRPGM'},[Site Participant Attendance Status]={'ACCEPTED','ATTENDED'}&amp;gt;} [Event ID]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any of the above parameters are affecting it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 15:06:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431705#M430555</guid>
      <dc:creator>farheenayesha</dc:creator>
      <dc:date>2017-12-05T15:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431706#M430556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be you need to add the set analysis when you count in your aggr dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Aggr(If(Count(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;[Event Status] -= {'DROPPED','HOLD','CANCEL'}, [Event Type] = {'SPKRPGM'}, [Site Participant Attendance Status] = {'ACCEPTED','ATTENDED'}&amp;gt;} &lt;/SPAN&gt;[Event Date]) &amp;gt; 2, [Event Date]), [Event Date])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 15:38:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431706#M430556</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-05T15:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431707#M430557</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;It may be help u ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 15:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431707#M430557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-05T15:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431708#M430558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Wrong Attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 16:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431708#M430558</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-05T16:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431709#M430559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Again..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 16:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431709#M430559</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-05T16:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431710#M430560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its My Bad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Dec 2017 16:08:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431710#M430560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-05T16:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431711#M430561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny.&lt;/P&gt;&lt;P&gt;However I didn't get the solution yet. I am attaching new Mockup data and Sample file. Please help me to achieve it. I want only records which has multiple event start date where 'date trained' is null.&lt;/P&gt;&lt;P&gt;in the below snapshot I have only one record with date trained is null and I want to remove this record from the table.&lt;/P&gt;&lt;P&gt;I have to achieve this in front end level.&lt;/P&gt;&lt;P&gt;Please let me know if you want more clarification.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/2017"&gt;&lt;/A&gt;&lt;A href="https://community.qlik.com/qlik-users/61824"&gt;&lt;/A&gt;&lt;A href="https://community.qlik.com/qlik-users/2012"&gt;&lt;/A&gt; &lt;A href="https://community.qlik.com/qlik-users/2008"&gt;afd&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186088_Capture.JPG" style="width: 620px; height: 174px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 14:15:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431711#M430561</guid>
      <dc:creator>farheenayesha</dc:creator>
      <dc:date>2017-12-07T14:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431712#M430562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which table are you looking to remove it from? Speakers Pending Training table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 14:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431712#M430562</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-07T14:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431713#M430563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Sunny. I am trying to remove all the single records where date trained is null. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 14:28:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431713#M430563</guid>
      <dc:creator>farheenayesha</dc:creator>
      <dc:date>2017-12-07T14:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431714#M430564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this based on Event Start Date? What will you want to see when 1/6/2016 is selected?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186090_Capture.PNG" style="height: 295px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both the rows because 1/6/2016 have more then one Event ID?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 14:36:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431714#M430564</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-07T14:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431715#M430565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes.&lt;/P&gt;&lt;P&gt;Logic : I want to display records which has multiple curriculum id's for one Event start date and also date trained should be null.&lt;/P&gt;&lt;P&gt;When I select 1/6/2016, I should get only two records where date trained is null, as same as your snapshot. However for the date 1/4/2016 , I want to remove the record which is appearing in the Speaker Pending Training Table. Because it has only one record with date trained as null.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186104_Capture1.JPG" style="width: 620px; height: 194px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 14:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431715#M430565</guid>
      <dc:creator>farheenayesha</dc:creator>
      <dc:date>2017-12-07T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431716#M430566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this as a calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(If(Count(TOTAL &amp;lt;[Event Start Date]&amp;gt; DISTINCT {&amp;lt;[Event Status]-={'DROPPED','HOLD','CANCEL'},[Event Type]={'SPKRPGM'},[Site Participant Attendance Status]={'ACCEPTED','ATTENDED'}&amp;gt;}If(Len(Trim([Date Trained])) = 0, [Vendor Event ID])) &amp;gt; 1, [Vendor Event ID]), [Event Start Date], [Vendor Event ID])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186091_Capture.PNG" style="height: 809px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 14:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431716#M430566</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-07T14:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431717#M430567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are Genius &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; Thank you so much. I am very grateful to you!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 15:31:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431717#M430567</guid>
      <dc:creator>farheenayesha</dc:creator>
      <dc:date>2017-12-07T15:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431718#M430568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt; Just wanted one more scenario. As I had mentioned that I want to show Event start date with Multiple Curriculum ID's and date trained is null. I want more condition to be added. Along with multiple curriculum id's I want to show event start date with multiple site participant SFDC ID as well. In the below image, event dates with multiple site participant SFDC ID is not showing up in the actual table(Second Image). &lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186206_Capture.JPG" style="width: 620px; height: 153px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/186207_Capture2.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;There is one issue in the solution what you have shared with me. As I want Site Participant SFDC ID as only Attended accepted, However in the current solution, I am seeing the records with Declined and Do Not Show as well. It would be great if you could help me to resolve these two issues.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/186208_Capture3.JPG" style="width: 620px; height: 318px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.JPG" class="image-4 jive-image" src="https://community.qlik.com/legacyfs/online/186209_Capture1.JPG" style="width: 620px; height: 123px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 07:40:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431718#M430568</guid>
      <dc:creator>farheenayesha</dc:creator>
      <dc:date>2017-12-08T07:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431719#M430569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much for your response &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 07:42:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431719#M430569</guid>
      <dc:creator>farheenayesha</dc:creator>
      <dc:date>2017-12-08T07:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Showing rows only with multiple events</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431720#M430570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not see any reference of SFDC ID... what exactly is SFDC ID? And just to be clear, you have two issues above....1) The previous expression isn't working exactly how you would wish, 2) You want to add another condition, correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 12:17:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-rows-only-with-multiple-events/m-p/1431720#M430570</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-12-08T12:17:38Z</dc:date>
    </item>
  </channel>
</rss>

