Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: Can we pass a columns dynamically in the select statement of Calculation view.

$
0
0

If the input parameter recieves 'COLUMNA' as input, then I need to display the values from COLUMNA.


why you dont use dynamic sql ? You can send column names dynamically

 

EXEC'SELECT'||:colname||'from CALC_VIEW'.



Viewing all articles
Browse latest Browse all 9165

Trending Articles