<?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 Pass Dynamic Parameters from QlikView Tables or List Box back to the SQL Query in Script Window ? in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/How-to-Pass-Dynamic-Parameters-from-QlikView-Tables-or-List-Box/m-p/765024#M3560</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;Make sure your variable &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;'$(vStartDate)', '$(vEndDate)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Holds proper date formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2014 08:30:58 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-12-03T08:30:58Z</dc:date>
    <item>
      <title>How to Pass Dynamic Parameters from QlikView Tables or List Box back to the SQL Query in Script Window ?</title>
      <link>https://community.qlik.com/t5/Water-Cooler/How-to-Pass-Dynamic-Parameters-from-QlikView-Tables-or-List-Box/m-p/765021#M3557</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 was working on the below queries &lt;/P&gt;&lt;P&gt;As the first query loads the Dates into QlikView from where user should be able to select the dates on which the SP need to execute and give the result set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL Select Date as StartDate, Date as EndDate from Dim_Date where Calendar_Year in ('2013','2014');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL EXEC ('[dbo].[usp_rpt_MonthlyRevenue_bySource] "$(vStartDate)", "$(vEndDate)"&amp;nbsp; ' )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one let me know the process to pass those values using variables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 06:55:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/How-to-Pass-Dynamic-Parameters-from-QlikView-Tables-or-List-Box/m-p/765021#M3557</guid>
      <dc:creator />
      <dc:date>2014-12-03T06:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Pass Dynamic Parameters from QlikView Tables or List Box back to the SQL Query in Script Window ?</title>
      <link>https://community.qlik.com/t5/Water-Cooler/How-to-Pass-Dynamic-Parameters-from-QlikView-Tables-or-List-Box/m-p/765022#M3558</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;Try like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;SQL EXEC [dbo].[usp_rpt_MonthlyRevenue_bySource] '$(vStartDate)', '$(vEndDate)';&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Let me know if that worked.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ASHFAQ&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/How-to-Pass-Dynamic-Parameters-from-QlikView-Tables-or-List-Box/m-p/765022#M3558</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-12-03T08:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to Pass Dynamic Parameters from QlikView Tables or List Box back to the SQL Query in Script Window ?</title>
      <link>https://community.qlik.com/t5/Water-Cooler/How-to-Pass-Dynamic-Parameters-from-QlikView-Tables-or-List-Box/m-p/765023#M3559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashfaq,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding, below is the error i got &lt;/P&gt;&lt;P&gt;ErrorSource: Microsoft OLE DB Provider for SQL Server, ErrorMsg: Error converting data type varchar to date.&lt;/P&gt;&lt;P&gt;SQL EXEC [dbo].[usp_rpt_MonthlyRevenue_bySource] 'StartDate', 'EndDate'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/How-to-Pass-Dynamic-Parameters-from-QlikView-Tables-or-List-Box/m-p/765023#M3559</guid>
      <dc:creator />
      <dc:date>2014-12-03T08:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Pass Dynamic Parameters from QlikView Tables or List Box back to the SQL Query in Script Window ?</title>
      <link>https://community.qlik.com/t5/Water-Cooler/How-to-Pass-Dynamic-Parameters-from-QlikView-Tables-or-List-Box/m-p/765024#M3560</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;Make sure your variable &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;'$(vStartDate)', '$(vEndDate)'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Holds proper date formats.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2014 08:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/How-to-Pass-Dynamic-Parameters-from-QlikView-Tables-or-List-Box/m-p/765024#M3560</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-12-03T08:30:58Z</dc:date>
    </item>
  </channel>
</rss>

