Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 1065

Re: Passing local params in hdbfunction as calc view input parameters

$
0
0

Can you change the single quotes enclosing the parameter names in double quotes. Single quotes are not allowed according to the syntax rules:


select_kpi =      SELECT      date,      SUM(kpi) AS kpi      FROM "sap.sample.db::CVKF_BUSINESSLOGIC" (        PLACEHOLDER."$$IP_STARTDATE$$" => :lv_from_date,         PLACEHOLDER."$$IP_ENDDATE$$" => :lv_to_date)    
)    
GROUP BY date;   

 


Viewing all articles
Browse latest Browse all 1065

Trending Articles





<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>