Viewing 7 posts - 1 through 7 (of 7 total)
Okay, I figured out the logic of when this happens. Whenever the Vendor name contains a comma, it screws up my expression and adds in the double quotes.
July 19, 2018 at 8:46 am
Also, what I was trying to do is wrap REPLACE around that whole thing of code above.
July 19, 2018 at 8:34 am
I tried the following, and none worked:
REPLACE(Fields!Name.value,"\","")
REPLACE(Fields!Name.value,"\\","")
REPLACE(Fields!Name.value,chr(34),"")
July 19, 2018 at 8:04 am
Viewing 7 posts - 1 through 7 (of 7 total)