<?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 SQL-session for different queries in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/SQL-session-for-different-queries/m-p/1038894#M932414</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I refer&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;from a database&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;over an extended&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL query&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;data&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;base&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that will help&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in further steps&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of statistical analysis&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to be driven&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Statistical analyzes&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;repeatedly ask&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the first&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;session&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;(t&lt;/SPAN&gt;able1) &lt;SPAN class="hps"&gt;from&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps atn"&gt;"&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;(&lt;/SPAN&gt;Select * from &lt;SPAN class="hps"&gt;session.table1&lt;/SPAN&gt;)"&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;At the end of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;only one table&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;should&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;arise&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the individual&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;months&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;years&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;corresponding&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;values are to be&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;assigned&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;A&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;script that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;writes&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;all the individual&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;indicators&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;into a table&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;would lead to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;excessive&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;nesting&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;make&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the calculation&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;very slowly&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I want to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;solve&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the queries&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;largely&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;on&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;so&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;capacity&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the SQL server&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is used and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;low-power&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;computer of the user&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;more likely.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;The&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL commands&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;can be executed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;all&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;provide accurate&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;results&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;Now the question is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;whether it is possible&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to integrate&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;intermediate&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;tables&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a command&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;QlikView&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;or&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;whether it is better&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to read in the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;first table&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;perform&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;further calculations&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;locally&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;QlikView&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="g-unit"&gt; &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Thank you for your&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;suggestions&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and kind regards!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>SQL-session for different queries</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-session-for-different-queries/m-p/1038894#M932414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody,&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I refer&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;from a database&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;over an extended&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL query&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;data&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;base&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that will help&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in further steps&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of statistical analysis&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to be driven&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Statistical analyzes&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;repeatedly ask&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the first&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;session&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;(t&lt;/SPAN&gt;able1) &lt;SPAN class="hps"&gt;from&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps atn"&gt;"&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;(&lt;/SPAN&gt;Select * from &lt;SPAN class="hps"&gt;session.table1&lt;/SPAN&gt;)"&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;At the end of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;only one table&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;should&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;arise&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the individual&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;months&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;years&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;corresponding&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;values are to be&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;assigned&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN class="hps"&gt;A&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;script that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;writes&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;all the individual&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;indicators&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;into a table&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;would lead to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;excessive&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;nesting&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;make&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the calculation&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;very slowly&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I want to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;solve&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the queries&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;largely&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;on&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;so&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;capacity&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the SQL server&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is used and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;low-power&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;computer of the user&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;more likely.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;The&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL commands&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;can be executed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;all&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;provide accurate&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;results&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;Now the question is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;whether it is possible&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to integrate&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;intermediate&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;tables&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;SQL&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;a command&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;QlikView&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;or&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;whether it is better&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to read in the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;first table&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;perform&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;further calculations&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;locally&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;by&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;QlikView&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="g-unit"&gt; &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;Thank you for your&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;suggestions&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;and kind regards!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-session-for-different-queries/m-p/1038894#M932414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQL-session for different queries</title>
      <link>https://community.qlik.com/t5/QlikView/SQL-session-for-different-queries/m-p/1038895#M932415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL commands&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;can be executed&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;all&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;provide accurate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;results&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;. &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Now the question is&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;whether it is possible&lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;to integrate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;the&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;intermediate&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;tables&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN class="hps" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;SQL&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, but not if you use separate sql commands to pull the data into Qlikview. You will have to execute and integrate everything on the server. Perhaps your local friendly database administrator is willing to write a stored procedure for you that does this. From Qlikview you need only execute that stored procedure and receive the result set that the stored procedure creates.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2016 16:58:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/SQL-session-for-different-queries/m-p/1038895#M932415</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-03-09T16:58:59Z</dc:date>
    </item>
  </channel>
</rss>

