<?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 create VIEW from SQL in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-VIEW-from-SQL/m-p/950875#M948994</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just have one SELECT (multiple joines).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now I would like to get one MAX(values) group by .... from this SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't insert this MAX within SELECT itself - got mistake&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Dec 2015 06:30:21 GMT</pubDate>
    <dc:creator>sculptorlv</dc:creator>
    <dc:date>2015-12-18T06:30:21Z</dc:date>
    <item>
      <title>How to create VIEW from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-VIEW-from-SQL/m-p/950872#M948991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. Please help with information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is CREATE VIEW function in SQL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use the same in Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tabel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select &lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;b&lt;/P&gt;&lt;P&gt;c&lt;/P&gt;&lt;P&gt;From Table 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I do something like ???&lt;/P&gt;&lt;P&gt;Create VIEW BigTable AS&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Select &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;A&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;b&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;c&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From Table 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 14:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-VIEW-from-SQL/m-p/950872#M948991</guid>
      <dc:creator>sculptorlv</dc:creator>
      <dc:date>2015-12-17T14:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create VIEW from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-VIEW-from-SQL/m-p/950873#M948992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why would you want to do something like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 15:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-VIEW-from-SQL/m-p/950873#M948992</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-12-17T15:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create VIEW from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-VIEW-from-SQL/m-p/950874#M948993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;qlikview won't support,first create a view in ur sql it self and call that view from qliview,tht helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Dec 2015 15:45:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-VIEW-from-SQL/m-p/950874#M948993</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-12-17T15:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to create VIEW from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-VIEW-from-SQL/m-p/950875#M948994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just have one SELECT (multiple joines).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And now I would like to get one MAX(values) group by .... from this SELECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can't insert this MAX within SELECT itself - got mistake&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 06:30:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-VIEW-from-SQL/m-p/950875#M948994</guid>
      <dc:creator>sculptorlv</dc:creator>
      <dc:date>2015-12-18T06:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to create VIEW from SQL</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-VIEW-from-SQL/m-p/950876#M948995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Get the tables into Qlik and do the work there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Dec 2015 11:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-VIEW-from-SQL/m-p/950876#M948995</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-12-18T11:08:03Z</dc:date>
    </item>
  </channel>
</rss>

