Apostrophe and Quotation Terminator for Expressions

Hi!

I am doing expressions that involve words with apostrophe and quotation marks. Suppose having this expression:

LIST(
โ€œADHESIVE TAPE ELECTRICAL PVC BLACK 0.007"Tโ€,
โ€œPIPE RIGID-STEEL-CONDUIT(RSC) 1"DIA X 10โ€™Lโ€
)

This gives me an error saying that the number of open and closed parenthesis does not match. Is there a way where I can use these inside strings without Appsheet detecting them as parenthesis?

Solved Solved
0 5 1,011
1 ACCEPTED SOLUTION

You might also check this prior thread:

View solution in original post

5 REPLIES 5

@RPD_Mobile_Apps
You can try surrounding with quotes and concatinating like this:

&โ€œ)โ€&

But I actually think you make have to look at all your single and straight quotes and may need to double quote around themโ€ฆ
eg: โ€˜ โ€œ โ€˜

Not at a computer right now so canโ€™t check right now. Sorryโ€ฆ

You might also check this prior thread:

@Mike

Thanks so much! I am using the double quotation now

Glad to help

โ€˜ โ€œ โ€˜ Esto es lo que estaba buscando hace un tiempo, gracias

Top Labels in this Space