Show real value on advanced query, Executed SQL
803
Views
3
Comments
New
Aggregates & Queries

Sometimes it is necessary to use the executed sql and it would be very useful if you had some configuration to display the value of the variables.


Idea1.png
Changed the category to
Aggregates & Queries

Hi Agno,

I fail to understand your point, the values of these variables will only be set at run time, while running your application. So are you talking about debugging? In that case you should already see these parameter values.

Regards,

Daniel

Hi Daniel,

In development time, sometimes we need to get the query executed to run on SQL Server for example, and when we have a lot of variables in the query, we have to populate all these values by hand in the sql management studio.


If we had an option of how much to click to test the query on the outsystems, showing the actual values in place of @var, it would be of great help.


Regards.