<?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 modify data if you only have .qvw file ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333365#M704890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script I posted above will export all tables to CSV files after the binary load. To export to QVD, just make a couple changes. ﻿﻿&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Directory c:\temp\extract;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FOR i = 0 to NoOfTables()-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vTableName = TableName($(i));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vOutfile = '$(vTableName).&lt;STRONG&gt;qvd&lt;/STRONG&gt;';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE [$(vTableName)] INTO [$(vOutfile)] (&lt;STRONG&gt;qvd&lt;/STRONG&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NEXT i&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 May 2012 23:08:23 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2012-05-06T23:08:23Z</dc:date>
    <item>
      <title>How to modify data if you only have .qvw file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333358#M704883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have downloaded qvw file from the client site which has a dashboard with chart and tables.&amp;nbsp; I need to modify some of these data to see what if scenario and to see how it will look when reloaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example current dashboard has regions for sales . I want to replace them with city names. I canexport region data to excel sheet and change the name just to see how it looks. However, I don't kmow how to reload back and keep the relationship.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2012 22:33:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333358#M704883</guid>
      <dc:creator />
      <dc:date>2012-05-02T22:33:57Z</dc:date>
    </item>
    <item>
      <title>How to modify data if you only have .qvw file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333359#M704884</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;if you have the load script you could load your changed data with a Partial Reload. Therefor you have to add "REPLACE" before the LOAD command for the table(s) you want to replace with your data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 08:19:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333359#M704884</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2012-05-03T08:19:48Z</dc:date>
    </item>
    <item>
      <title>How to modify data if you only have .qvw file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333360#M704885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just an idea, do a binary load on the QVW, export all tables to QVDs then clear the orignal QVW script and load the QVDs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change any info in the final script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 May 2012 16:58:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333360#M704885</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-05-03T16:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify data if you only have .qvw file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333361#M704886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can binary load an existing qvw and spin the tables out to csv oe qvd files with this script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;BINARY your.qvw;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Directory c:\temp\extract;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FOR i = 0 to NoOfTables()-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vTableName = TableName($(i));&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vOutfile = '$(vTableName).csv';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE [$(vTableName)] INTO [$(vOutfile)] (txt);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NEXT i&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want QVDs instead of CSV, change the file extension on line 5 and the (txt) to (qvd) on line 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://robwunderlich.com"&gt;http://robwunderlich.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 03:19:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333361#M704886</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-05-04T03:19:50Z</dc:date>
    </item>
    <item>
      <title>How to modify data if you only have .qvw file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333362#M704887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I do binary load? I tried putting statement in basic script&amp;nbsp; - c:\xyz.qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 16:43:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333362#M704887</guid>
      <dc:creator />
      <dc:date>2012-05-04T16:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify data if you only have .qvw file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333363#M704888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Binary must be the first statement in script. See the Help or Ref Guide for BINARY statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2012 18:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333363#M704888</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-05-04T18:51:22Z</dc:date>
    </item>
    <item>
      <title>How to modify data if you only have .qvw file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333364#M704889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got .qvw loaded ad binary. How to export to qvd? Export shows two options only -Export sheet image and Export Document layout. Export Document Layout creates xml files. Are they .qvd?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 May 2012 01:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333364#M704889</guid>
      <dc:creator />
      <dc:date>2012-05-05T01:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify data if you only have .qvw file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333365#M704890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script I posted above will export all tables to CSV files after the binary load. To export to QVD, just make a couple changes. ﻿﻿&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Directory c:\temp\extract;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;FOR i = 0 to NoOfTables()-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vTableName = TableName($(i));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LET vOutfile = '$(vTableName).&lt;STRONG&gt;qvd&lt;/STRONG&gt;';&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; STORE [$(vTableName)] INTO [$(vOutfile)] (&lt;STRONG&gt;qvd&lt;/STRONG&gt;);&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="background-color: #ffffff; font-size: 12px; color: #636363; font-family: Arial;"&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;NEXT i&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 May 2012 23:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333365#M704890</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-05-06T23:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify data if you only have .qvw file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333366#M704891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to be able to delete already loaded tables (binary qvw) and retrieve tables from other qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you recommend?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Aldo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 05:29:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333366#M704891</guid>
      <dc:creator />
      <dc:date>2012-05-07T05:29:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify data if you only have .qvw file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333367#M704892</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not clear on the question. Could you explain a little more?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 16:00:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333367#M704892</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2012-05-07T16:00:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify data if you only have .qvw file ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333368#M704893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mavrik12 - you may want to take a look at these posts in more detail: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expressor software has the ability to reverse engineer a .QVW file and extract the field table metadata from it to create an expressor QlikView schema. Then you can use the exported Excel data that you took from the QlikView export and use that as an input surce to create an Excel Schema to be used in an expressor Dataflow. You can then map the source input to the QlikView Schema and write out to a QlikView .QVX file using expressor. The new .QVX file will now be your new source of data that you can reload&amp;nbsp; into your existing .qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I actually run through this scenario in the video - except I use expressor to extract data from Salesforce instead of Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The nice thing about this is that it is all graphical where no code is needed. It also creates a great way to create test scenarios such as the one you mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-2941"&gt;http://community.qlik.com/docs/DOC-2941&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Watch the video - directly here: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.expressor-software.com/blogs/mtarallo/52-expressor-3-6-qlikview-integration.html"&gt;http://community.expressor-software.com/blogs/mtarallo/52-expressor-3-6-qlikview-integration.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I feel this may be able to help you and quite easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are some direct links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://market.qlik.com/expressor-for-qlikview.html"&gt;http://market.qlik.com/expressor-for-qlikview.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewexpress.expressor-software.com/"&gt;http://qlikviewexpress.expressor-software.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW - here is what is coming this summer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expressor QlikView connector:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://community.expressor-software.com/blogs/mtarallo/59-expressor-preview-next-level-qlikview-integration-qlikview-connector.html"&gt;http://community.expressor-software.com/blogs/mtarallo/59-expressor-preview-next-level-qlikview-integration-qlikview-connector.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike Tarallo&lt;/P&gt;&lt;P&gt;expressor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 11:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-data-if-you-only-have-qvw-file/m-p/333368#M704893</guid>
      <dc:creator>Michael_Tarallo</dc:creator>
      <dc:date>2012-05-08T11:41:03Z</dc:date>
    </item>
  </channel>
</rss>

