<?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: ODBC+Vlookup--Scripting Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101009#M365267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is correct--thank you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I add another Phase/Matter Codes in the Reasons tab, for example W003, the pivot table is showing them as '-' instead of the reasons listed per date. W003 does not have any Actual Amounts (yet)--so I would like to show the reasons..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic9d.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126582_pic9d.png" style="height: 58px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic10d.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/126583_pic10d.png" style="height: 101px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should be my last question! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 20:50:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-01T20:50:45Z</dc:date>
    <item>
      <title>ODBC+Vlookup--Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101001#M365259</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need help creating the following application/script. I have attached a Qlik document and .xls for you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me give you some background--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I currently run a revenue report from my ERP system that I convert into Excel. Once in Excel, I VLOOKUP that information against a separate file that sits inside my computer to find missing (blanks/zeros) information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data from the ERP system is the following:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic1d.png" class="jive-image image-1" height="313" src="https://community.qlik.com/legacyfs/online/126395_pic1d.png" style="height: 313px; width: 175.663px;" width="176" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data, called 'Reason's, sitting on my computer is the following:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic2d.png" class="jive-image image-2" height="316" src="https://community.qlik.com/legacyfs/online/126396_pic2d.png" style="height: 316.149px; width: 201px;" width="201" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The normal operation of myself pivoting the information in Excel first looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic3d.png" class="jive-image image-3" height="330" src="https://community.qlik.com/legacyfs/online/126397_pic3d.png" style="height: 330.296px; width: 364px;" width="364" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;^ Notice the blanks? I need the 'Reason's to populate here... so I do an IFERROR/VLOOKUP against the 'Reasons' in Excel for the below desired outcome:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic4d.png" class="image-4 jive-image" height="358" src="https://community.qlik.com/legacyfs/online/126398_pic4d.png" style="height: 357.452px; width: 363px;" width="363" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All help very much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 19:20:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101001#M365259</guid>
      <dc:creator />
      <dc:date>2016-05-31T19:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC+Vlookup--Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101002#M365260</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;STRONG&gt;Revenue:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [GL Date], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Actual Amount], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Phase/Matter Codes]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Test1.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Revenue);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reasons:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CrossTable(Date, Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Phase/Matter Codes], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42517], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42518]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Test1.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Reasons);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join (Revenue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Phase/Matter Codes],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date(Num#(Date)) as [GL Date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Reasons;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [Phase/Matter Codes],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [GL Date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Len(Trim([Actual Amount])) = 0, Value, [Actual Amount]) as [Actual Amount]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Revenue;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Reasons, Revenue;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pivot Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;[Phase/Matter Codes]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;[GL Date]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Sum(Aggr(NODISTINCT Sum(If(IsNum([Actual Amount]), [Actual Amount])), [Phase/Matter Codes])) &amp;lt;&amp;gt; 0, If(SecondaryDimensionality() = 0 or Dimensionality() = 0, Sum(If(IsNum([Actual Amount]), [Actual Amount])), [Actual Amount]))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126437_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 03:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101002#M365260</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T03:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC+Vlookup--Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101003#M365261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the 'Reasons' excel tab, I am trying to add names to the Phase/Matter Codes. I have attached the spreadsheet. I am having trouble with adding that information to your solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic5d.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126531_pic5d.png" style="height: 169px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 14:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101003#M365261</guid>
      <dc:creator />
      <dc:date>2016-06-01T14:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC+Vlookup--Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101004#M365262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How does name impact the final solution? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 15:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101004#M365262</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T15:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC+Vlookup--Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101005#M365263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does not. I was trying to correlate the Phase/Matter codes to those specific name fields, but I am running into errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer is correct--thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 15:51:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101005#M365263</guid>
      <dc:creator />
      <dc:date>2016-06-01T15:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC+Vlookup--Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101006#M365264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be check this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Revenue:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD [GL Date], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Actual Amount], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Phase/Matter Codes]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Test1 (1)NAMES.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Revenue);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reasons:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;CrossTable(Date, Value, &lt;SPAN style="font-size: 14pt;"&gt;5&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD EMPLOYEE, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOSS, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MANAGER, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DIRECTOR, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Phase/Matter Codes], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42517], &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [42518]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Test1 (1)NAMES.xlsx]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(ooxml, embedded labels, table is Reasons);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Join (Revenue)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD EMPLOYEE, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOSS, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MANAGER, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DIRECTOR,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [Phase/Matter Codes],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Date(Num#(Date)) as [GL Date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Value&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Reasons;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FinalTable:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD EMPLOYEE, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; BOSS, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MANAGER, &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DIRECTOR,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Phase/Matter Codes],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [GL Date],&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; If(Len(Trim([Actual Amount])) = 0, Value, [Actual Amount]) as [Actual Amount]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Revenue;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Reasons, Revenue;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 17:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101006#M365264</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T17:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC+Vlookup--Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101007#M365265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I made a mistake--I did not include multiple dates of the given Phase/Matter codes in the first example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first example I sent, I provided one instance of Phase/Matter Codes (ie; W002, W003, W004 etc...) with an Actual Amount. In my master data, I have multiple of the same Phase/Matter Codes (W002 listed 50+ times with different Actual Amounts).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The beginning screenshot had one Actual Amount per Phase/Matter Code. See W002 for an Actual Amount of -1201.00.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="126546" alt="pic1d.png" class="jive-image image-1" height="357" src="https://community.qlik.com/legacyfs/online/126546_pic1d.png" style="height: 357px; width: 199.92px;" width="200" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My master data contains multiple Phase/Matter Codes per date. In the below example I have attached, W002 Phase/Matter Code is listed in all of May. The problem occurring is the total sum in your current solution is listed as '-', when the total is 6727.1 for that day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="126563" alt="pic7d.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/126563_pic7d.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;^ For example, W002 for 5/1/2016 should have a sum of 6727.1 for that day, but it is showing up as '-'. The grand total is correct with the 6727.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="126564" alt="pic8d.png" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/126564_pic8d.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried fixing different equations, but i'm not having success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As always, thank you again for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 19:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101007#M365265</guid>
      <dc:creator />
      <dc:date>2016-06-01T19:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC+Vlookup--Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101008#M365266</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;STRONG&gt;=If(Sum(Aggr(NODISTINCT Sum(If(IsNum([Actual Amount]), [Actual Amount])), [Phase/Matter Codes])) &amp;lt;&amp;gt; 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(SecondaryDimensionality() = 0 or Dimensionality() = 0, Sum(If(IsNum([Actual Amount]), [Actual Amount])),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(IsText([Actual Amount]), [Actual Amount], Sum([Actual Amount]))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 20:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101008#M365266</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T20:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC+Vlookup--Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101009#M365267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is correct--thank you!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I add another Phase/Matter Codes in the Reasons tab, for example W003, the pivot table is showing them as '-' instead of the reasons listed per date. W003 does not have any Actual Amounts (yet)--so I would like to show the reasons..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic9d.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126582_pic9d.png" style="height: 58px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pic10d.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/126583_pic10d.png" style="height: 101px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should be my last question! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 20:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101009#M365267</guid>
      <dc:creator />
      <dc:date>2016-06-01T20:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: ODBC+Vlookup--Scripting Help</title>
      <link>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101010#M365268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Sum(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt; Aggr(NODISTINCT Sum(If(IsNum([Actual Amount]), [Actual Amount])), [Phase/Matter Codes])) &amp;lt;&amp;gt; 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(SecondaryDimensionality() = 0 or Dimensionality() = 0, Sum(If(IsNum([Actual Amount]), [Actual Amount])),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; If(IsText([Actual Amount]), [Actual Amount], Sum([Actual Amount]))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 21:31:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ODBC-Vlookup-Scripting-Help/m-p/1101010#M365268</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T21:31:11Z</dc:date>
    </item>
  </channel>
</rss>

