<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help with Nulling multiple fields for the same transaction date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402010#M698011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Actually I am using QV personal edition and unable to open your document. Can you pls. include some test data, thus can test the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Mar 2013 10:25:46 GMT</pubDate>
    <dc:creator>somenathroy</dc:creator>
    <dc:date>2013-03-06T10:25:46Z</dc:date>
    <item>
      <title>Help with Nulling multiple fields for the same transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402004#M698005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;(REPOST - ACCIDENTALLY POSTED IN THE WRONG THREAD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I have a table containing a list of clients by company, branch, client number and cover number grouped together and named "Cover". The tables contains types of transactions made by each "Cover" and the date these transactions were made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;What I'm looking to do is null all transactions for the year for that specific cover if a certain transaction type was made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Cover - 5ST-BRIA0007-0015445 has a Transaction Type "C" and "R" on 30/04/2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Because there is a transaction of "C" on that date, I would like all other transactions for this cover on that date/ or year (in this example "R") to be nulled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;The reason for this is that transaction "C" stands for cancellation of a policy, which means all other transactions for that policy in that year will now be void and should not be counted when working out the total premium of policies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I have a feeling that some sort of mapping will be involved but at the moment i'm at a loss.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;I've attached an image of the table for anyone willing to have a look.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 01:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402004#M698005</guid>
      <dc:creator />
      <dc:date>2013-03-04T01:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Nulling multiple fields for the same transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402005#M698006</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;You may use the following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum(if(SubStringCount(Aggr(NODISTINCT Concat( Trans_Type,'-'),Cover,Renewal_Date),'C')&amp;gt;0,0,Premium))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 05:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402005#M698006</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2013-03-04T05:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Nulling multiple fields for the same transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402006#M698007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tony,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I'd suggest the following method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the script you create a table that distinct loads only the data where Transaction Type is "C" and sort it on Date field in ascending order. i.e. :&lt;/P&gt;&lt;P&gt;Temp:&lt;BR /&gt;Load distinct&lt;BR /&gt;([Date field] &amp;amp; [Cover field]) as Key,&lt;BR /&gt;Date field,&lt;BR /&gt;Cover field&lt;BR /&gt;resident (your table that holds all data)&lt;BR /&gt;where Transaction Type='C'&lt;BR /&gt;order by Date field asc;&lt;/P&gt;&lt;P&gt;This table would then hold only those dates &amp;amp; covers where Transaction Type is "C".&lt;/P&gt;&lt;P&gt;2. Again, load another table doing a resident from original table with all data, and then use the lookup() function in it to check if any current value for Cover falls in the Temp table, then replace it's respective Transaction Type value to NULL(). i.e.:&lt;/P&gt;&lt;P&gt;//if datefield value returned by lookup function falls in same year as current tables datefield value then replace TransactionType field value to NULL(), else use existing TransactionType value. &lt;BR /&gt;if(InYear(Date field,lookup('Date field','Key',[Date field] &amp;amp; [Cover field],'Temp'),0)=-1,NULL(),TransactionType) as TransactionType,&lt;/P&gt;&lt;P&gt;3. Then do calculations in your pivot table as usual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read through the lookup() &amp;amp; InYear() functions in the QlikView Reference Manual.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can provide some data, it could be worked out. Or may be you can try the same at your end using above method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 07:50:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402006#M698007</guid>
      <dc:creator />
      <dc:date>2013-03-04T07:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Nulling multiple fields for the same transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402007#M698008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Som,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for attempting to help me out with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While your code has been very useful in nulling any transaction type within the year if the transaction code "C" was present, what it also does is null the most recent transaction of any "Cover", regardless of its transaction type.&amp;nbsp; This means i'm left with a large amount of null values where I shouldn't, on top of all the transactions that have been nulled because a "C" transaction was made in that year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached an image highlighting what has been said above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tony&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;IMG __jive_id="34339" alt="QlikView x64 - [CUsersuserDocumentsTEST.jpg" class="jive-image-thumbnail jive-image" src="https://community.qlik.com/legacyfs/online/34339_QlikView+x64+-+%5BCUsersuserDocumentsTEST.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2013 22:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402007#M698008</guid>
      <dc:creator />
      <dc:date>2013-03-04T22:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Nulling multiple fields for the same transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402008#M698009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attachement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 06:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402008#M698009</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2013-03-05T06:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Nulling multiple fields for the same transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402009#M698010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Som,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached my file so you can see what i mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While your code works on the majority of the fields, some fields are being nulled even when the transacton "C" has not been made in that year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help so far Som.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2013 23:18:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402009#M698010</guid>
      <dc:creator />
      <dc:date>2013-03-05T23:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Nulling multiple fields for the same transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402010#M698011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Actually I am using QV personal edition and unable to open your document. Can you pls. include some test data, thus can test the expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 10:25:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402010#M698011</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2013-03-06T10:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Nulling multiple fields for the same transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402011#M698012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Som,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm unable to include the data due to size of the data and privacy reasons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While it partly does what I'm looking for, again in some covers, transactions are being unnecessarily nulled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've used the code you provided without any alterations which does indeed nullany transaction type in the year if the transaction "C" is made, however, for some reason it nulls some other transactions too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read your code and understand what it should be doing, but for my set of data it doesnt seem to work 100%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Mar 2013 23:28:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402011#M698012</guid>
      <dc:creator />
      <dc:date>2013-03-06T23:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Nulling multiple fields for the same transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402012#M698013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please confirm that all the 'C' value in &lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Trans_Type&lt;/STRONG&gt; field is in upper case and also include the values of &lt;/P&gt;&lt;P&gt;&lt;STRONG style="background-color: #ffffff; color: #737373; font-family: Arial;"&gt;Trans_Type&lt;/STRONG&gt; field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Som&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 10:30:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402012#M698013</guid>
      <dc:creator>somenathroy</dc:creator>
      <dc:date>2013-03-07T10:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Nulling multiple fields for the same transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402013#M698014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pretty much as Som said... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Income: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;load *, AutoNumber(Cover&amp;amp;'|'&amp;amp;Renewal_Date) as Key from income.qvd (qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;where Trans_Type &amp;lt;&amp;gt;'C';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;left join &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;load distinct AutoNumber(Cover&amp;amp;'|'&amp;amp;Renewal_Date) as Key, Trans_Type as Cancellation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;from income.qvd (qvd)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;where Trans_Type='C';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then change your sum expression to: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;sum({$-&amp;lt;Cancellation={'C'}&amp;gt;}Premium)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively you could do another load to throw out all the cancelled records:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Result:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Load * resident Income&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;where Cancellation &amp;lt;&amp;gt; 'C';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;drop Table Income;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;drop Field Cancellation;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you're going this way you might want to store Income to a qvd file after the left join and load again from that qvd file. That might be faster than a resident load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 11:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402013#M698014</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-07T11:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Nulling multiple fields for the same transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402014#M698015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've had a go your way and it comes back with the same result as Som's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While it successfully nulls any transaction in a year if the transaction type "C" is made (where I want to be), it also nulls other random "Cover"'s which do NOT contain transaction type "C".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What we are trying to do is find the number of active policies we have. If the policy has been cancelled ("C") then all other transactions made for that policy needs to be nulled out as it is no longer active and we do not want that data to be included in the rest of our calculations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using your second method while may throw out all cancelled records, still leaves other transactions for the policy for that year which will skew our data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the time you spent trying to assist Gysbert.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 23:02:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402014#M698015</guid>
      <dc:creator />
      <dc:date>2013-03-07T23:02:24Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Nulling multiple fields for the same transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402015#M698016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate the time you've spent trying to help me out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will give it a go and let you know how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tony.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 23:03:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402015#M698016</guid>
      <dc:creator />
      <dc:date>2013-03-07T23:03:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Nulling multiple fields for the same transaction date</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402016#M698017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Som,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I confirm that all "c" values in Trans_Type field is in upper case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Values of Trans_Type field are: A , C ,D, F, J, L, N, R, V, X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tony&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 23:05:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Nulling-multiple-fields-for-the-same-transaction-date/m-p/402016#M698017</guid>
      <dc:creator />
      <dc:date>2013-03-07T23:05:14Z</dc:date>
    </item>
  </channel>
</rss>

