<?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 load SQL Functions into Sense? in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-to-load-SQL-Functions-into-Sense/m-p/1519579#M37130</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I successfully executed the script but it returned no results.&lt;/P&gt;&lt;P&gt;Please help. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Func:
Load *;
SQL select *
from DatabaseName.dbo.Report_ShipmentProfileReport
(null,null
,null,null,null,null,null,null,null,null,null,null,null,'2018-05-04','2018-05-31')
;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SQL Function.PNG" style="width: 494px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2008i2CFB7EFB59872333/image-size/large?v=v2&amp;amp;px=999" role="button" title="SQL Function.PNG" alt="SQL Function.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Dec 2018 05:45:19 GMT</pubDate>
    <dc:creator>gianpaolo_31</dc:creator>
    <dc:date>2018-12-12T05:45:19Z</dc:date>
    <item>
      <title>how to load SQL Functions into Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-load-SQL-Functions-into-Sense/m-p/1348658#M29960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;Can anyone help me with this please?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;I have had a look at this discussion at &lt;A href="https://community.qlik.com/thread/37433"&gt;Call a function in SQL LOAD&lt;/A&gt; but still don't understand.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;I would like to use an example so if I have a SQL function called v_PNL, how can I load the data into Sense? What is the script in Sense data load editor?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 12pt; font-family: Calibri;"&gt;v_PNL (&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9.5pt;"&gt;@nmonth &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;int&lt;/SPAN&gt;&lt;SPAN style="background: white; color: gray; font-family: Consolas; font-size: 9.5pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9.5pt;"&gt; @year &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;int&lt;/SPAN&gt;&lt;SPAN style="background: white; color: gray; font-family: Consolas; font-size: 9.5pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9.5pt;"&gt; @lastYear &lt;/SPAN&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;int&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;SELECT&lt;/SPAN&gt; &lt;SPAN style="background: white; color: gray; font-family: Consolas; font-size: 9.5pt;"&gt;*&lt;/SPAN&gt; &lt;SPAN style="background: white; color: blue; font-family: Consolas; font-size: 9.5pt;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9.5pt;"&gt; v_PNL&lt;/SPAN&gt; &lt;SPAN style="background: white; color: gray; font-family: Consolas; font-size: 9.5pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9.5pt;"&gt;11&lt;/SPAN&gt;&lt;SPAN style="background: white; color: gray; font-family: Consolas; font-size: 9.5pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9.5pt;"&gt; 2017&lt;/SPAN&gt;&lt;SPAN style="background: white; color: gray; font-family: Consolas; font-size: 9.5pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="background: white; color: black; font-family: Consolas; font-size: 9.5pt;"&gt; 2016&lt;/SPAN&gt;&lt;SPAN style="background: white; color: gray; font-family: Consolas; font-size: 9.5pt;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Thank you very much!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Cheers&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Fei&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2017 21:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-load-SQL-Functions-into-Sense/m-p/1348658#M29960</guid>
      <dc:creator>NZFei</dc:creator>
      <dc:date>2017-06-11T21:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to load SQL Functions into Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-load-SQL-Functions-into-Sense/m-p/1348659#M29961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My colleague has figured it out.&lt;/P&gt;&lt;P&gt;The script should be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select * from Databasename.dbo.FunctionName (variable1, variable2);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Jun 2017 23:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-load-SQL-Functions-into-Sense/m-p/1348659#M29961</guid>
      <dc:creator>NZFei</dc:creator>
      <dc:date>2017-06-11T23:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: how to load SQL Functions into Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-load-SQL-Functions-into-Sense/m-p/1519579#M37130</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I successfully executed the script but it returned no results.&lt;/P&gt;&lt;P&gt;Please help. Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Func:
Load *;
SQL select *
from DatabaseName.dbo.Report_ShipmentProfileReport
(null,null
,null,null,null,null,null,null,null,null,null,null,null,'2018-05-04','2018-05-31')
;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SQL Function.PNG" style="width: 494px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/2008i2CFB7EFB59872333/image-size/large?v=v2&amp;amp;px=999" role="button" title="SQL Function.PNG" alt="SQL Function.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 05:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-load-SQL-Functions-into-Sense/m-p/1519579#M37130</guid>
      <dc:creator>gianpaolo_31</dc:creator>
      <dc:date>2018-12-12T05:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to load SQL Functions into Sense?</title>
      <link>https://community.qlik.com/t5/App-Development/how-to-load-SQL-Functions-into-Sense/m-p/1530231#M38160</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help on this?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jan 2019 04:57:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-to-load-SQL-Functions-into-Sense/m-p/1530231#M38160</guid>
      <dc:creator>gianpaolo_31</dc:creator>
      <dc:date>2019-01-15T04:57:51Z</dc:date>
    </item>
  </channel>
</rss>

