Hi!
I am trying to feed an user ID in the Input Tool via a text box.
The input tool is supposed to run a simple SQL query: Select * From CC_USAGE Where end_user_Id = 'xxx'
xxx should be replaced with the Used ID entered in the text box, in a format like 123456
When I run the app, I can see that xxx is replaced but still I do not have any outcome result.


Thanks a lot!