<?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: Script result nothing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235845#M393140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, it runs on geen plume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Feb 2017 15:49:20 GMT</pubDate>
    <dc:creator>master_student</dc:creator>
    <dc:date>2017-02-21T15:49:20Z</dc:date>
    <item>
      <title>Script result nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235840#M393135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really didn't get why my script doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is he script :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ODBC CONNECT32 TO vv_vv;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;F_temp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select&lt;/P&gt;&lt;P&gt;Tel,&lt;/P&gt;&lt;P&gt;p.off as "offer"&lt;/P&gt;&lt;P&gt;from p_edw.sub_off o&lt;/P&gt;&lt;P&gt;left join p_edw.subs s on o.subs_id =s.subs_id&lt;/P&gt;&lt;P&gt;left join p_edw.offp on p.off_id = o.off_id&lt;/P&gt;&lt;P&gt;where (current_date -1 between valid_from and valid_to );&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;exit script;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result is nothing :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="153963" alt="Capture.PNG" class="jive-image image-1" height="425" src="https://community.qlik.com/legacyfs/online/153963_Capture.PNG" style="height: 425.223px; width: 412px;" width="412" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help please&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 15:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235840#M393135</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-02-21T15:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Script result nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235841#M393136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be check after adding SQL before SELECT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;F_temp:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;SQL&lt;/SPAN&gt; select&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;SUBSTR(s.telephone_number, 4, &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; as "Concern. MSISDN",&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;p.offer_name as "offer"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;from p_edw.subcriber_offer o&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;left join p_edw.subs s on o.subs_id =s.subs_id&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;left join p_edw.offp on p.off_id = o.off_id&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;where (current_date -1 between valid_from and valid_to );&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 15:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235841#M393136</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-21T15:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Script result nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235842#M393137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added , SQL before my query but didn't get nothing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 15:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235842#M393137</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-02-21T15:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: Script result nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235843#M393138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be here? there is no space for the table alias for p_edw.offp change it to p_edw.off p&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;F_temp:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;SQL&lt;/SPAN&gt; select&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;SUBSTR(s.telephone_number, 4, &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; as "Concern. MSISDN",&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;p.offer_name as "offer"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;from p_edw.subcriber_offer o&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;left join p_edw.subs s on o.subs_id =s.subs_id&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;left join p_edw.off &lt;/STRONG&gt;&lt;STRONG style="color: #ff6600;"&gt;p&lt;/STRONG&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt; on p.off_id = o.off_id&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;where (current_date -1 between valid_from and valid_to );&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 15:21:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235843#M393138</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-21T15:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Script result nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235844#M393139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this run outside QlikView?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;select&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;SUBSTR(s.telephone_number, 4, &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; as "Concern. MSISDN",&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;p.offer_name as "offer"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;from p_edw.subcriber_offer o&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;left join p_edw.subs s on o.subs_id =s.subs_id&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;left join p_edw.offp on p.off_id = o.off_id&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;where (current_date -1 between valid_from and valid_to );&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 15:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235844#M393139</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-21T15:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: Script result nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235845#M393140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, it runs on geen plume&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 15:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235845#M393140</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-02-21T15:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Script result nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235846#M393141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this way,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no need&amp;nbsp; 'as'&amp;nbsp; in query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also check the&amp;nbsp; date format in where&amp;nbsp; condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;select&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;SUBSTR(s.telephone_number, 4, &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&amp;nbsp;&amp;nbsp; "Concern. MSISDN",&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;p.offer_name&amp;nbsp; "offer"&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;from p_edw.subcriber_offer o&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;left join p_edw.subs s on o.subs_id =s.subs_id&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;left join p_edw.offp on p.off_id = o.off_id&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;where (To_Char(current_date,'MM/DD/YYY') -1 between To_Char(valid_from,'MM/DD/YYYY') and To_char(valid_to,'MM/DD/YYYY' );&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235846#M393141</guid>
      <dc:creator />
      <dc:date>2017-02-21T16:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Script result nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235847#M393142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be&lt;/P&gt;&lt;P&gt;F_Temp:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235847#M393142</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-02-21T16:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Script result nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235848#M393143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"geen plume"? What Sunny means is does it run in the SQL query tool for your DBMS? First check overthere if your query is correct and returns any rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW Vishwarath has a good point - your SQL statement refers to a table alias p, but p is defined nowhere. Probably due to a missing space in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;left join &lt;STRONG&gt;p_edw.off&lt;/STRONG&gt;&lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;p&lt;/STRONG&gt;&lt;/SPAN&gt; on p.off_id = o.off_id&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235848#M393143</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-02-21T16:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Script result nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235849#M393144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nop &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235849#M393144</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-02-21T16:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Script result nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235850#M393145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;green plume is a dbms and the p is fixed in my query&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235850#M393145</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-02-21T16:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Script result nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235851#M393146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean Greenplum dbms? That dbms is PostgresSQL-based and therefor has a query tool called psql. You can test your queries by starting psql with the name of your database, and then running the same query by copy/pasting it at the command prompt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:39:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235851#M393146</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-02-21T16:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Script result nothing</title>
      <link>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235852#M393147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks but it doesn't solve the pb &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Feb 2017 16:45:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Script-result-nothing/m-p/1235852#M393147</guid>
      <dc:creator>master_student</dc:creator>
      <dc:date>2017-02-21T16:45:28Z</dc:date>
    </item>
  </channel>
</rss>

