<?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: How to use a table from another QVW in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-a-table-from-another-QVW/m-p/1189761#M883935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax is Binary [Qlikview filename.qvw]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when you go to file wizard and click on the Qlikview File by default the syntax of the file get loaded above to set expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary [Qlikview Sales File.qvw];&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Sep 2016 16:56:14 GMT</pubDate>
    <dc:creator>agomes1971</dc:creator>
    <dc:date>2016-09-21T16:56:14Z</dc:date>
    <item>
      <title>How to use a table from another QVW</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-a-table-from-another-QVW/m-p/1189759#M883933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping someone could let me know whether it would be possible to use a table from another QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason i want to do this, is that the final table created in a QVW used alot of resources and time to load, if i had to copy the very same code for another report it would be highly unnecessary.&amp;nbsp; Thus i would just like to use the final table from that QVW and show it along with other information in the new one I am creating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible?&amp;nbsp; Or should i just opt to Store the final table and use the stored file to create a new table in the new QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which would be the easiest and most efficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&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/How-to-use-a-table-from-another-QVW/m-p/1189759#M883933</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a table from another QVW</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-a-table-from-another-QVW/m-p/1189760#M883934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is possible. You can make this by using a type of LOAD called Binary Load and you'll have all the data and tables from the other qvw. What you simply need to do is to drop every table that you don't require in your new qvw. Then you can link Final Table that you have spoken and continue your work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is how you do a binary load from help:&lt;/P&gt;&lt;P&gt;=========================&lt;/P&gt;&lt;H1&gt;Binary&lt;/H1&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;binary&lt;/SPAN&gt; statement is used for loading the data from another QlikView document, including section access data. It does not load the layout information or variables. Only one &lt;SPAN class="Bold"&gt;binary&lt;/SPAN&gt; statement is allowed in the script and it can only be put as the first statement of a script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The syntax is:&lt;/P&gt;&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;binary &lt;/SPAN&gt;&lt;SPAN style="font-style: italic;"&gt;file&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;where:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic;"&gt;file ::= [ path ] filename&lt;/SPAN&gt; &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;Binary customer.qvw;&lt;/P&gt;&lt;P class="Code"&gt;Binary c:\qv\customer.qvw;&lt;/P&gt;&lt;P&gt;The path is the path to the file, either absolute, or relative to the .qvw file containing this script line.&lt;/P&gt;&lt;P&gt;========================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Data Architect MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:20:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-a-table-from-another-QVW/m-p/1189760#M883934</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-21T16:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a table from another QVW</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-a-table-from-another-QVW/m-p/1189761#M883935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syntax is Binary [Qlikview filename.qvw]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when you go to file wizard and click on the Qlikview File by default the syntax of the file get loaded above to set expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary [Qlikview Sales File.qvw];&lt;/P&gt;&lt;P&gt;SET ThousandSep=',';&lt;/P&gt;&lt;P&gt;SET DecimalSep='.';&lt;/P&gt;&lt;P&gt;SET MoneyThousandSep=',';&lt;/P&gt;&lt;P&gt;SET MoneyDecimalSep='.';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;André Gomes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 16:56:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-a-table-from-another-QVW/m-p/1189761#M883935</guid>
      <dc:creator>agomes1971</dc:creator>
      <dc:date>2016-09-21T16:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a table from another QVW</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-a-table-from-another-QVW/m-p/1189762#M883936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use a BINARY LOAD in a generic QVW document to export a single table from any other QVW to a QVD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script (there is no User Interface to speak of) goes somewhat like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;BINARY [$(InputQVW)];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;IF Not IsNull(NoOfRows('$(TableToStore)')) THEN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; STORE [$(TableToStore)] INTO [.\$(TableToStore).QVD] (qvd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; TRACE &amp;gt;&amp;gt;&amp;gt;&amp;gt; Table [&lt;SPAN style="font-size: 13.3333px;"&gt;$(TableToStore)&lt;/SPAN&gt;] successfully written to QVD.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;ELSE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&amp;nbsp; TRACE &amp;gt;&amp;gt;&amp;gt;&amp;gt; Table [&lt;SPAN style="font-size: 13.3333px;"&gt;$(TableToStore)&lt;/SPAN&gt;] couldn't be written to QVD, table does not exist.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;END IF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;EXIT Script;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The script uses variables that either already have a value (you can set their value in the Settings-&amp;gt;Variable Overview) or that have their value passed via the command line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;And example command line execution might look like (I called the qvw with this script "Export.qvw"):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'courier new', courier;"&gt;QV.EXE /r /vInputQVW=C:\QlikView\QVW\VeryBig.QVW /vTableToStore=FACTS Export.qvw&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Useful?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Peter&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 18:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-a-table-from-another-QVW/m-p/1189762#M883936</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-09-21T18:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to use a table from another QVW</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-a-table-from-another-QVW/m-p/1189763#M883937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-size: 13.3333px;"&gt;Peter,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thank you for your sharing this script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is possible to store "System Tables"&amp;nbsp; object in qlikview&amp;nbsp; to&amp;nbsp; store another .CSV file by using Binary load?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;BINARY &lt;SPAN style="font-family: Courier New;"&gt;[$(InputQVW)];&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2018 07:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-a-table-from-another-QVW/m-p/1189763#M883937</guid>
      <dc:creator>shaikbakshu</dc:creator>
      <dc:date>2018-07-23T07:15:09Z</dc:date>
    </item>
  </channel>
</rss>

