<?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 Multi variable analysis  Write to Fields not Excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147328#M25763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.qlik.com/download/"&gt;http://www.qlik.com/download/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Select version 9 and English and it's the top item.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2009 20:48:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-07-01T20:48:19Z</dc:date>
    <item>
      <title>Multi variable analysis  Write to Fields not Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147322#M25757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a Multi Variable Anaylis VBS and am currently reading and writing to Excel. I want to be do this solely in Qlikview by loading the data from the system and then creating fields after the calculations have been completed. Does anyone know the syntax that I need to use to create the results into a field and load the data from a table and not the Spread sheet. VB script attached.&lt;/P&gt;&lt;P&gt;The Load&lt;/P&gt;&lt;P&gt;Set objXL = CreateObject("Excel.Application")&lt;BR /&gt;Set objWB = objXL.WorkBooks.Open("&lt;A&gt;\&lt;/A&gt;\Bailey2009.xls")&lt;BR /&gt;Set objWS = objWB.WorkSheets("Analysis")&lt;BR /&gt;objXL.Visible = True&lt;/P&gt;&lt;P&gt;For I1 = 1 To NumLevels1&lt;BR /&gt; For I2 = 1 To NumLevels2&lt;BR /&gt; For I3 = 1 To NumLevels3&lt;BR /&gt; Row = (I1 - 1) * NumLevels2 * NumLevels3 + (I2 - 1) * NumLevels3 + I3 + 1&lt;BR /&gt; Exposures(I1, I2, I3) = objXL.Cells(Row, 4)&lt;BR /&gt; CellRel(I1, I2, I3) = objXL.Cells(Row, 7)&lt;BR /&gt; Next&lt;BR /&gt; Next&lt;BR /&gt;Next&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here I am writing out to the Excel SS but I want to create fields.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For i = 1 To NumLevels1&lt;BR /&gt; objXL.Cells(6 + i - 1, 13) = Result1(i)&lt;BR /&gt;Next&lt;/P&gt;&lt;P&gt;For i = 1 To NumLevels2&lt;BR /&gt; objXL.Cells(14 + i - 1, 13) = Result2(i)&lt;BR /&gt;Next&lt;/P&gt;&lt;P&gt;For i = 1 To NumLevels3&lt;BR /&gt; objXL.Cells(22 + i - 1, 13) = Result3(i)&lt;BR /&gt;Next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jun 2009 02:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147322#M25757</guid>
      <dc:creator />
      <dc:date>2009-06-20T02:17:57Z</dc:date>
    </item>
    <item>
      <title>Multi variable analysis  Write to Fields not Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147323#M25758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not familar with an API that lets you create rows in a table (InputFields and the QV9 dynamic updates may be exceptions).&lt;/P&gt;&lt;P&gt;Why not just continie to write to the XLS file and have the load script read that file?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Jun 2009 06:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147323#M25758</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-06-20T06:39:59Z</dc:date>
    </item>
    <item>
      <title>Multi variable analysis  Write to Fields not Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147324#M25759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works as is now. What we want to do in the future is do a more data intensive analysis where the intial data could be larger than 60,000 rows. Excel has a 60,000 limitation. WE could bring the data in with multiple SS's but I am trying to make this as simple as possible for the user. What I would like to do is keep it all in qlikview so we dont have to worry about the limitation. Thanks, Troy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 21:54:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147324#M25759</guid>
      <dc:creator />
      <dc:date>2009-06-24T21:54:19Z</dc:date>
    </item>
    <item>
      <title>Multi variable analysis  Write to Fields not Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147325#M25760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Rob mentioned, Dynamic Data Updates in QlikView 9 may be the answer. You can use SQL-like commands to update data into your documents.&lt;/P&gt;&lt;P&gt;If you download the new, version 9 APIGuide, there is an example. Go to Automation Examples and select the Document Class and DynamicUpdateCommand in the Member box.&lt;/P&gt;&lt;P&gt;I haven't had a chance to test out this new feature, but it seems to be a pretty cool addition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 22:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147325#M25760</guid>
      <dc:creator />
      <dc:date>2009-06-24T22:11:25Z</dc:date>
    </item>
    <item>
      <title>Multi variable analysis  Write to Fields not Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147326#M25761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it's possible with V8 to add significant amounts of new data to a document with macro code. That would mess with the optimized data model built by the load. May be something in V9.&lt;/P&gt;&lt;P&gt;Only workaround I can think of is to write the data to a CSV file and reload from there using Document.DoReload or ReloadEx. Of course, the user will need permission to reload the document. I've seen this technique used before. For example, &lt;A href="http://community.qlik.com/media/p/63030.aspx"&gt;http://community.qlik.com/media/p/63030.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 22:14:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147326#M25761</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-06-24T22:14:16Z</dc:date>
    </item>
    <item>
      <title>Multi variable analysis  Write to Fields not Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147327#M25762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the help, I've got a similar issue. Where would one find the new version 9 APIGuide?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2009 03:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147327#M25762</guid>
      <dc:creator />
      <dc:date>2009-06-30T03:46:34Z</dc:date>
    </item>
    <item>
      <title>Multi variable analysis  Write to Fields not Excel</title>
      <link>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147328#M25763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.qlik.com/download/"&gt;http://www.qlik.com/download/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Select version 9 and English and it's the top item.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2009 20:48:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multi-variable-analysis-Write-to-Fields-not-Excel/m-p/147328#M25763</guid>
      <dc:creator />
      <dc:date>2009-07-01T20:48:19Z</dc:date>
    </item>
  </channel>
</rss>

