Hi all,
I've requirement in which I've to pass all the parameter in SQL function dynamically. And I can able pass query dynamically into SQL function, but am not able to pass connection details can any one help me what is wrong here or is there any limitation in SQL function.
$V_SoureValue = sql('[$V_SourceConnection]', '[$V_SourceBalQuery]');