<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help/m-p/509431#M190368</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this calculation you can use SET-analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would write the expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count( {$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Migration Status]={'Engaged'}&lt;/SPAN&gt;&amp;gt;} [Server Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From this it's simple to add more statements (Answer on question b). It would look like this:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Migration Status]={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Build&lt;/SPAN&gt;', 'Analyze', 'Test'}&lt;/SPAN&gt;&amp;gt;} [Server Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question A:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Migration Status]={'*'}-{'Complete'}&lt;/SPAN&gt;&amp;gt;} [Server Name])&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Migration Status]-={'Complete'}&lt;/SPAN&gt;&amp;gt;} [Server Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Axel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2014 15:48:31 GMT</pubDate>
    <dc:creator>atafsson</dc:creator>
    <dc:date>2014-01-14T15:48:31Z</dc:date>
    <item>
      <title>Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/509429#M190366</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;I'm new to QV writing and have the below expression which works fine:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count(if([Migration Status]='Engaged',[Server Name]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The options I have to chose from in the 'Migration Status' column include:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="64"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;Analyze&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;Engaged&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;Test&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;Scheduled&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;Build&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="20"&gt;Complete&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a) How would I write a statement to count everything which IS NOT 'Complete'? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;b) How would I write a statement for the total count of 3 of the 6 (e.g. Build + Analyze + Test)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 15:41:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/509429#M190366</guid>
      <dc:creator />
      <dc:date>2014-01-14T15:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/509430#M190367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A.) count({&amp;lt;[Migration Status] -= {'Complete'}&amp;gt;} [Server Name])&lt;BR /&gt;B.) count({&amp;lt;[Migration Status] = {'Build','Analyze','Test'}&amp;gt;} [Server Name])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 15:44:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/509430#M190367</guid>
      <dc:creator />
      <dc:date>2014-01-14T15:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/509431#M190368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this calculation you can use SET-analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would write the expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count( {$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Migration Status]={'Engaged'}&lt;/SPAN&gt;&amp;gt;} [Server Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From this it's simple to add more statements (Answer on question b). It would look like this:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Migration Status]={'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Build&lt;/SPAN&gt;', 'Analyze', 'Test'}&lt;/SPAN&gt;&amp;gt;} [Server Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question A:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Migration Status]={'*'}-{'Complete'}&lt;/SPAN&gt;&amp;gt;} [Server Name])&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[Migration Status]-={'Complete'}&lt;/SPAN&gt;&amp;gt;} [Server Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Axel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 15:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/509431#M190368</guid>
      <dc:creator>atafsson</dc:creator>
      <dc:date>2014-01-14T15:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help</title>
      <link>https://community.qlik.com/t5/QlikView/Help/m-p/509432#M190369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for this! it's much appreciated! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 16:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help/m-p/509432#M190369</guid>
      <dc:creator />
      <dc:date>2014-01-14T16:03:31Z</dc:date>
    </item>
  </channel>
</rss>

