<?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 update an empty field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183207#M48559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it by now.&lt;/P&gt;&lt;P&gt;I had to load the Sales script sheet first and then the mapping one, which does not make a good sense to me but okay ...&lt;/P&gt;&lt;P&gt;Thank you for the hints &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Sep 2010 10:11:24 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-07T10:11:24Z</dc:date>
    <item>
      <title>update an empty field</title>
      <link>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183198#M48550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again I have to post here as I am not able to solve it by myself [:$]&lt;/P&gt;&lt;P&gt;I'm trying to set up an sales analysis tool, at the moment i just have the table with all the sales´&lt;/P&gt;&lt;P&gt;Each row has a invoice number and a material number and in the most cases also the product group.&lt;/P&gt;&lt;P&gt;But not very rare, the product group is missing, so I set up an excel file where i linked the Material to the product groups&lt;/P&gt;&lt;P&gt;-&amp;gt; so that Qlikview can get the right PRODUCT GROUP via the MATERIAL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately its not possible for me to make it that way. I have read some information about join and concatenate but I think i have to solve it another way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for every proposal to update my empty PRODUCT GROUP fields!&lt;/P&gt;&lt;P&gt;Christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 10:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183198#M48550</guid>
      <dc:creator />
      <dc:date>2010-09-01T10:37:49Z</dc:date>
    </item>
    <item>
      <title>update an empty field</title>
      <link>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183199#M48551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try like:&lt;/P&gt;&lt;P&gt;---------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;TAB1:&lt;/P&gt;&lt;P&gt;LOAD [INVOICE NO]&lt;/P&gt;&lt;P&gt;,[MATRERIAL NO]&lt;/P&gt;&lt;P&gt;,MATERIAL&lt;/P&gt;&lt;P&gt;FROM......................&lt;/P&gt;&lt;P&gt;RIGHT JOIN LOAD MATERIAL,[PRODUCT NO]&lt;/P&gt;&lt;P&gt;FROM.................&lt;/P&gt;&lt;P&gt;TAB2:&lt;/P&gt;&lt;P&gt;LOAD [INVOICE NO]&lt;/P&gt;&lt;P&gt;,[MATRERIAL NO]&lt;/P&gt;&lt;P&gt;,MATERIAL&lt;/P&gt;&lt;P&gt;,IF(ISNULL([PRODUCT GROUP]), &lt;STRONG&gt;(VALUE THAT U WANT TO ENTER),&lt;/STRONG&gt;[PRODUCT GROUP] AS PRODUCT GROUP&lt;/P&gt;&lt;P&gt;RESIDENT TAB1;&lt;/P&gt;&lt;P&gt;DROP TABLE TAB1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;hope this ll help you......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 17:46:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183199#M48551</guid>
      <dc:creator />
      <dc:date>2010-09-01T17:46:49Z</dc:date>
    </item>
    <item>
      <title>update an empty field</title>
      <link>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183200#M48552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you a lot for your proposal djpdon123,&lt;/P&gt;&lt;P&gt;I have tried your idea but when i load my sales and make a RIGHT JOIN i'm completely running out of virtual and logical memory &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i will explain it in detail:&lt;/P&gt;&lt;P&gt;The first load-statement of my sales is the following:&lt;/P&gt;&lt;P&gt;Sales:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Invoice No,&lt;/P&gt;&lt;P&gt;Material,&lt;/P&gt;&lt;P&gt;Product Group&lt;/P&gt;&lt;P&gt;from ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to say that i need the Product Group here as my assignment (Material to Product Group) is not that perfect as the assignment of the system (where the figures come from)&lt;/P&gt;&lt;P&gt;So I do take the Product Group from the Sales Report and just want to fill that rows which are empty!&lt;/P&gt;&lt;P&gt;For my understanding JOIN is not the right statement (but i'm more or the less a QV-noob)&lt;/P&gt;&lt;P&gt;As you can see the sales load above, additionally i have set up an excel-sheet for the assignment which looks like the following:&lt;/P&gt;&lt;P&gt;ProductGroup_Assignment:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;Material,&lt;/P&gt;&lt;P&gt;Product Group&lt;/P&gt;&lt;P&gt;from ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the if-statement you (djpdon123) have suggested seems more fitting, but concerning this issue I am not sure about the (VALUE THAT U WANT TO ENTER) statement .. dont know how it should look like ...&lt;/P&gt;&lt;P&gt;Hope there is anybody out there able and willing to help me &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;&lt;P&gt;thank you in advance,&lt;/P&gt;&lt;P&gt;christoph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 11:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183200#M48552</guid>
      <dc:creator />
      <dc:date>2010-09-02T11:01:05Z</dc:date>
    </item>
    <item>
      <title>update an empty field</title>
      <link>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183201#M48553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u can upload a sample QVW or sample data file then that will be easy to solve..............&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 14:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183201#M48553</guid>
      <dc:creator />
      <dc:date>2010-09-02T14:13:35Z</dc:date>
    </item>
    <item>
      <title>update an empty field</title>
      <link>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183202#M48554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean just the QVW file without the QVD and all the data?&lt;/P&gt;&lt;P&gt;Hm the following example may also help:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width:311pt;border-collapse:collapse;" width="414"&gt;&lt;COLGROUP&gt;&lt;COL span="2" style="width:60pt;" width="80" /&gt;&lt;COL style="width:71pt;mso-width-source:userset;mso-width-alt:3437;" width="94" /&gt;&lt;COL span="2" style="width:60pt;" width="80" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="background-color:transparent;width:60pt;height:12.75pt;border:#ece9d8;" width="80"&gt;SALES:&lt;/TD&gt;&lt;TD style="background-color:transparent;width:60pt;border:#ece9d8;" width="80"&gt;&lt;/TD&gt;&lt;TD style="background-color:transparent;width:71pt;border:#ece9d8;" width="94"&gt;&lt;/TD&gt;&lt;TD style="background-color:transparent;width:60pt;border:#ece9d8;" width="80"&gt;&lt;/TD&gt;&lt;TD style="background-color:transparent;width:60pt;border:#ece9d8;" width="80"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="background-color:transparent;height:12.75pt;border:#ece9d8;"&gt;&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="background-color:transparent;height:12.75pt;border:#ece9d8;"&gt;Invoice No&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Material&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Product Group&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Amount&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Invoice Date&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="background-color:transparent;height:12.75pt;border:#ece9d8;"&gt;101&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;E-532&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Chairs&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;500&lt;/TD&gt;&lt;TD align="right" class="xl22" style="background-color:transparent;border:#ece9d8;"&gt;01.01.2010&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="background-color:transparent;height:12.75pt;border:#ece9d8;"&gt;101&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;X-300&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Desks&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;700&lt;/TD&gt;&lt;TD align="right" class="xl22" style="background-color:transparent;border:#ece9d8;"&gt;30.03.2010&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" class="xl23" height="17" style="background-color:transparent;height:12.75pt;border:#ece9d8;"&gt;&lt;STRONG&gt;105&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl23" style="background-color:transparent;border:#ece9d8;"&gt;&lt;STRONG&gt;F-394&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl23" style="background-color:transparent;border:#ece9d8;"&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl23" style="background-color:transparent;border:#ece9d8;"&gt;&lt;STRONG&gt;1000&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD align="right" class="xl24" style="background-color:transparent;border:#ece9d8;"&gt;&lt;STRONG&gt;01.04.2010&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD align="right" height="17" style="background-color:transparent;height:12.75pt;border:#ece9d8;"&gt;107&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;KK-22&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Doors&lt;/TD&gt;&lt;TD align="right" style="background-color:transparent;border:#ece9d8;"&gt;800&lt;/TD&gt;&lt;TD align="right" class="xl22" style="background-color:transparent;border:#ece9d8;"&gt;02.05.2010&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width:120pt;border-collapse:collapse;" width="160"&gt;&lt;COLGROUP&gt;&lt;COL span="2" style="width:60pt;" width="80" /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD colspan="2" height="17" style="background-color:transparent;width:120pt;height:12.75pt;mso-ignore:colspan;border:#ece9d8;" width="160"&gt;ProductGroup_Assignment:&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="background-color:transparent;height:12.75pt;border:#ece9d8;"&gt;&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="background-color:transparent;height:12.75pt;border:#ece9d8;"&gt;Material&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;&lt;P&gt;ProductGroup&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="background-color:transparent;height:12.75pt;border:#ece9d8;"&gt;E-532&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Chairs&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="background-color:transparent;height:12.75pt;border:#ece9d8;"&gt;X-300&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Desks&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD class="xl24" height="17" style="background-color:transparent;height:12.75pt;border:#ece9d8;"&gt;&lt;STRONG&gt;F-394&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl24" style="background-color:transparent;border:#ece9d8;"&gt;&lt;STRONG&gt;Doors&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height:12.75pt;"&gt;&lt;TD height="17" style="background-color:transparent;height:12.75pt;border:#ece9d8;"&gt;KK-22&lt;/TD&gt;&lt;TD style="background-color:transparent;border:#ece9d8;"&gt;Doors&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 14:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183202#M48554</guid>
      <dc:creator />
      <dc:date>2010-09-02T14:36:55Z</dc:date>
    </item>
    <item>
      <title>update an empty field</title>
      <link>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183203#M48555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use mapping load and applymap function instead of join. This is faster and cleaner.&lt;/P&gt;&lt;P&gt;ProductGroupMap:&lt;BR /&gt;mapping load distinct&lt;BR /&gt;Material, ProductGroup&lt;BR /&gt;from xyz.xls;&lt;BR /&gt;&lt;BR /&gt;SALES:&lt;BR /&gt;load&lt;BR /&gt;InvoiceNo,&lt;BR /&gt;Material,&lt;BR /&gt;if(len(ProductGroup)&amp;gt;0,ProductGroup,applymap('ProductGroupMap', Material)) as ProductGroup,&lt;BR /&gt;Amount,&lt;BR /&gt;...&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183203#M48555</guid>
      <dc:creator>tanelry</dc:creator>
      <dc:date>2010-09-02T15:15:09Z</dc:date>
    </item>
    <item>
      <title>update an empty field</title>
      <link>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183204#M48556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:19:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183204#M48556</guid>
      <dc:creator />
      <dc:date>2010-09-02T15:19:38Z</dc:date>
    </item>
    <item>
      <title>update an empty field</title>
      <link>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183205#M48557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for your reply Tanel Rüütli&lt;/P&gt;&lt;P&gt;I think the solution via mapping load fits perfectly and from my point of view it should also work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I cannot test it today, but I'm very hopefully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@djpdon123: thank you a lot for your effort, too.&lt;/P&gt;&lt;P&gt;I understand your idea but I think there is a problem with the following line, as there is not just 'Doors' missing (could also be Desk or Chair etc..)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;([Product Group]='','Door',[Product Group]) &lt;B&gt;as&lt;/B&gt; [Product Group]&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can also agree with Tanels solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much, I would not have known how to solve this ...&lt;/P&gt;&lt;P&gt;the helpfull QV-community is impressive &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:38:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183205#M48557</guid>
      <dc:creator />
      <dc:date>2010-09-02T15:38:21Z</dc:date>
    </item>
    <item>
      <title>update an empty field</title>
      <link>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183206#M48558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tanel,&lt;/P&gt;&lt;P&gt;today I had time to test your proposal which works fine in theory.&lt;/P&gt;&lt;P&gt;In practice test I get the Material code as ProductGroup. I have used exactly your script but the system is loading the Material field as ProductGroup instead of the ProductGroup (from mappingtable) as ProductGroup WHEN len=0.&lt;/P&gt;&lt;P&gt;I dont know what do, i dont know where the mistake is &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Sep 2010 11:04:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183206#M48558</guid>
      <dc:creator />
      <dc:date>2010-09-06T11:04:42Z</dc:date>
    </item>
    <item>
      <title>update an empty field</title>
      <link>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183207#M48559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it by now.&lt;/P&gt;&lt;P&gt;I had to load the Sales script sheet first and then the mapping one, which does not make a good sense to me but okay ...&lt;/P&gt;&lt;P&gt;Thank you for the hints &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Sep 2010 10:11:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/update-an-empty-field/m-p/183207#M48559</guid>
      <dc:creator />
      <dc:date>2010-09-07T10:11:24Z</dc:date>
    </item>
  </channel>
</rss>

