Quantcast
Channel: SCN : Discussion List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 5653

How to pass multiple values in input parameter in calculation views

$
0
0

Hi,

 

I have created a calculation view and need to pass multiple values in its input parameter. Calculation view syntax is:

 

select * from "_SYS_BIC"."fingerprint/GET_CREATIVE_DATA"('PLACEHOLDER' = ('$$PARAM1$$', 'value1,value2'));

 

The value1 and value2 are strings and i need to search in my query using IN example:

 

select * from tablename where column IN('value1','value2');

 

I tried the following way but it did not work:

 

select * from "_SYS_BIC"."fingerprint/GET_CREATIVE_DATA"(PLACEHOLDER' = ('$$PARAM1$$,'''201202'', ''201203''') ;

 

 

Any  suggestions?

 

 

Thanks

Unnati


Viewing all articles
Browse latest Browse all 5653

Trending Articles



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