<?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: ~ exclude how it will work in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998074#M977318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;[Sales Level 2]-={$(vSel2)},[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 1]={$(vSel1)}&amp;gt;} [Net Bookings])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Aug 2015 09:13:55 GMT</pubDate>
    <dc:creator>sasiparupudi1</dc:creator>
    <dc:date>2015-08-26T09:13:55Z</dc:date>
    <item>
      <title>~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998073#M977317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to exclude the Sales level 2&amp;nbsp; value from my Expression but its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;~[Sales Level 2]={$(vSel2)},[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 1]={$(vSel1)}&amp;gt;} [Net Bookings])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 09:11:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998073#M977317</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-08-26T09:11:58Z</dc:date>
    </item>
    <item>
      <title>Re: ~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998074#M977318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;[Sales Level 2]-={$(vSel2)},[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 1]={$(vSel1)}&amp;gt;} [Net Bookings])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 09:13:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998074#M977318</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-26T09:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: ~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998075#M977319</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=sum({$&amp;lt;[Sales Level 2]=,[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 1]={$(vSel1)}&amp;gt;} [Net Bookings])&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;This will not consider the Sales Level 2 for the calculation even if you have made any selection for that field.&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;Regards,&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;Kaushik Solanki&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 09:15:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998075#M977319</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2015-08-26T09:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: ~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998076#M977320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try '-' for exclusion like:&lt;/P&gt;&lt;P&gt;&amp;lt;[Sales Level 2] &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/SPAN&gt; ={$(vSel2)}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 09:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998076#M977320</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-08-26T09:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: ~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998077#M977321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still showing the same error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 12:07:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998077#M977321</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-08-26T12:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: ~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998078#M977322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to achieve below Data I was trying to &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; I wanted to show the&amp;nbsp; Total of the current [Sales Level 1 ] and at the end it should show the sum of All [Sales Level 1].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I will pass the selection on [Sales Level 2].Am able to calculate the first two field.But I am unable to get the %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid #000000; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc; background-position: no-repeat;" valign="middle"&gt;&lt;TABLE style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sales Level 2&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Customer Count&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Bookings&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;% Bookings&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Avg Deal Siz&lt;/STRONG&gt;e&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;Total&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;7424&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;222457000.8&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;CANADA&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;631&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;20932019.92&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;LATIN AMERICA&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;741&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;29788670.25&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;US COMMERCIAL&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;4098&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;58816212.46&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;US ENTERPRISE&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;549&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;51737137&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;US OTHER&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;3&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;5475872.92&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;US PS MARKET SEGMENT&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;1402&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;55707088.24&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;As per above Table am able to calculate Customer Count and Bookings.Now I want % Bookings which should show correctly as per&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Bookings=Total/Sales Level 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But its capturing only CANADA value in all Field which is wrong.I want the correct % Bookings value for remaining sales Level 2 also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;E.g :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If I select &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;[Sales Level 1 ]&amp;nbsp; AMERICAS.Then it should show the calculated % bookings value for &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;[Sales Level 2 ]&amp;nbsp; in the above table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Trying to use expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=sum({$&amp;lt;~[Sales Level 2]={$(vSel2)},[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 1]={$(vSel1)}&amp;gt;} [Net Bookings])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;KK&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 12:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998078#M977322</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-08-26T12:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: ~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998079#M977323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I wanted to achieve below Data I was trying to &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; I wanted to show the&amp;nbsp; Total of the current [Sales Level 1 ] and at the end it should show the sum of All [Sales Level 1].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I will pass the selection on [Sales Level 2].Am able to calculate the first two field.But I am unable to get the %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid #000000; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;TABLE style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sales Level 2&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Customer Count&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Bookings&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;% Bookings&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Avg Deal Siz&lt;/STRONG&gt;e&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;Total&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;7424&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;222457000.8&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;CANADA&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;631&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;20932019.92&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;LATIN AMERICA&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;741&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;29788670.25&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;US COMMERCIAL&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;4098&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;58816212.46&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;US ENTERPRISE&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;549&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;51737137&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;US OTHER&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;3&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;5475872.92&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;US PS MARKET SEGMENT&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;1402&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;55707088.24&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;As per above Table am able to calculate Customer Count and Bookings.Now I want % Bookings which should show correctly as per&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Bookings=Total/Sales Level 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But its capturing only CANADA value in all Field which is wrong.I want the correct % Bookings value for remaining sales Level 2 also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;E.g :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If I select &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;[Sales Level 1 ]&amp;nbsp; AMERICAS.Then it should show the calculated % bookings value for &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;[Sales Level 2 ]&amp;nbsp; in the above table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Trying to use expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=sum({$&amp;lt;~[Sales Level 2]={$(vSel2)},[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 1]={$(vSel1)}&amp;gt;} [Net Bookings])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 12:12:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998079#M977323</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-08-26T12:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: ~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998080#M977324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I wanted to achieve below Data I was trying to &lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; I wanted to show the&amp;nbsp; Total of the current [Sales Level 1 ] and at the end it should show the sum of All [Sales Level 1].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I will pass the selection on [Sales Level 2].Am able to calculate the first two field.But I am unable to get the %.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;,&amp;quot;verticalAlign&amp;quot;:&amp;quot;baseline&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;}" style="border: 1px solid #000000; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;THEAD style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;/TH&gt;&lt;TH class="header" style="border: 1px solid #000000; font-style: inherit; font-family: inherit; text-align: center; color: #ffffff; background-color: #6690bc;" valign="middle"&gt;&lt;TABLE style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sales Level 2&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Customer Count&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Bookings&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;% Bookings&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Avg Deal Siz&lt;/STRONG&gt;e&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;Total&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;7424&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;222457000.8&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;CANADA&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;631&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;20932019.92&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;LATIN AMERICA&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;741&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;29788670.25&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;US COMMERCIAL&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;4098&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;58816212.46&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;US ENTERPRISE&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;549&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;51737137&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;US OTHER&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;3&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;5475872.92&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;US PS MARKET SEGMENT&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;1402&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;55707088.24&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;9.41%&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;33225.42844&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;TD style="border: 0px; font-style: inherit; font-family: arial, helvetica, sans-serif; background-color: rgba(0, 0, 0, 0);"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/THEAD&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;As per above Table am able to calculate Customer Count and Bookings.Now I want % Bookings which should show correctly as per&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Calculation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Bookings=Total/Sales Level 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;But its capturing only CANADA value in all Field which is wrong.I want the correct % Bookings value for remaining sales Level 2 also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;E.g :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If I select &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;[Sales Level 1 ]&amp;nbsp; AMERICAS.Then it should show the calculated % bookings value for &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;[Sales Level 2 ]&amp;nbsp; in the above table.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;Trying to use expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=sum({$&amp;lt;~[Sales Level 2]={$(vSel2)},[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 1]={$(vSel1)}&amp;gt;} [Net Bookings])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 12:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998080#M977324</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-08-26T12:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: ~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998081#M977325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what is the error you are getting and what are the values in your variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be you can try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[Sales Level 2]-=&lt;STRONG&gt;{'$(vSel2)'&lt;/STRONG&gt;},[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 1]={&lt;STRONG&gt;'$(vSel1)'&lt;/STRONG&gt;}&amp;gt;} [Net Bookings])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or try hardcoding your variable values in the expression and see if it returns values&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;[Sales Level 2]-={&lt;STRONG&gt;'Some value'&lt;/STRONG&gt;},[Fiscal Year] = {$(=only([Fiscal Year]))},[Month in Fiscal Year] = {'&amp;lt;=$(=only([Month in Fiscal Year]))'},CATEGORY={'IOT'},[Sales Level 1]={&lt;STRONG&gt;'Some Other value'&lt;/STRONG&gt;}&amp;gt;} [Net Bookings])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also&lt;/P&gt;&lt;P&gt;if you put =only([Fiscal Year])&amp;nbsp; or&amp;nbsp; only([Month in Fiscal Year]) into a text object do you get a value?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 12:14:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998081#M977325</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-26T12:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: ~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998082#M977326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the red line error.Its showing error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 13:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998082#M977326</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-08-26T13:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: ~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998083#M977327</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;the - syntax will show the expression in red but the expression should work fine as long as it is showing expression ok message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hth&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 13:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998083#M977327</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-26T13:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: ~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998084#M977328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qv versions prior to 11.20 SR11 incorrectly flag the -= as an error, but it is valid syntax and it should work.&amp;nbsp; Your use of the ~ was not valid syntax.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it still does not work, then tell us how vSel1 and vSel2 are defined as these could be causing the error.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 13:22:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998084#M977328</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-26T13:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: ~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998085#M977329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok got it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 13:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998085#M977329</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-08-26T13:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: ~ exclude how it will work in expression</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998086#M977330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;ok got it&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 13:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-how-it-will-work-in-expression/m-p/998086#M977330</guid>
      <dc:creator>Karim_Khan</dc:creator>
      <dc:date>2015-08-26T13:40:01Z</dc:date>
    </item>
  </channel>
</rss>

