<?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: Qlikview function for input and output documentation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-function-for-input-and-output-documentation/m-p/1706237#M724320</link>
    <description>&lt;P&gt;If the folder struct is relatively static as in your example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for each File in filelist('Shared\10_Data\Raw\*')&lt;BR /&gt;DataSource:&lt;BR /&gt;load 'Input' as Direction,&lt;BR /&gt;'Shared\10_Data\Raw' as Source,&lt;BR /&gt;Replace('$(File)','Shared\10_Data\Raw\','') as FileorDatabaseName&lt;BR /&gt;autogenerate 1;&lt;BR /&gt;next File&lt;/P&gt;&lt;P&gt;for each File in filelist('Shared\10_Data\Staged\*')&lt;BR /&gt;Concatenate&lt;BR /&gt;DataSource:&lt;BR /&gt;load 'Input' as Direction,&lt;BR /&gt;'Shared\10_Data\Staged' as Source,&lt;BR /&gt;Replace('$(File)','Shared\10_Data\Staged\','') as FileorDatabaseName&lt;BR /&gt;autogenerate 1;&lt;BR /&gt;next File&lt;/P&gt;&lt;P&gt;for each File in filelist('Shared\10_DataModel\*')&lt;BR /&gt;Concatenate&lt;BR /&gt;DataSource:&lt;BR /&gt;load 'Input' as Direction,&lt;BR /&gt;'Shared\10_DataModel' as Source,&lt;BR /&gt;Replace('$(File)','Shared\10_DataModel\','') as FileorDatabaseName&lt;BR /&gt;autogenerate 1;&lt;BR /&gt;next File&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2020 20:02:36 GMT</pubDate>
    <dc:creator>jwjackso</dc:creator>
    <dc:date>2020-05-28T20:02:36Z</dc:date>
    <item>
      <title>Qlikview function for input and output documentation</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-function-for-input-and-output-documentation/m-p/1706202#M724319</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We currently create an inline table to manually list the input files (generally QVDs or excel files) and output files (QVDs, Data Models) that a document consumes and produces.&amp;nbsp; Because that's manually generated, it quite often gets out of date.&lt;/P&gt;&lt;P&gt;Is there a function that will run through our script and gather all of the inputs (From...)&amp;nbsp; and outputs (Store ... Into...) so we can use them to auto populate this type of documentation model?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-function-for-input-and-output-documentation/m-p/1706202#M724319</guid>
      <dc:creator>mcowley1</dc:creator>
      <dc:date>2024-11-16T18:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview function for input and output documentation</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-function-for-input-and-output-documentation/m-p/1706237#M724320</link>
      <description>&lt;P&gt;If the folder struct is relatively static as in your example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for each File in filelist('Shared\10_Data\Raw\*')&lt;BR /&gt;DataSource:&lt;BR /&gt;load 'Input' as Direction,&lt;BR /&gt;'Shared\10_Data\Raw' as Source,&lt;BR /&gt;Replace('$(File)','Shared\10_Data\Raw\','') as FileorDatabaseName&lt;BR /&gt;autogenerate 1;&lt;BR /&gt;next File&lt;/P&gt;&lt;P&gt;for each File in filelist('Shared\10_Data\Staged\*')&lt;BR /&gt;Concatenate&lt;BR /&gt;DataSource:&lt;BR /&gt;load 'Input' as Direction,&lt;BR /&gt;'Shared\10_Data\Staged' as Source,&lt;BR /&gt;Replace('$(File)','Shared\10_Data\Staged\','') as FileorDatabaseName&lt;BR /&gt;autogenerate 1;&lt;BR /&gt;next File&lt;/P&gt;&lt;P&gt;for each File in filelist('Shared\10_DataModel\*')&lt;BR /&gt;Concatenate&lt;BR /&gt;DataSource:&lt;BR /&gt;load 'Input' as Direction,&lt;BR /&gt;'Shared\10_DataModel' as Source,&lt;BR /&gt;Replace('$(File)','Shared\10_DataModel\','') as FileorDatabaseName&lt;BR /&gt;autogenerate 1;&lt;BR /&gt;next File&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2020 20:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-function-for-input-and-output-documentation/m-p/1706237#M724320</guid>
      <dc:creator>jwjackso</dc:creator>
      <dc:date>2020-05-28T20:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview function for input and output documentation</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-function-for-input-and-output-documentation/m-p/1719410#M724321</link>
      <description>&lt;P&gt;I would suggest looking at the Governance Dashboard:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/governance-dashboard/Content/QV_GovDashboard/Lineage.htm" target="_blank"&gt;https://help.qlik.com/en-US/governance-dashboard/Content/QV_GovDashboard/Lineage.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There is a link in another section of the Help for it to the place to download the application, just FYI.&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;</description>
      <pubDate>Tue, 16 Jun 2020 20:11:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-function-for-input-and-output-documentation/m-p/1719410#M724321</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2020-06-16T20:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview function for input and output documentation</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-function-for-input-and-output-documentation/m-p/1739254#M724322</link>
      <description>&lt;P&gt;Brett, closing the loop on this.&lt;/P&gt;&lt;P&gt;I did a binary load of the governance dashboard and put the Lineage table into a QVD.&amp;nbsp; Then loaded source and target from that QVD into each qvw, where DocName = DocumentName().&lt;/P&gt;&lt;P&gt;Works like a charm.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 17:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-function-for-input-and-output-documentation/m-p/1739254#M724322</guid>
      <dc:creator>mcowley1</dc:creator>
      <dc:date>2020-08-27T17:49:59Z</dc:date>
    </item>
  </channel>
</rss>

