<?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: Missing value in table script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061443#M932098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right Join (Group)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident SAP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table SAP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;[Group Name],Value,&lt;/P&gt;&lt;P&gt;if(len(Group)&amp;lt;=0, 'Unknown', Group) as Group &lt;/P&gt;&lt;P&gt;Resident Group;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Group;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Mar 2016 08:20:15 GMT</pubDate>
    <dc:creator>Digvijay_Singh</dc:creator>
    <dc:date>2016-03-13T08:20:15Z</dc:date>
    <item>
      <title>Missing value in table script</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061440#M932095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Dear all,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;I have tried to assign misisng value in table with Unknown, but the script does not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;SAP:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[&lt;BR /&gt; Group Name, Value&lt;BR /&gt; GA1234, 2897&lt;BR /&gt; GA4567, 7000&lt;BR /&gt; GA9831 ,1200&lt;BR /&gt; GA5671,9400&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp; POLFA:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[&lt;BR /&gt; Group Name&lt;BR /&gt; GA1234,&lt;BR /&gt; GA4567, &lt;BR /&gt; GA9831 &lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp; Group:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[&lt;BR /&gt; Group&lt;BR /&gt; POLFA&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; ;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;JOIN&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; (Group) &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Group Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; POLFA&lt;BR /&gt; ;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;DROP&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Table&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; POLFA;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 10pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;[Group Name]&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; = '-', 'Unknown', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 10pt;"&gt;Group&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 10pt;"&gt;/*This does not work*/&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; Group; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;The problem is&amp;nbsp; that GA9831 cannot be assigned with 'Unknown'.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117805_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Could you please give me an advice how to handle this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Cornelis&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>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061440#M932095</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value in table script</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061441#M932096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try dis&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;[Group Name],&lt;/P&gt;&lt;P&gt; Replace(Group,'-', 'unknown') as Group&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 07:25:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061441#M932096</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-03-13T07:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value in table script</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061442#M932097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to create the additional join with SAP for condition to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Group Name, Value&lt;/P&gt;&lt;P&gt;GA1234, 2897&lt;/P&gt;&lt;P&gt;GA4567, 7000&lt;/P&gt;&lt;P&gt;GA9831 ,1200&lt;/P&gt;&lt;P&gt;GA5671,9400&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLFA:&lt;/P&gt;&lt;P&gt;LOAD * INLINE&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Group Name&lt;/P&gt;&lt;P&gt;GA1234,&lt;/P&gt;&lt;P&gt;GA4567,&lt;/P&gt;&lt;P&gt;GA9831&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Group:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Group&lt;/P&gt;&lt;P&gt;POLFA&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JOIN (Group)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[Group Name]&lt;/P&gt;&lt;P&gt;Resident PLFA&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table PLFA;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Left Join (SAP)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD *&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Group;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Table Group;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; [Group Name], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(len(trim(Group))&amp;lt;=0, 'Unknown', Group) as Group /*This does not work*/&lt;/P&gt;&lt;P&gt;Resident SAP; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table SAP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/117822_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 08:04:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061442#M932097</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-13T08:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value in table script</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061443#M932098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right Join (Group)&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident SAP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table SAP;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;[Group Name],Value,&lt;/P&gt;&lt;P&gt;if(len(Group)&amp;lt;=0, 'Unknown', Group) as Group &lt;/P&gt;&lt;P&gt;Resident Group;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Group;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 08:20:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061443#M932098</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-13T08:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value in table script</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061444#M932099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace above script after DROP Table POLFA;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Mar 2016 08:20:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061444#M932099</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-13T08:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value in table script</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061445#M932100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that is the right answer.&lt;/P&gt;&lt;P&gt;Concatenate does not provide the solution, it must be the JOIN statement.&lt;/P&gt;&lt;P&gt;Thank you for your help, very useful!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061445#M932100</guid>
      <dc:creator />
      <dc:date>2016-03-14T05:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value in table script</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061446#M932101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Chanty 4u,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you for your swift reply.&lt;/P&gt;&lt;P&gt;Unfortunately, it does not help but teh Replace function is something that I have not come up.&lt;/P&gt;&lt;P&gt;Initially, I thought ISNULL is teh solution, but it does not help, either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 05:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061446#M932101</guid>
      <dc:creator />
      <dc:date>2016-03-14T05:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value in table script</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061447#M932102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am glad that it was helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 06:01:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061447#M932102</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-14T06:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value in table script</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061448#M932103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you and Kush deliver me the solution where I'm looking for.&lt;/P&gt;&lt;P&gt;The JOIN statement is key to handle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 06:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061448#M932103</guid>
      <dc:creator />
      <dc:date>2016-03-14T06:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value in table script</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061449#M932105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to hear that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 06:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061449#M932105</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-03-14T06:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value in table script</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061450#M932107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to hear from you.&lt;/P&gt;&lt;P&gt;It sounds encouraging that there are people that are willing to help me on way, like you.&lt;/P&gt;&lt;P&gt;Have a great day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 06:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061450#M932107</guid>
      <dc:creator />
      <dc:date>2016-03-14T06:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Missing value in table script</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061451#M932108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good to hear from you.&lt;/P&gt;&lt;P&gt;It sounds encouraging that there are people that are willing to help me on way, like you and Kush..&lt;/P&gt;&lt;P&gt;Have a great day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Mar 2016 06:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-value-in-table-script/m-p/1061451#M932108</guid>
      <dc:creator />
      <dc:date>2016-03-14T06:29:45Z</dc:date>
    </item>
  </channel>
</rss>

