<?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 Binary qvw file or source files for Data Visualization in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839808#M1021309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Could anyone provide the Binary qvw file or source files for Data Visualization sample QV file.&lt;/P&gt;&lt;P&gt;It will help me to better understanding of the datamodel design.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2015 01:51:15 GMT</pubDate>
    <dc:creator>qlikviewwizard</dc:creator>
    <dc:date>2015-04-02T01:51:15Z</dc:date>
    <item>
      <title>Binary qvw file or source files for Data Visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839808#M1021309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Could anyone provide the Binary qvw file or source files for Data Visualization sample QV file.&lt;/P&gt;&lt;P&gt;It will help me to better understanding of the datamodel design.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 01:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839808#M1021309</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-04-02T01:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Binary qvw file or source files for Data Visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839809#M1021310</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;You need Data Visualization file or the source file better you can create from the binary load of the DataVisualization file.&lt;/P&gt;&lt;P&gt;Find the attached Data Visualization file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 02:20:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839809#M1021310</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-04-02T02:20:20Z</dc:date>
    </item>
    <item>
      <title>Re: Binary qvw file or source files for Data Visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839810#M1021311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;I have this file too.&lt;/P&gt;&lt;P&gt;Even I have the script. But as part of source data analysis I want the source files or data.&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14279423485047597 jive_text_macro" jivemacro_uid="_14279423485047597"&gt;
&lt;P&gt;Stocks:&lt;/P&gt;
&lt;P&gt;LOAD&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(addmonths([Time-Date], $(vStockAdjMonths))) as [Stock Date],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(addmonths([Time-Date], $(vStockAdjMonths))) as [Date],&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Adj. Close],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Adj. High],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Adj. Low],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Adj. Open],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; High,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Low,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Open,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Volume&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;[Stocks.xls]&lt;/P&gt;
&lt;P&gt;(biff, embedded labels, table is Sheet1$)&lt;/P&gt;
&lt;P&gt;WHERE date(addmonths([Time-Date], $(vStockAdjMonths))) &amp;lt; $(vTodaysDate);&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want Stocks.xls file to analyse the real data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 02:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839810#M1021311</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-04-02T02:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Binary qvw file or source files for Data Visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839811#M1021312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I provide you the Stocks.xls file but in this file &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;[&lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699;"&gt;Time&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;-&lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;] &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;field is renamed to &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;[Stock &lt;/SPAN&gt;&lt;SPAN class="keyword" style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #006699;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: Consolas, 'Courier New', Courier, mono, serif; color: #000000;"&gt;] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;but you can create it from this file also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 02:52:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839811#M1021312</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-04-02T02:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Binary qvw file or source files for Data Visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839812#M1021313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anand,&lt;/P&gt;&lt;P&gt;Kindlyprovide remaining files also.&lt;/P&gt;&lt;P&gt;Presidents.xls&lt;/P&gt;&lt;P&gt;General Ledger.xls - Account Balance tab&lt;/P&gt;&lt;P&gt;General Ledger.xls -Account Master tab&lt;/P&gt;&lt;P&gt;General Ledger.xls -Report Format tab&lt;/P&gt;&lt;P&gt;SalesDetails.qvd&lt;/P&gt;&lt;P&gt;Customers.qvd&lt;/P&gt;&lt;P&gt;SalesRep.qvd &lt;/P&gt;&lt;P&gt;ReportsTo.xls&lt;/P&gt;&lt;P&gt;ItemMaster.qvd &lt;/P&gt;&lt;P&gt;Budget.qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 03:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839812#M1021313</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-04-02T03:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Binary qvw file or source files for Data Visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839813#M1021314</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 have Stocks.xls file right now provide you later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 03:21:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839813#M1021314</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2015-04-02T03:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Binary qvw file or source files for Data Visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839814#M1021315</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;You do a binary load into another file and use below files to generate the CSV or QVD &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Data Visualization.qvw];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ItemMaster INTO &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ItemMaster.qvd;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;STORE &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Presidents INTO Presidents.csv;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 03:30:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839814#M1021315</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-02T03:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Binary qvw file or source files for Data Visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839815#M1021316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jagan,&lt;/P&gt;&lt;P&gt;I agree with you. But these tables are already transformed as per the front end dashboard requirement.&lt;/P&gt;&lt;P&gt;I want the raw data files.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2015 04:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839815#M1021316</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-04-02T04:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Binary qvw file or source files for Data Visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839816#M1021317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any help on this,please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 01:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839816#M1021317</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-04-06T01:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Binary qvw file or source files for Data Visualization</title>
      <link>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839817#M1021318</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;It is not possible, because the Binary load will have transformed tables, so you have save as qvds before transforming the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Apr 2015 02:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Binary-qvw-file-or-source-files-for-Data-Visualization/m-p/839817#M1021318</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-04-06T02:11:11Z</dc:date>
    </item>
  </channel>
</rss>

