<?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>article Qlik Cloud Lineage graph does not show all nodes of an ETL process in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Cloud-Lineage-graph-does-not-show-all-nodes-of-an-ETL/ta-p/1983031</link>
    <description>&lt;P&gt;The lineage graph might not show the whole ETL process in the Qlik Cloud Services, but instead only one node like for example in the following screenshot:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andreas_Giesbrecht_0-1663667409655.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/89427i5A79DA9BE807A333/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andreas_Giesbrecht_0-1663667409655.png" alt="Andreas_Giesbrecht_0-1663667409655.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However the expected result would be the whole graph as seen in here:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andreas_Giesbrecht_1-1663667608453.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/89428i4ED2B0679FDCFD41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andreas_Giesbrecht_1-1663667608453.png" alt="Andreas_Giesbrecht_1-1663667608453.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The unexpected result seems to be caused by the lib statements in upper case in the store statements for the QVD creation and/ or missing brackets in the store statements in the load script, please find an example script for a failed lineage down below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;//APP Extract

[People]:
LOAD * inline [
  ID,Name,Job,EMail,Address,DateOfBirth, Country
  A, B,C,D,E,F,G

]
;

STORE [People] into [LIB://:DataFiles/People.qvd] (qvd);
Drop table [People];




//App Transform

[People1]:
LOAD
ID,
	
	num(0.01*[ID],'0%')									as [ID_test],
	[EMail] 													as [Email_adress],
	Upper([Job])						as Job_Name,
	pick(match([Country], 'U', 'S', 'K','N'),
    	'Denmark', 
        'Sweden',
        'Finland',
        'Norway') 	as [Country],
	dayname([DateOfBirth]) 										as [Date of birth]
 FROM 
 	[LIB://:DataFiles/People.qvd] (qvd)
;

Store [People1] into LIB://:DataFiles/People1.qvd (qvd);
DROP TABLE [People1];


//App Load

People2:
LOAD
    ID,
    ID_test,
    Email_adress,
    Job_Name,
    Country,
    "Date of birth"
FROM [lib://:DataFiles/People1.qvd]
(qvd);
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Environment&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik Cloud" id="qlikSenseEnterpriseSaaS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Resolution&lt;/H3&gt;
&lt;P&gt;R&amp;amp;D is working at the moment on this issue, there is no ETA for a fix available.&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;Information provided on this defect is given as is at the time of documenting. For up to date information, please review the most recent Release Notes, or &lt;A href="https://community.qlik.com/t5/crmsupport/page" target="_blank" rel="noopener"&gt;contact support&lt;/A&gt; with the ID QB-14302 for reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Workaround:&lt;/H3&gt;
&lt;P&gt;Please make sure that all lib statements are in lower case and include according brackets as for example "STORE [People] into [lib://:DataFiles/People.qvd] (qvd);"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Cause&lt;/H3&gt;
&lt;P&gt;Product Defect ID: QB-14302&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 20 Sep 2022 10:15:17 GMT</pubDate>
    <dc:creator>Andreas_Giesbrecht</dc:creator>
    <dc:date>2022-09-20T10:15:17Z</dc:date>
    <item>
      <title>Qlik Cloud Lineage graph does not show all nodes of an ETL process</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Cloud-Lineage-graph-does-not-show-all-nodes-of-an-ETL/ta-p/1983031</link>
      <description>&lt;P&gt;The lineage graph might not show the whole ETL process in the Qlik Cloud Services, but instead only one node like for example in the following screenshot:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andreas_Giesbrecht_0-1663667409655.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/89427i5A79DA9BE807A333/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andreas_Giesbrecht_0-1663667409655.png" alt="Andreas_Giesbrecht_0-1663667409655.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However the expected result would be the whole graph as seen in here:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Andreas_Giesbrecht_1-1663667608453.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/89428i4ED2B0679FDCFD41/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Andreas_Giesbrecht_1-1663667608453.png" alt="Andreas_Giesbrecht_1-1663667608453.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The unexpected result seems to be caused by the lib statements in upper case in the store statements for the QVD creation and/ or missing brackets in the store statements in the load script, please find an example script for a failed lineage down below:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;//APP Extract

[People]:
LOAD * inline [
  ID,Name,Job,EMail,Address,DateOfBirth, Country
  A, B,C,D,E,F,G

]
;

STORE [People] into [LIB://:DataFiles/People.qvd] (qvd);
Drop table [People];




//App Transform

[People1]:
LOAD
ID,
	
	num(0.01*[ID],'0%')									as [ID_test],
	[EMail] 													as [Email_adress],
	Upper([Job])						as Job_Name,
	pick(match([Country], 'U', 'S', 'K','N'),
    	'Denmark', 
        'Sweden',
        'Finland',
        'Norway') 	as [Country],
	dayname([DateOfBirth]) 										as [Date of birth]
 FROM 
 	[LIB://:DataFiles/People.qvd] (qvd)
;

Store [People1] into LIB://:DataFiles/People1.qvd (qvd);
DROP TABLE [People1];


//App Load

People2:
LOAD
    ID,
    ID_test,
    Email_adress,
    Job_Name,
    Country,
    "Date of birth"
FROM [lib://:DataFiles/People1.qvd]
(qvd);
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;Environment&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;LI-PRODUCT title="Qlik Cloud" id="qlikSenseEnterpriseSaaS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Resolution&lt;/H3&gt;
&lt;P&gt;R&amp;amp;D is working at the moment on this issue, there is no ETA for a fix available.&amp;nbsp;&lt;/P&gt;
&lt;P style="font-style: italic;"&gt;Information provided on this defect is given as is at the time of documenting. For up to date information, please review the most recent Release Notes, or &lt;A href="https://community.qlik.com/t5/crmsupport/page" target="_blank" rel="noopener"&gt;contact support&lt;/A&gt; with the ID QB-14302 for reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Workaround:&lt;/H3&gt;
&lt;P&gt;Please make sure that all lib statements are in lower case and include according brackets as for example "STORE [People] into [lib://:DataFiles/People.qvd] (qvd);"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;Cause&lt;/H3&gt;
&lt;P&gt;Product Defect ID: QB-14302&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Sep 2022 10:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Cloud-Lineage-graph-does-not-show-all-nodes-of-an-ETL/ta-p/1983031</guid>
      <dc:creator>Andreas_Giesbrecht</dc:creator>
      <dc:date>2022-09-20T10:15:17Z</dc:date>
    </item>
  </channel>
</rss>

