<?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: Random graphs in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Random-graphs-in-Qlikview/m-p/1215324#M389354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is definitely possible to create multiple charts using a random selection of fields from one or more tables in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However to make something useful it is important to have a well thought out plan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code can be written in VBScript in a Macro in QlikView or it can be made from an external programming environment through Windows Automation by using QlikView COM-object and its object model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of lines of code would be at least an order of magnitude or two more than the pseudo-code you suggested. The Cells would not be used to create the charts though because everything in QlikView is based on Dimensions and Expressions (measures) that will together render the cells as a result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel is cells-based whereas QlikView is Dimension, Expression and Fields based.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2017 12:08:12 GMT</pubDate>
    <dc:creator>petter</dc:creator>
    <dc:date>2017-01-09T12:08:12Z</dc:date>
    <item>
      <title>Random graphs in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Random-graphs-in-Qlikview/m-p/1215323#M389353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we have a table with n number of fields with string, number and date.&lt;/P&gt;&lt;P&gt;We should be able to create multiple combination of graphs for the same.for eg.&lt;/P&gt;&lt;P&gt;use below logic&lt;/P&gt;&lt;P&gt;Sub combin()k = 1For l = 1 To 6 v1 = Cells(l, 1) For m = l To 6 v2 = Cells(m, 2) Cells(k, 3) = v1 &amp;amp; v2 k = k + 1 NextNextEnd Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishore.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 11:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Random-graphs-in-Qlikview/m-p/1215323#M389353</guid>
      <dc:creator />
      <dc:date>2017-01-09T11:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Random graphs in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Random-graphs-in-Qlikview/m-p/1215324#M389354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is definitely possible to create multiple charts using a random selection of fields from one or more tables in QlikView.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However to make something useful it is important to have a well thought out plan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The code can be written in VBScript in a Macro in QlikView or it can be made from an external programming environment through Windows Automation by using QlikView COM-object and its object model.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number of lines of code would be at least an order of magnitude or two more than the pseudo-code you suggested. The Cells would not be used to create the charts though because everything in QlikView is based on Dimensions and Expressions (measures) that will together render the cells as a result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Excel is cells-based whereas QlikView is Dimension, Expression and Fields based.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2017 12:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Random-graphs-in-Qlikview/m-p/1215324#M389354</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2017-01-09T12:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Random graphs in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Random-graphs-in-Qlikview/m-p/1215325#M389355</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;maybe helpful:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/242909"&gt;Dynamic chart creation via script...&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 21:32:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Random-graphs-in-Qlikview/m-p/1215325#M389355</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2017-01-10T21:32:09Z</dc:date>
    </item>
  </channel>
</rss>

