<?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: Straight table combining expressions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120642#M463220</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the table will have 3 columns.&amp;nbsp; Name, # of Purchases, YTD Amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want to see the # of Purchases that are greater than 10 and the YTD Amount is greater than 10,000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I believe I will need two expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jul 2016 18:53:42 GMT</pubDate>
    <dc:creator>cliff_clayman</dc:creator>
    <dc:date>2016-07-21T18:53:42Z</dc:date>
    <item>
      <title>Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120637#M463215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a straight table with one Dimension, Name and two expressions, # of Purchases and YTD Amount.&amp;nbsp; The result set relies on the expressions working together, meaning, I need to only see the total # of Purchases that are greater than 10 and where the YTD Amount is greater than 10,000.&amp;nbsp; How can I write the two expressions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 18:30:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120637#M463215</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-21T18:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120638#M463216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give a try on the below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;[# Of Purchases]={"$(=Count(&lt;SPAN style="font-size: 13.3333px;"&gt;[# Of Purchases])&amp;gt;10"&lt;/SPAN&gt;},[YTD Amount] = {'&amp;gt;10,000'}&lt;/SPAN&gt;&amp;gt;} [# Of Purchases])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this is not helping, can you please post a small sample.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 18:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120638#M463216</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-07-21T18:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120639#M463217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is only one expression.&amp;nbsp; Is the YTD Amount expression just a straight forward Sum?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 18:47:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120639#M463217</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-21T18:47:16Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120640#M463218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post your sample data and your expression &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 18:51:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120640#M463218</guid>
      <dc:creator>maheshkuttappa</dc:creator>
      <dc:date>2016-07-21T18:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120641#M463219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression I gave you have the both conditions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will sum [# Of Purchases] only if count of &lt;SPAN style="font-size: 13.3333px;"&gt;[# Of Purchases] are greater than 10 and [YTD Amount] &amp;gt;10,000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that is what you are looking for ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 18:51:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120641#M463219</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-07-21T18:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120642#M463220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the table will have 3 columns.&amp;nbsp; Name, # of Purchases, YTD Amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want to see the # of Purchases that are greater than 10 and the YTD Amount is greater than 10,000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, I believe I will need two expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 18:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120642#M463220</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-21T18:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120643#M463221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try as below:&lt;/P&gt;&lt;P&gt;Dimension: Name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression1:&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;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[# Of Purchases]={"$(=Count(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[# Of Purchases])&amp;gt;10"&lt;/SPAN&gt;},[YTD Amount] = {'&amp;gt;10,000'}&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;gt;} [# Of Purchases])&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;Expression2:&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;Sum(YTD Amount)&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;Hope this helps...&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 18:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120643#M463221</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-07-21T18:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120644#M463222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;[YTD Amount] is not a field that exists...it is an expression.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 19:06:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120644#M463222</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-21T19:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120645#M463223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Hi Cliff&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;First expression goes like this&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Sum({&amp;lt;[# Of Purchases]={"$(=Count([# Of Purchases])&amp;gt;10"}&amp;gt;} [# Of Purchases])&lt;/SPAN&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;And second one&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Sum({&amp;lt;[YTD Amount] = {'&amp;gt;10,000'}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;[YTD Amount])&lt;/SPAN&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;Karthik&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 19:12:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120645#M463223</guid>
      <dc:creator>karthikoffi27se</dc:creator>
      <dc:date>2016-07-21T19:12:39Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120646#M463224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please share a small sample ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 19:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120646#M463224</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-07-21T19:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120647#M463225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Sample.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/132103_Sample.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example, I only want to see the results for Dave Donaldson and Tom Thompson.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 19:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120647#M463225</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-21T19:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120648#M463226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your expression for YTD Amount here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Count({&amp;lt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Name = {"=Count(&lt;SPAN style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[# Of Purchases]) &amp;gt;10 and &lt;SPAN style="color: #ff0000;"&gt;Expression for &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;YTD Amount&lt;/SPAN&gt; &amp;gt;10000"}&lt;/STRONG&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&amp;gt;} [# Of Purchases])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Replace &lt;STRONG style="color: #3d3d3d; font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #ff0000; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;Expression for &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;YTD Amount&lt;/SPAN&gt;&lt;/STRONG&gt; with your expression you have used for YTD Amount.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 19:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120648#M463226</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-21T19:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120649#M463227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is part of the issue.&amp;nbsp; I don't know what the expression for YTD Amount should look like...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 19:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120649#M463227</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-21T19:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120650#M463228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please take a look at the attached:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 19:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120650#M463228</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-07-21T19:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120651#M463229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The # of Charges needs to be a Sum and the expression for YTD Amount only works with the small subset of data.&amp;nbsp; There needs to be a check for the dollar amount as well as the total # of charges.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 19:43:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120651#M463229</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-21T19:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120652#M463230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see the attached:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 20:12:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120652#M463230</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-07-21T20:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120653#M463231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;None of these solutions seem to fit.&amp;nbsp; Is there a way to use Calculated Dimensions to make this easier?&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;The issue is that I do not know what the expressions should be.&amp;nbsp; I have 3 fields.&amp;nbsp; Name, Charges, Amount.&amp;nbsp; I have multiple names with multiple charges and amounts.&amp;nbsp; I need an expression that will Sum the vales for Charges and Amounts.&amp;nbsp; I then need to filter the results for charges that are greater than 10 AND where the amounts are greater than $10,000.&amp;nbsp; I don't know if it would be easier to create a calculated dimension that does the check for the condition and suppress null values and then just do the Sum of the charges and amounts in an expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jul 2016 21:01:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120653#M463231</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-21T21:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120654#M463232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Can you let us know the expression that you have used in the excel got YTD Amount..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 04:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120654#M463232</guid>
      <dc:creator>karthikoffi27se</dc:creator>
      <dc:date>2016-07-22T04:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table combining expressions</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120655#M463233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue is that I do not know what the expressions should be.&amp;nbsp; I have 3 fields.&amp;nbsp; Name, Charges, Amount.&amp;nbsp; I have multiple names with multiple charges and amounts.&amp;nbsp; I need an expression that will Sum the vales for Charges and Amounts.&amp;nbsp; I then need to filter the results for charges that are greater than 10 AND where the amounts are greater than $10,000.&amp;nbsp; I don't know if it would be easier to create a calculated dimension that does the check for the condition and suppress null values and then just do the Sum of the charges and amounts in an expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Jul 2016 14:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-combining-expressions/m-p/1120655#M463233</guid>
      <dc:creator>cliff_clayman</dc:creator>
      <dc:date>2016-07-22T14:43:51Z</dc:date>
    </item>
  </channel>
</rss>

