<?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 a view in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397570#M148090</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot create Views in Qlikview. - Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Aug 2014 12:11:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-19T12:11:44Z</dc:date>
    <item>
      <title>How to create a view</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397564#M148084</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 am populating chart based on data available in one of Oracle schema. That schema is containing view as following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;create view v_country_sales as&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;select countries.country_name, sum(quantity_sold* amount_sold) sales&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;from sales, customers, countries &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;where sales.cust_id = customers.cust_id&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;and customers.country_id = countries.country_id&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;group by countries.country_name;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to create same view in Qlikview but I am not sure how to do it. Can anybody help me in this regard? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.variyasoftsolutions.com"&gt;Alex&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 16:11:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397564#M148084</guid>
      <dc:creator />
      <dc:date>2013-05-22T16:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a view</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397565#M148085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Qlikview doesn't have views. You can create a table in Qlikview that contains the data you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country_Sales:&lt;/P&gt;&lt;P&gt;SQL SELECT countries.country_name, sum(quantity_sold* amount_sold) sales&lt;/P&gt;&lt;P&gt;FROM sales, customers, countries&lt;/P&gt;&lt;P&gt;WHERE sales.cust_id = customers.cust_id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; and customers.country_id = countries.country_id&lt;/P&gt;&lt;P&gt;GROUP BY countries.country_name;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the data from sales, customers and countries tables are already loading into the in-memory database of Qlikview then you should first try to create a chart to display that data your view shows. You could create a straight table with &lt;EM&gt;country_name&lt;/EM&gt; as dimension and &lt;EM&gt;sum(quantity_sold* amount_sold)&lt;/EM&gt; as expression. That's the Qlikview way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 16:20:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397565#M148085</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-05-22T16:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a view</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397566#M148086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, so how can I load the data without using the view?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.variyasoftsolutions.com"&gt;Alex&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 16:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397566#M148086</guid>
      <dc:creator />
      <dc:date>2013-05-22T16:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a view</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397567#M148087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can load database view in select form, in left side you can check view to use in your script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 17:00:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397567#M148087</guid>
      <dc:creator />
      <dc:date>2013-05-22T17:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a view</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397568#M148088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I am not getting it. Left side of what?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.variyasoftsolutions.com/"&gt;Alex&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 08:05:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397568#M148088</guid>
      <dc:creator />
      <dc:date>2013-05-23T08:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a view</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397569#M148089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In script editor --&amp;gt; below side&amp;nbsp; --&amp;gt; Button Select --&amp;gt; Select Statemet Windows --&amp;gt; Left Side&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="41593" class="jive-image-thumbnail jive-image" onclick="" alt="Select.jpg" src="https://community.qlik.com/legacyfs/online/41593_Select.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 May 2013 14:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397569#M148089</guid>
      <dc:creator />
      <dc:date>2013-05-23T14:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a view</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397570#M148090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot create Views in Qlikview. - Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 12:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-a-view/m-p/397570#M148090</guid>
      <dc:creator />
      <dc:date>2014-08-19T12:11:44Z</dc:date>
    </item>
  </channel>
</rss>

