SQL Repot Select data Target
AnsweredHi Community,
I’m running an SQL Report that shows me specific vendors:

I indicate that I want to place the selected value in the specified column, But when I run, it puts the value in the last line.

Attempt with the "FOCUSED" but the result is the same.

There is a command to bring the value selected in the SQL report to the required field?
Thanks
0
-
Move to Q&A Section as this is not a Feature Request
-
It is all controlled by the .RWO keyword...
If you know it is always the first line you can use ".FIRST"
If you know it is always the second to last you can use ".LAST-1"...
In general, the options are explained in this video:https://youtu.be/sQgN-qb-hvg
Please sign in to leave a comment.
Comments
2 comments