<?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: Formula question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88773#M755029</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Oct 2018 16:23:42 GMT</pubDate>
    <dc:creator>clsaulsberry</dc:creator>
    <dc:date>2018-10-09T16:23:42Z</dc:date>
    <item>
      <title>Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88765#M755021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to write a formula that counts certain orders.&lt;/P&gt;&lt;P&gt;Fields&amp;nbsp; : Status Flag, Order Number and Case Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The status flag tells me what is going on with the case numbers for each order.&amp;nbsp; i am trying to count the number of orders that have case numbers with a status flag of "30" but also has a status flag of "00"&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="92"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" style="font-size: 11pt; color: black; font-weight: bold; font-family: Calibri, sans-serif; border-top: none; border-right: none; border-bottom: 0.5pt solid #8ea9db; border-left: none; background: #d9e1f2;" width="92"&gt;Status Flag&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;00&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;60&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;95&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&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/Formula-question/m-p/88765#M755021</guid>
      <dc:creator>clsaulsberry</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88766#M755022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(DISTINCT {&amp;lt;[Order Number] = p({&amp;lt;[Status Flag] = {'30'}&amp;gt;})*p({&amp;lt;[Status Flag] = {'00'}&amp;gt;})&amp;gt;} [Order Number])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 15:50:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88766#M755022</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T15:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88767#M755023</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;can't we just write like this, just wondering &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(DISTINCT {&amp;lt; [Status Flag] = {'30', '00'} &amp;gt;} [Order Number])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 15:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88767#M755023</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-10-09T15:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88768#M755024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What about this :&lt;/P&gt;&lt;P&gt;If we need Selections of &lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; [Status Flag]&lt;/STRONG&gt;to be effective on the Set Expression then (Sunny's expression is the the same - I just simplified - I guess)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Order Number]&lt;/SPAN&gt;= P({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Status Flag] = {'30', '00'} &lt;/SPAN&gt;&amp;gt;})&amp;gt;}Distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Order Number]&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;If we DONT need Selections of &lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; [Status Flag]&lt;/STRONG&gt; to be effective on the Set Expression then &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Nagaraju your expression &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;STRONG&gt;Count(DISTINCT {&amp;lt; [Status Flag] = {'30', '00'} &amp;gt;} [Order Number])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:03:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88768#M755024</guid>
      <dc:creator>jayanttibhe</dc:creator>
      <dc:date>2018-10-09T16:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88769#M755025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would include all rows where Status flag is 30 or 00... I am not sure if the OP wants that or if he wants all the Order Numbers where Status Flag is 30 and 00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:05:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88769#M755025</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T16:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88770#M755026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88770#M755026</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-10-09T16:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88771#M755027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;If we need Selections of &lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; [Status Flag]&lt;/STRONG&gt;to be effective on the Set Expression then (Sunny's expression is the the same - I just simplified - I guess)&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Order Number]&lt;/SPAN&gt;= P({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Status Flag] = {'30', '00'} &lt;/SPAN&gt;&amp;gt;})&amp;gt;}Distinct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; [Order Number]&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I don't think they are the same thing... from what I understand your's will include the Order Number if Status Flag is 30 or 00, where as the one I provided should include only those Order Numbers where the Status Flag is both 30 and 00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88771#M755027</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T16:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88772#M755028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are right Sunny - mine is OR condition&amp;nbsp; and yours is the Set intersection. My bad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:14:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88772#M755028</guid>
      <dc:creator>jayanttibhe</dc:creator>
      <dc:date>2018-10-09T16:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88773#M755029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88773#M755029</guid>
      <dc:creator>clsaulsberry</dc:creator>
      <dc:date>2018-10-09T16:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88774#M755030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you i wanted all to include both statuses not either or statuses.&amp;nbsp; you formula worked correctly for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88774#M755030</guid>
      <dc:creator>clsaulsberry</dc:creator>
      <dc:date>2018-10-09T16:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88775#M755031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do i display this in my expressions to show only these orders for this formula?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 16:55:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88775#M755031</guid>
      <dc:creator>clsaulsberry</dc:creator>
      <dc:date>2018-10-09T16:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88776#M755032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this set analysis in your expression&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;{&amp;lt;[Order Number] = p({&amp;lt;[Status Flag] = {'30'}&amp;gt;})*p({&amp;lt;[Status Flag] = {'00'}&amp;gt;})&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:01:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88776#M755032</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T17:01:12Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88777#M755033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that before asking and it errors saying garbage after expression "="&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88777#M755033</guid>
      <dc:creator>clsaulsberry</dc:creator>
      <dc:date>2018-10-09T17:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88778#M755034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exact expression did you use?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:15:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88778#M755034</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T17:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88779#M755035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;{&amp;lt;[Order Number] = p({&amp;lt;[Status Flag] = {'30'}&amp;gt;})*p({&amp;lt;[Status Flag] = {'00'}&amp;gt;})&amp;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; background-color: #f2f2f2;"&gt;i copied what you have here&amp;nbsp; i just replaced the field names with the ones i actually have&amp;nbsp; which is this&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; background-color: #f2f2f2;"&gt;{&amp;lt;[ORDER_NO] = p({&amp;lt;[Status Flag] = {'30'}&amp;gt;})*p({&amp;lt;[Status Flag] = {'00'}&amp;gt;})&amp;gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;and it shows this error&amp;nbsp; &lt;STRONG&gt;Garbage after expression: "="&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:22:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88779#M755035</guid>
      <dc:creator>clsaulsberry</dc:creator>
      <dc:date>2018-10-09T17:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88780#M755036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But where is the expression my friend? This is set analysis... but where is Sum or Avg or Min or Max of a field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88780#M755036</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T17:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88781#M755037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i apologize not sure.&amp;nbsp; i am trying to display these orders in a straight table so for the orders expression.&amp;nbsp; i added this expression.&amp;nbsp; i don't want to do any calculations like Sum Avg or Min or Max.&amp;nbsp; i only want to display all other orders that meet this criteria.&amp;nbsp;&amp;nbsp; so all orders that have cartons with a status 00 and 30 within the same order&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88781#M755037</guid>
      <dc:creator>clsaulsberry</dc:creator>
      <dc:date>2018-10-09T17:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88782#M755038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You want to show this in a straight table? Without an expression? Okay, may be add a dummy expression like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ORDER_NO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;[ORDER_NO] = p({&amp;lt;[Status Flag] = {'30'}&amp;gt;})*p({&amp;lt;[Status Flag] = {'00'}&amp;gt;})&amp;gt;} ORDER_NO)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then on the presentation tab, just hide your expression column so that you only see your Dimension. Does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88782#M755038</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-09T17:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Formula question</title>
      <link>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88783#M755039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes sir&amp;nbsp;&amp;nbsp; thank you so much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Oct 2018 17:40:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Formula-question/m-p/88783#M755039</guid>
      <dc:creator>clsaulsberry</dc:creator>
      <dc:date>2018-10-09T17:40:51Z</dc:date>
    </item>
  </channel>
</rss>

