Hi ,
I am trying to set the prompt values in impromptu from powerprompts application
The following statement in Powerprompt Script manager works fine
GetQuery().SetPromptValue("OrderCode", "1638"
Here I am hardcoding the value 1638 for the prompt OrderCode.
Data type of OrderCode is number
But when I use the statement
GetQuery().SetPromptValue("OrderCode", "App.Variables("OrderCode""
, it returns an error
Error in Report Script on line 1.
GetQuery().SetPromptValue("OrderCode", "App.Variables("OrderCode""
SyntaxError 1109: Expected ')' not found
Can someone help me with the correct syntax.
Thanks and regards,
Tina
I am trying to set the prompt values in impromptu from powerprompts application
The following statement in Powerprompt Script manager works fine
GetQuery().SetPromptValue("OrderCode", "1638"
Here I am hardcoding the value 1638 for the prompt OrderCode.
Data type of OrderCode is number
But when I use the statement
GetQuery().SetPromptValue("OrderCode", "App.Variables("OrderCode""
, it returns an error
Error in Report Script on line 1.
GetQuery().SetPromptValue("OrderCode", "App.Variables("OrderCode""
SyntaxError 1109: Expected ')' not found
Can someone help me with the correct syntax.
Thanks and regards,
Tina