Located in the "Data > Connections > Properties > Definition (tab) > Command text", I have the following:
{Call SP_calculo_algo(?)}
Where currently the function receives only one value through the unique parameter that it has, that according with someone told me it is represented by the character of the question mark (?).
What I need is to send two (2) values through the function, since I have the SQL query that returns data that refer to a range between two dates. For example: Start Date (parameter 1) and End Date (parameter 2).
Can you help me?