<?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 Writing an expression that encompasses data in 2 tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311913#M1178432</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; That did give me some pointers, ive gone away from trying to entirely calculating it all in an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive tried this which I cant get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿﻿﻿﻿﻿if(left(Rate_Category,1)='A' or left(Rate_Category,1)='U', sum(Amount)) as unmeasured_Total,&lt;/P&gt;&lt;P&gt;if(left(Rate_Category,1)='M',Sum(Amount)) as Measured_Total,&lt;/P&gt;&lt;P&gt;﻿﻿﻿﻿﻿&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What im trying to do is for the 1st line where the rate category starts with A or U to be counted by (Amount) as unmeasured_total &lt;/P&gt;&lt;P&gt;For the 2nd line&amp;nbsp; where Rate Category begins with M to be be counted as Measured_Total. Qlickview rejects this which ever way round I try it. Please help.&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Feb 2012 14:26:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-23T14:26:40Z</dc:date>
    <item>
      <title>Writing an expression that encompasses data in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311909#M1178426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to formulate an expression that encompasses data from two tables:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1: &lt;/P&gt;&lt;P&gt;Amount,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(wildmatch(Rate_Category, 'A*'), 'Unmeasured',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(wildmatch(Rate_Category, 'U*'), 'Unmeasured')) as Unmeasured,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(wildmatch(Rate_Category, 'M*'), 'Measured') as Measured,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;I am trying to get an amount for Unmeasured and Measured in seperate fields.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;Paul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 09:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311909#M1178426</guid>
      <dc:creator />
      <dc:date>2012-02-23T09:38:22Z</dc:date>
    </item>
    <item>
      <title>Writing an expression that encompasses data in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311910#M1178427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Anyone? I'm sat here bashing my head off a desk&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cry.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 11:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311910#M1178427</guid>
      <dc:creator />
      <dc:date>2012-02-23T11:19:08Z</dc:date>
    </item>
    <item>
      <title>Writing an expression that encompasses data in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311911#M1178428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;Paul.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you explain what do u want , some what clearly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 12:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311911#M1178428</guid>
      <dc:creator>mdmukramali</dc:creator>
      <dc:date>2012-02-23T12:27:24Z</dc:date>
    </item>
    <item>
      <title>Writing an expression that encompasses data in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311912#M1178430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(left(Rate,1)='A' or left(Rate,1)='U','Unmeasured',&lt;/P&gt;&lt;P&gt;if(left(Rate,1)='M','Measured')) as Type&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this can help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 13:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311912#M1178430</guid>
      <dc:creator />
      <dc:date>2012-02-23T13:37:59Z</dc:date>
    </item>
    <item>
      <title>Writing an expression that encompasses data in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311913#M1178432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; That did give me some pointers, ive gone away from trying to entirely calculating it all in an expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive tried this which I cant get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿﻿﻿﻿﻿if(left(Rate_Category,1)='A' or left(Rate_Category,1)='U', sum(Amount)) as unmeasured_Total,&lt;/P&gt;&lt;P&gt;if(left(Rate_Category,1)='M',Sum(Amount)) as Measured_Total,&lt;/P&gt;&lt;P&gt;﻿﻿﻿﻿﻿&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What im trying to do is for the 1st line where the rate category starts with A or U to be counted by (Amount) as unmeasured_total &lt;/P&gt;&lt;P&gt;For the 2nd line&amp;nbsp; where Rate Category begins with M to be be counted as Measured_Total. Qlickview rejects this which ever way round I try it. Please help.&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 14:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311913#M1178432</guid>
      <dc:creator />
      <dc:date>2012-02-23T14:26:40Z</dc:date>
    </item>
    <item>
      <title>Writing an expression that encompasses data in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311914#M1178434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You may look in to this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;Rate_Category={'A*','U*'}&amp;gt;} Amount) for unmeasured_Total&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;Rate_Category={'M*'}&amp;gt;} Amount) for Measured_Total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 14:32:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311914#M1178434</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-23T14:32:30Z</dc:date>
    </item>
    <item>
      <title>Writing an expression that encompasses data in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311915#M1178435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; doesnt work, probably I forgot to mention that I have this script before this in the same table.&lt;/P&gt;&lt;P class="MsoNormal"&gt;&lt;SPAN style="color: navy; font-size: 10pt; font-family: Arial;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 8pt;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt;Rate_Category&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 8pt;"&gt;'A*'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 8pt;"&gt;'Unmeasured'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 8pt;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt;Rate_Category&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 8pt;"&gt;'U*'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 8pt;"&gt;'Unmeasured'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 8pt; font-family: 'Courier New';"&gt;as&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt;Unmeasured&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 8pt;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt;Rate_Category&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 8pt;"&gt;'M*'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 8pt;"&gt;'Measured'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 8pt; font-family: 'Courier New';"&gt;as&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt;Measured&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8pt; font-family: 'Courier New';"&gt;﻿&lt;/SPAN&gt;Sum({&amp;lt;Rate_Category={'A*','U*'}&amp;gt;} Amount) for unmeasured_Total&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum({&amp;lt;Rate_Category={'M*'}&amp;gt;} Amount) for Measured_Total&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 8pt; font-family: 'Courier New';"&gt;﻿&lt;/SPAN&gt;isnt working, also my company is running version 9 of Qlickview, please help!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; font-size: 10pt; font-family: Arial;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: navy; font-size: 10pt; font-family: Arial;"&gt;﻿&lt;/SPAN&gt;Paul.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Arial; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 14:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311915#M1178435</guid>
      <dc:creator />
      <dc:date>2012-02-23T14:49:59Z</dc:date>
    </item>
    <item>
      <title>Writing an expression that encompasses data in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311916#M1178437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;Rate_Category,&lt;/P&gt;&lt;P&gt;Amount&lt;/P&gt;&lt;P&gt;From..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt;"&gt;Left Join(Table1)&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rate_Category,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(wildmatch(Rate_Category, 'A*'), 'Unmeasured',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(wildmatch(Rate_Category, 'U*'), 'Unmeasured')) as Unmeasured,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(wildmatch(Rate_Category, 'M*'), 'Measured') as Measured&lt;/P&gt;&lt;P&gt;From..&lt;/P&gt;&lt;P&gt;UnMeasured:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Rate_Category,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Amount as unmeasure_Total&lt;/P&gt;&lt;P&gt;Resident Table1 where Unmeasured&amp;lt;&amp;gt;null();&lt;/P&gt;&lt;P&gt;Measured:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RateCategory,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Measure_Total&lt;/P&gt;&lt;P&gt;Resident&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table1 where Measured &amp;lt;&amp;gt; null();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 15:03:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311916#M1178437</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2012-02-23T15:03:55Z</dc:date>
    </item>
    <item>
      <title>Writing an expression that encompasses data in 2 tables</title>
      <link>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311917#M1178439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Struggling to get that to work, even when i filled in the table names, surely there must be a much simpler way to do it &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 8pt;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt;Rate_Category&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 8pt;"&gt;'A*'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 8pt;"&gt;'Unmeasured'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 8pt;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt;Rate_Category&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 8pt;"&gt;'U*'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 8pt;"&gt;'Unmeasured'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 8pt; font-family: 'Courier New';"&gt;as&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt;Unmeasured&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: purple; font-size: 8pt;"&gt;wildmatch&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt;Rate_Category&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 8pt;"&gt;'M*'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: blue; font-size: 8pt;"&gt;'Measured'&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 8pt; font-family: 'Courier New';"&gt;as&lt;/STRONG&gt; &lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt;Measured &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt;Unmeasured and measured is a number of customers. I just want to get the value these 2 groups owe in&amp;nbsp; (£) as the field 'Amount'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt;Im looking at building this in the same table (sorry being simple as i'm new to qlickview)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: green; font-size: 8pt;"&gt;If customer is unmeasured please give me the amount represented by this value.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 15:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Writing-an-expression-that-encompasses-data-in-2-tables/m-p/311917#M1178439</guid>
      <dc:creator />
      <dc:date>2012-02-23T15:32:53Z</dc:date>
    </item>
  </channel>
</rss>

