<?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: Calculation independent from selections in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359915#M6850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&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;Count({$&amp;lt;[ArrivalDate], ArrivalWeek = p(ArrivalWeek), AEMinsInDept {'&amp;lt;=240'}&amp;gt;} INPATIENT_DATA_ID)/Count({$&amp;lt;[ArrivalDate], ArrivalWeek = p(ArrivalWeek)&amp;gt;} INPATIENT_DATA_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Aug 2017 12:15:44 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-08-07T12:15:44Z</dc:date>
    <item>
      <title>Calculation independent from selections</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359909#M6844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a dashboard with performance % for day selected but also want to include performance % for the whole week up to date selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Jess&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359909#M6844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-02T08:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation independent from selections</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359910#M6845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jessica,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The short answer is; you need to use Set Analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The longer answer will take a bit more time...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This app may help point you in the right direction:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-4313"&gt;QlikView App: Set Analysis - Prior Period Comparison&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that where that app uses the MonthStart function, there is also a WeekStart function that you will want to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, a note of warning on gauges (if you are using those to show percentage), make sure you don't have a dimension set for them or this will give spurious results (only the value for the first sorted entry in that dimension).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 10:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359910#M6845</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2017-08-07T10:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation independent from selections</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359911#M6846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your performance expression? May be something like this in set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;Day = , Week = p(Week)&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 12:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359911#M6846</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-07T12:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation independent from selections</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359912#M6847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(count({$&amp;lt; [ArrivalDate] = &amp;gt; }if(AEMinsInDept&amp;lt;=240,'')))/count({$&amp;lt; [ArrivalDate] = &amp;gt; }INPATIENT_DATA_ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 12:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359912#M6847</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-07T12:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation independent from selections</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359913#M6848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({$&amp;lt;[ArrivalDate], ArrivalWeek = p(ArrivalWeek), AEMinsInDept {'&amp;lt;=240'}&amp;gt;} INPATIENT_DATA_ID)/Count({$&amp;lt;[ArrivalDate], ArrivalWeek = p(ArrivalWeek)&amp;gt;} INPATIENT_DATA_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 12:08:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359913#M6848</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-07T12:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation independent from selections</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359914#M6849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the basic expression based on departure date &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(if(AEMinsInDept&amp;lt;=240,''))/count(INPATIENT_DATA_ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 12:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359914#M6849</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-07T12:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation independent from selections</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359915#M6850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&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;Count({$&amp;lt;[ArrivalDate], ArrivalWeek = p(ArrivalWeek), AEMinsInDept {'&amp;lt;=240'}&amp;gt;} INPATIENT_DATA_ID)/Count({$&amp;lt;[ArrivalDate], ArrivalWeek = p(ArrivalWeek)&amp;gt;} INPATIENT_DATA_ID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 12:15:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359915#M6850</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-07T12:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation independent from selections</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359916#M6851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately nothing is returned&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 12:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359916#M6851</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-07T12:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation independent from selections</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359917#M6852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a field called ArrivalWeek or something similar in your dashboard?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 12:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359917#M6852</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-08-07T12:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation independent from selections</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359918#M6853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only have arrival date and departure date fields&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 12:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359918#M6853</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-07T12:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation independent from selections</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359919#M6854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would solve that in the load script by doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Arrival Date],&lt;/P&gt;&lt;P&gt;Dual(WeekYear([Arrival Date]) &amp;amp; '-' &amp;amp; Week([Arrival Date]), WeekStart([Arrival Date])) as [Arrival Week],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that you will need the square brackets and space in the Set Analysis if you go with this.&amp;nbsp; Or you could just drop the space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 13:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359919#M6854</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2017-08-07T13:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation independent from selections</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359920#M6855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still showing nothing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my preceding load script (selection is based on departuredate field):&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;ArrDateTime as ArrivalTime2,&lt;/P&gt;&lt;P&gt;InitCompl as InitCompl2,&lt;/P&gt;&lt;P&gt;Date(Floor(DepartureDate)) as [DepDate],&lt;/P&gt;&lt;P&gt;&amp;nbsp; Year(DepartureDate) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month(DepartureDate) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Week(DepartureDate) as Week,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Day(DepartureDate) as Day,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(MonthStart(DepartureDate), 'MM-YYYY') as MonthYear,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dual(WeekYear(DepartureDate)&amp;amp;'-'&amp;amp;Week(DepartureDate),WeekEnd(DepartureDate)) as [Arrival Week];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;[ArrivalDate], [Arrival Week] = p([Arrival Week]), AEMinsInDept {'&amp;lt;=240'}&amp;gt;} INPATIENT_DATA_ID)/Count({$&amp;lt;[ArrivalDate], [Arrival Week] = p([Arrival Week])&amp;gt;} INPATIENT_DATA_ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 13:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359920#M6855</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-07T13:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation independent from selections</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359921#M6856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you are selecting DepDate, you will need to exclude that selection in the set analysis:&lt;/P&gt;&lt;P&gt;&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;Count({$&amp;lt;[ArrivalDate]=, [Arrival Week] = p([Arrival Week]),&lt;STRONG&gt;DepDate=&lt;/STRONG&gt;, AEMinsInDept&lt;STRONG&gt;=&lt;/STRONG&gt;{"&amp;lt;=240"}&amp;gt;} INPATIENT_DATA_ID)/Count({$&amp;lt;[ArrivalDate]=, [Arrival Week] = p([Arrival Week]),&lt;STRONG&gt;DepDate=&lt;/STRONG&gt;&amp;gt;} INPATIENT_DATA_ID)&lt;/SPAN&gt;&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;BR /&gt;&lt;/SPAN&gt;&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;Also, the expression was missing an equals sign after &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AEMinsInDept and was using the wrong quotes around the 240 minutes (though that that shouldn't have broken it).&lt;/SPAN&gt;&lt;/SPAN&gt;&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;BR /&gt;&lt;/SPAN&gt;&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;Does your Arrival Date field have a space in it, by the way?&lt;/SPAN&gt;&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The best way to test Set Analysis functions is to add a bit in at a time and see what you get.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try just this first:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AEMinsInDept {"&amp;lt;=240"}&amp;gt;} INPATIENT_DATA_ID)/Count({$&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;} INPATIENT_DATA_ID)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;See if that works.&amp;nbsp; Then add some more:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[ArrivalDate]=,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;AEMinsInDept={"&amp;lt;=240"}&amp;gt;} INPATIENT_DATA_ID)/Count({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[ArrivalDate]=&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;} INPATIENT_DATA_ID)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Steve&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Aug 2017 13:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Calculation-independent-from-selections/m-p/1359921#M6856</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2017-08-07T13:41:57Z</dc:date>
    </item>
  </channel>
</rss>

