cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Variable values log

Former Member
0 Likes
310

Hi,

I'm trying to figure out what variable values users are passing into a query. For example, what ship-to party was specified when the query was run?

I've tried a trace using RSRTRACE and it isn't obvious to me what values are passed in for the query. How can I do this?

Thanks.

Rob

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Likes

I also have this same requirement. Wanting to know the variable values that users are passing to a query. I haven't been able to find this in RSRT or RSRTRACE.

Does anyone have a good way to do this?

Thanks,

Todd

Former Member
0 Likes

Thanks for your help. I haven't solved my problem, but you gave me a place to start looking.

Rob

Former Member
0 Likes

Hi Rob,

You can try to find out from the cache in RSRT, or if your users are sending you a workbook, then you can get this info from the hidden sheets.

Go through this for details:

Hope this helps...

Former Member
0 Likes

Rob,

I guess RSRT with the log option might give the values you are looking for.

Thanks, Vijay.