@ all :Thank you for reply.
Global variable is of Varchar(255) and we were trying to send one value '1'. (Just a test value).
More explanation :
Still we are facing same issue that value is not being recognized by Global Variable but Substitution parameter( even its not correct choice) is able to receive value.
On the other note:
I had tried to pass a string '\'1\','\2\','\3\'' or something similar to substitution parameter vai management console and initializing to a global variable in Designer , i wanted to use that Global variable as input to "IN" operator but that is not working.
For example :
Step 1 - $$test_substitution = '\'1\','\2\','\3\'' ( Vai Management Console )
Step 2 - Initializing this parameter to Global Variable using "script " in Designer
$G_Variable = $$test_substitution Parameter.
Printing This variable for testing purpose in same above script :
Print([$G_test]
Step 3 -Passing This $G_Test to "IN()" in where clause of Query Transform to be worked as
Query.Number IN ($G_test)
Hope this explains my new scenario and appreciate any response to solve these 2 issues.
Regards,
Shiva Sahu