<?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: To Create the Link without Circular Loop in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1771572#M717510</link>
    <description>&lt;P&gt;try below script Lakshman:&lt;/P&gt;&lt;P&gt;CONFIG:&lt;BR /&gt;LOAD&lt;BR /&gt;MADE ,&lt;BR /&gt;[Metal Part ID],&lt;BR /&gt;[Eqpt ID] ,&lt;BR /&gt;[Eqpt Group],&lt;BR /&gt;[Recipe Name] ,&lt;BR /&gt;LINK_KEY&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is CONFIG);&lt;BR /&gt;Concatenate&lt;BR /&gt;LOAD&lt;BR /&gt;MADE AS MA,&lt;BR /&gt;DATE(FLOOR(TRANS_PERIOD)) AS TRANS_PERIOD,&lt;BR /&gt;daystart(TRANS_PERIOD, 0, 1 ) AS REPORT_DATE,&lt;BR /&gt;EVENT_DATE,&lt;BR /&gt;PART_NUMBER as [Metal Part ID],&lt;BR /&gt;TOTALVALUE&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is DW);&lt;/P&gt;&lt;P&gt;NEW_CONFIG:&lt;BR /&gt;Load MADE ,&lt;BR /&gt;[Metal Part ID],&lt;BR /&gt;[Eqpt ID] ,&lt;BR /&gt;[Eqpt Group],&lt;BR /&gt;[Recipe Name] ,&lt;BR /&gt;LINK_KEY &amp;amp; REPORT_DATE as NEW_LINK,&lt;BR /&gt;MA,&lt;BR /&gt;TRANS_PERIOD,&lt;BR /&gt;REPORT_DATE,&lt;BR /&gt;EVENT_DATE,&lt;BR /&gt;TOTALVALUE&lt;BR /&gt;Resident CONFIG;&lt;/P&gt;&lt;P&gt;drop table CONFIG;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EQPID_Map:&lt;BR /&gt;Mapping&lt;BR /&gt;LOAD [Eqpt ID],&lt;BR /&gt;LINK_KEY&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is CONFIG);&lt;/P&gt;&lt;P&gt;RECIPE_Map:&lt;BR /&gt;Mapping&lt;BR /&gt;LOAD&lt;BR /&gt;[Recipe Name],&lt;BR /&gt;LINK_KEY&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is CONFIG);&lt;/P&gt;&lt;P&gt;GA_TEMP:&lt;BR /&gt;LOAD&lt;BR /&gt;DATE(REPORT_DATE) AS REPORT_DATE,&lt;BR /&gt;REPORT_MONTH,&lt;BR /&gt;PC_EQP_TYPE,&lt;BR /&gt;MOVE_QTY,&lt;BR /&gt;RECIPE_NAME,&lt;BR /&gt;EQPID,&lt;BR /&gt;ApplyMap('RECIPE_Map',RECIPE_NAME,Null() ) AS RECIPE_LinkKey,&lt;BR /&gt;ApplyMap('EQPID_Map',EQPID,Null()) AS EQPID_LinkKey&lt;BR /&gt;FROM $(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is DATA)&lt;BR /&gt;where REPORT_MONTH =10;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;GA_PRE:&lt;BR /&gt;LOAD LINK_KEY&amp;amp;REPORT_DATE AS NEW_LINK,&lt;BR /&gt;*;&lt;BR /&gt;LOAD *,&lt;BR /&gt;if(len(RECIPE_LinkKey)=0,EQPID_LinkKey,RECIPE_LinkKey) AS LINK_KEY&lt;BR /&gt;RESIDENT GA_TEMP;&lt;/P&gt;&lt;P&gt;DROP Fields LINK_KEY, REPORT_DATE;&lt;BR /&gt;DROP TABLE GA_TEMP;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jan 2021 08:16:36 GMT</pubDate>
    <dc:creator>raajview</dc:creator>
    <dc:date>2021-01-04T08:16:36Z</dc:date>
    <item>
      <title>To Create the Link without Circular Loop</title>
      <link>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1771482#M717508</link>
      <description>&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help to create a link with PART_NUMBER and Metal Part ID without forming the loop and getting the exact result as show in the screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lakshmanvepuri_0-1609608817619.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46351iCA108ACDE5665280/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lakshmanvepuri_0-1609608817619.png" alt="lakshmanvepuri_0-1609608817619.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lakshmanvepuri_1-1609608831418.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46352i76D60086EEE6BECC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lakshmanvepuri_1-1609608831418.png" alt="lakshmanvepuri_1-1609608831418.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Script and Raw Data is enclosed.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;LK&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:39:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1771482#M717508</guid>
      <dc:creator>lakshmanvepuri</dc:creator>
      <dc:date>2024-11-16T17:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: To Create the Link without Circular Loop</title>
      <link>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1771523#M717509</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can some one please help on this...!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 03 Jan 2021 16:35:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1771523#M717509</guid>
      <dc:creator>lakshmanvepuri</dc:creator>
      <dc:date>2021-01-03T16:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: To Create the Link without Circular Loop</title>
      <link>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1771572#M717510</link>
      <description>&lt;P&gt;try below script Lakshman:&lt;/P&gt;&lt;P&gt;CONFIG:&lt;BR /&gt;LOAD&lt;BR /&gt;MADE ,&lt;BR /&gt;[Metal Part ID],&lt;BR /&gt;[Eqpt ID] ,&lt;BR /&gt;[Eqpt Group],&lt;BR /&gt;[Recipe Name] ,&lt;BR /&gt;LINK_KEY&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is CONFIG);&lt;BR /&gt;Concatenate&lt;BR /&gt;LOAD&lt;BR /&gt;MADE AS MA,&lt;BR /&gt;DATE(FLOOR(TRANS_PERIOD)) AS TRANS_PERIOD,&lt;BR /&gt;daystart(TRANS_PERIOD, 0, 1 ) AS REPORT_DATE,&lt;BR /&gt;EVENT_DATE,&lt;BR /&gt;PART_NUMBER as [Metal Part ID],&lt;BR /&gt;TOTALVALUE&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is DW);&lt;/P&gt;&lt;P&gt;NEW_CONFIG:&lt;BR /&gt;Load MADE ,&lt;BR /&gt;[Metal Part ID],&lt;BR /&gt;[Eqpt ID] ,&lt;BR /&gt;[Eqpt Group],&lt;BR /&gt;[Recipe Name] ,&lt;BR /&gt;LINK_KEY &amp;amp; REPORT_DATE as NEW_LINK,&lt;BR /&gt;MA,&lt;BR /&gt;TRANS_PERIOD,&lt;BR /&gt;REPORT_DATE,&lt;BR /&gt;EVENT_DATE,&lt;BR /&gt;TOTALVALUE&lt;BR /&gt;Resident CONFIG;&lt;/P&gt;&lt;P&gt;drop table CONFIG;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;EQPID_Map:&lt;BR /&gt;Mapping&lt;BR /&gt;LOAD [Eqpt ID],&lt;BR /&gt;LINK_KEY&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is CONFIG);&lt;/P&gt;&lt;P&gt;RECIPE_Map:&lt;BR /&gt;Mapping&lt;BR /&gt;LOAD&lt;BR /&gt;[Recipe Name],&lt;BR /&gt;LINK_KEY&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is CONFIG);&lt;/P&gt;&lt;P&gt;GA_TEMP:&lt;BR /&gt;LOAD&lt;BR /&gt;DATE(REPORT_DATE) AS REPORT_DATE,&lt;BR /&gt;REPORT_MONTH,&lt;BR /&gt;PC_EQP_TYPE,&lt;BR /&gt;MOVE_QTY,&lt;BR /&gt;RECIPE_NAME,&lt;BR /&gt;EQPID,&lt;BR /&gt;ApplyMap('RECIPE_Map',RECIPE_NAME,Null() ) AS RECIPE_LinkKey,&lt;BR /&gt;ApplyMap('EQPID_Map',EQPID,Null()) AS EQPID_LinkKey&lt;BR /&gt;FROM $(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is DATA)&lt;BR /&gt;where REPORT_MONTH =10;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;GA_PRE:&lt;BR /&gt;LOAD LINK_KEY&amp;amp;REPORT_DATE AS NEW_LINK,&lt;BR /&gt;*;&lt;BR /&gt;LOAD *,&lt;BR /&gt;if(len(RECIPE_LinkKey)=0,EQPID_LinkKey,RECIPE_LinkKey) AS LINK_KEY&lt;BR /&gt;RESIDENT GA_TEMP;&lt;/P&gt;&lt;P&gt;DROP Fields LINK_KEY, REPORT_DATE;&lt;BR /&gt;DROP TABLE GA_TEMP;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 08:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1771572#M717510</guid>
      <dc:creator>raajview</dc:creator>
      <dc:date>2021-01-04T08:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: To Create the Link without Circular Loop</title>
      <link>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1771649#M717511</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/92982"&gt;@raajview&lt;/a&gt;&amp;nbsp;: Its not working as expected.. &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Linking is not working properly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2021 13:54:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1771649#M717511</guid>
      <dc:creator>lakshmanvepuri</dc:creator>
      <dc:date>2021-01-04T13:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: To Create the Link without Circular Loop</title>
      <link>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1771835#M717512</link>
      <description>&lt;P&gt;Try the attached one..&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jan 2021 08:19:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1771835#M717512</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2021-01-05T08:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: To Create the Link without Circular Loop</title>
      <link>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1773129#M717513</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="loop without loop.png" style="width: 868px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46711i3BF0762011E35477/image-size/large?v=v2&amp;amp;px=999" role="button" title="loop without loop.png" alt="loop without loop.png" /&gt;&lt;/span&gt;Hi...&lt;/P&gt;&lt;P&gt;I don't really understand the subject area and therefore can offer 2 different solutions.&lt;/P&gt;&lt;P&gt;1.if the relationship of the tables: DW and CONFIG should be only in the field PART_NUMBER ([Metal Part Id]) regardless of DATA, then I think the solution is only to use Set Analysis&lt;/P&gt;&lt;P&gt;2.&lt;/P&gt;&lt;P&gt;If you assume that the result is the intersection of the keys of all three tables (link_key, report_key, part_number (metal part ID), I think it was right to make a link table.&lt;BR /&gt;I slightly changed your script to implement this idea, but did not optimize it. Please compare. I hope it helps.&lt;BR /&gt;Because the model has changed for dashboard for TB10 I specified not to display rows with a NULL field for the field EQPID&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CONFIG:&lt;BR /&gt;LOAD&lt;BR /&gt;MADE ,&lt;BR /&gt;[Metal Part ID] AS [Link_PN2],&lt;BR /&gt;[Eqpt ID] ,&lt;BR /&gt;[Eqpt Group],&lt;BR /&gt;[Recipe Name] ,&lt;BR /&gt;LINK_KEY AS [Link_LK2]&lt;BR /&gt;,[LINK_KEY]&amp;amp;'|'&amp;amp;[Metal Part ID] AS [Link_LK2+PN2]&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is CONFIG);&lt;/P&gt;&lt;P&gt;EQPID_Map:&lt;BR /&gt;Mapping&lt;BR /&gt;LOAD [Eqpt ID],&lt;BR /&gt;LINK_KEY&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is CONFIG);&lt;/P&gt;&lt;P&gt;RECIPE_Map:&lt;BR /&gt;Mapping&lt;BR /&gt;LOAD&lt;BR /&gt;[Recipe Name],&lt;BR /&gt;LINK_KEY&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is CONFIG);&lt;/P&gt;&lt;P&gt;GA_TEMP:&lt;BR /&gt;LOAD&lt;BR /&gt;DATE(REPORT_DATE) AS [Link_RD2],&lt;BR /&gt;REPORT_MONTH,&lt;BR /&gt;PC_EQP_TYPE,&lt;BR /&gt;MOVE_QTY,&lt;BR /&gt;RECIPE_NAME,&lt;BR /&gt;EQPID,&lt;BR /&gt;ApplyMap('RECIPE_Map',RECIPE_NAME,Null() ) AS RECIPE_LinkKey,&lt;BR /&gt;ApplyMap('EQPID_Map',EQPID,Null()) AS EQPID_LinkKey&lt;BR /&gt;FROM $(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is DATA)&lt;BR /&gt;where REPORT_MONTH =10;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;GA_PRE:&lt;BR /&gt;LOAD *,&lt;BR /&gt;if(len(RECIPE_LinkKey)=0,EQPID_LinkKey,RECIPE_LinkKey) AS [Link_LK1]&lt;BR /&gt;,[Link_RD2]&amp;amp;'|'&amp;amp;if(len(RECIPE_LinkKey)=0,EQPID_LinkKey,RECIPE_LinkKey) AS [Link_RD2+LK1]&lt;BR /&gt;RESIDENT GA_TEMP;&lt;/P&gt;&lt;P&gt;DROP TABLE GA_TEMP;&lt;/P&gt;&lt;P&gt;DW:&lt;BR /&gt;LOAD&lt;BR /&gt;MADE AS MA,&lt;BR /&gt;DATE(FLOOR(TRANS_PERIOD)) AS TRANS_PERIOD,&lt;BR /&gt;Date(daystart(TRANS_PERIOD, 0, 1 )) AS [Link_RD1],&lt;BR /&gt;EVENT_DATE,&lt;BR /&gt;PART_NUMBER AS [Link_PN1],&lt;BR /&gt;TOTALVALUE&lt;BR /&gt;,Date(daystart(TRANS_PERIOD, 0, 1 )) &amp;amp;'|'&amp;amp;[PART_NUMBER] AS [Link_RD1+PN1]&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is DW);&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;P&gt;[LinkTable]:&lt;BR /&gt;Load Distinct&lt;BR /&gt;[Link_RD1] AS [REPORT_DATE]&lt;BR /&gt;,[Link_PN1] AS [PART_NUMBER]&lt;BR /&gt;,[Link_RD1] &amp;amp;'|'&amp;amp;[Link_PN1] AS [Link_RD1+PN1]&lt;BR /&gt;Resident DW;&lt;/P&gt;&lt;P&gt;Outer Join([LinkTable])&lt;BR /&gt;Load Distinct&lt;BR /&gt;[Link_RD2] AS [REPORT_DATE]&lt;BR /&gt;,[Link_LK1] AS [LINK_KEY]&lt;BR /&gt;,[Link_RD2]&amp;amp;'|'&amp;amp;[Link_LK1] AS [Link_RD2+LK1]&lt;BR /&gt;Resident GA_PRE;&lt;BR /&gt;&lt;BR /&gt;Outer Join([LinkTable])&lt;BR /&gt;Load Distinct&lt;BR /&gt;[Link_LK2] AS [LINK_KEY]&lt;BR /&gt;,[Link_PN2] AS [PART_NUMBER]&lt;BR /&gt;,[Link_PN2] AS [Metal Part ID]&lt;BR /&gt;,[Link_LK2]&amp;amp;'|'&amp;amp;[Link_PN2] AS [Link_LK2+PN2]&lt;BR /&gt;Resident CONFIG;&lt;BR /&gt;Drop Fields [Link_PN1], [Link_RD1], [Link_RD2],[Link_LK1],[Link_LK2],[Link_PN2];&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2021 10:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1773129#M717513</guid>
      <dc:creator>DenisKolobov</dc:creator>
      <dc:date>2021-01-10T10:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: To Create the Link without Circular Loop</title>
      <link>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1773132#M717514</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/18634"&gt;@lakshmanvepuri&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try like below&lt;/P&gt;&lt;P&gt;CONFIG:&lt;BR /&gt;LOAD&lt;BR /&gt;MADE ,&lt;BR /&gt;[Metal Part ID],&lt;BR /&gt;[Eqpt ID] ,&lt;BR /&gt;[Eqpt Group],&lt;BR /&gt;[Recipe Name] ,&lt;BR /&gt;LINK_KEY&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is CONFIG);&lt;/P&gt;&lt;P&gt;EQPID_Map:&lt;BR /&gt;Mapping&lt;BR /&gt;LOAD [Eqpt ID],&lt;BR /&gt;LINK_KEY&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is CONFIG);&lt;/P&gt;&lt;P&gt;RECIPE_Map:&lt;BR /&gt;Mapping&lt;BR /&gt;LOAD&lt;BR /&gt;[Recipe Name],&lt;BR /&gt;LINK_KEY&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is CONFIG);&lt;/P&gt;&lt;P&gt;GA_TEMP:&lt;BR /&gt;LOAD&lt;BR /&gt;DATE(REPORT_DATE) AS REPORT_DATE,&lt;BR /&gt;REPORT_MONTH,&lt;BR /&gt;PC_EQP_TYPE,&lt;BR /&gt;MOVE_QTY,&lt;BR /&gt;RECIPE_NAME,&lt;BR /&gt;EQPID,&lt;BR /&gt;ApplyMap('RECIPE_Map',RECIPE_NAME,Null() ) AS RECIPE_LinkKey,&lt;BR /&gt;ApplyMap('EQPID_Map',EQPID,Null()) AS EQPID_LinkKey&lt;BR /&gt;FROM $(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is DATA)&lt;BR /&gt;where REPORT_MONTH =10;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;GA_PRE:&lt;BR /&gt;LOAD *,&lt;BR /&gt;if(len(RECIPE_LinkKey)=0,EQPID_LinkKey,RECIPE_LinkKey) AS LINK_KEY&lt;BR /&gt;RESIDENT GA_TEMP;&lt;/P&gt;&lt;P&gt;DROP TABLE GA_TEMP;&lt;/P&gt;&lt;P&gt;Join(CONFIG)&lt;BR /&gt;Load Distinct LINK_KEY, REPORT_DATE Resident GA_PRE;&lt;/P&gt;&lt;P&gt;Load MADE ,&lt;BR /&gt;[Metal Part ID],&lt;BR /&gt;[Eqpt ID] ,&lt;BR /&gt;[Eqpt Group],&lt;BR /&gt;[Recipe Name] ,&lt;BR /&gt;LINK_KEY,&lt;BR /&gt;REPORT_DATE &amp;amp;'-'&amp;amp; [Metal Part ID] as Key&lt;BR /&gt;Resident CONFIG;&lt;/P&gt;&lt;P&gt;DROP Table CONFIG;&lt;/P&gt;&lt;P&gt;DW:&lt;BR /&gt;LOAD&lt;BR /&gt;MADE AS MA,&lt;BR /&gt;DATE(FLOOR(TRANS_PERIOD)) AS TRANS_PERIOD,&lt;BR /&gt;daystart(TRANS_PERIOD, 0, 1 ) AS RD,&lt;BR /&gt;DATE(FLOOR(TRANS_PERIOD)) &amp;amp;'-'&amp;amp; PART_NUMBER as Key,&lt;BR /&gt;EVENT_DATE,&lt;BR /&gt;PART_NUMBER,&lt;BR /&gt;TOTALVALUE&lt;BR /&gt;FROM&lt;BR /&gt;$(vInputPath)&lt;BR /&gt;(ooxml, embedded labels, table is DW);&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MayilVahanan_0-1610273702392.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46709i546933E84A855E03/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MayilVahanan_0-1610273702392.png" alt="MayilVahanan_0-1610273702392.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jan 2021 10:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1773132#M717514</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2021-01-10T10:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: To Create the Link without Circular Loop</title>
      <link>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1774730#M717515</link>
      <description>&lt;P&gt;Thank You very much&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/92982"&gt;@raajview&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/493"&gt;@Siva_Sankar&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/132802"&gt;@DenisKolobov&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/17935"&gt;@MayilVahanan&lt;/a&gt;&amp;nbsp; for the fast and quick response..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jan 2021 10:35:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/To-Create-the-Link-without-Circular-Loop/m-p/1774730#M717515</guid>
      <dc:creator>lakshmanvepuri</dc:creator>
      <dc:date>2021-01-15T10:35:51Z</dc:date>
    </item>
  </channel>
</rss>

