<?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: Help with formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024373#M925362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this, if this is not and condition, but an or condition (show this or show that)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;[Svc Group] = {'MC', 'RC', 'TR'}&amp;gt;+&amp;lt;[Svc Line] = {'Transaction', 'FRM', 'RC Other', 'Technology Enablement'}&amp;gt;}[Partner 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/120007_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Mar 2016 10:24:23 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-03-31T10:24:23Z</dc:date>
    <item>
      <title>Help with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024371#M925360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to write a formula that will give me the following detail for each of the two columns Svc Group and Svc line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want to pull in the following from Svc Group:&lt;/P&gt;&lt;P&gt;MC&lt;/P&gt;&lt;P&gt;RC&lt;/P&gt;&lt;P&gt;TR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I only want to pull in the following from Svc Line:&lt;/P&gt;&lt;P&gt;Transaction&lt;/P&gt;&lt;P&gt;FRM&lt;/P&gt;&lt;P&gt;RC Other&lt;/P&gt;&lt;P&gt;Technology Enablement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help&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/Help-with-formula/m-p/1024371#M925360</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024372#M925361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;[Svc Group] = {'MC', 'RC', 'TR'}, [Svc Line] = {'Transaction', 'FRM', 'RC Other', 'Technology Enablement'}&amp;gt;}[Partner 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/120006_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 10:23:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024372#M925361</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-31T10:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024373#M925362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or this, if this is not and condition, but an or condition (show this or show that)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count({&amp;lt;[Svc Group] = {'MC', 'RC', 'TR'}&amp;gt;+&amp;lt;[Svc Line] = {'Transaction', 'FRM', 'RC Other', 'Technology Enablement'}&amp;gt;}[Partner 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/120007_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 10:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024373#M925362</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-31T10:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024374#M925363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;load *,&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where&amp;nbsp; svcgroup='mc','rc','tr'&amp;nbsp;&amp;nbsp; and&amp;nbsp; Svcline='&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Transaction',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'FRM',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'RC Other',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Technology Enablement';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 10:24:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024374#M925363</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-31T10:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024375#M925364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I were to go this route I would do this in the edit script correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would this limit svc group and svc line to only those that I've selected throughout the file.&amp;nbsp; So any graphs or charts that I use it will only display svcgroup='mc','rc','tr'&amp;nbsp;&amp;nbsp; and&amp;nbsp; Svcline='&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Transaction',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'FRM',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'RC Other',&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;'Technology Enablement';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 12:27:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024375#M925364</guid>
      <dc:creator />
      <dc:date>2016-03-31T12:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024376#M925365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt; I notice that after Count you have &lt;STRONG&gt;{&amp;lt; and at the end of your formula you have &lt;STRONG&gt;&amp;gt;}.&amp;nbsp; Why do you have these in there?&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 12:39:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024376#M925365</guid>
      <dc:creator />
      <dc:date>2016-03-31T12:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with formula</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024377#M925366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a set analysis syntax. For more information on set analysis, it would be good to spend some time on the attached document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Mar 2016 13:26:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-formula/m-p/1024377#M925366</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-31T13:26:44Z</dc:date>
    </item>
  </channel>
</rss>

