0
votes
3answers
33 views
Unable to get results when passing a string via parameter substitution in gql query
Hi,
I am able to properly pass a string variable to the gqlquery through parameter substitution, here's the code i've tried to use;
user_name = self.request.get('username') #retrieved from UI
p = …
1
vote
5answers
560 views
TSQL varchar string manipulation problem
I have a variable which contains the following string: AL,CA,TN,VA,NY
I have no control over what I get in that variable (comes from reporting services)
I need to make it look like this: …
