Forum Discussion
jhendrickson
8 years agoRegular Visitor
Create a Calculated Column from Different Tables
I am attempting to add a column to a table in the Query Editor, using a column from a related table. I am getting an error "Token literal expected." The relationship between these tables has been set...
- 8 years agoSorry that's my bad. I happen to work on a French system and it is using ";" rather than comma ",".
You need to replace all ";" by the proper separator which should be comma for you.
SuperSayan
8 years agoResolver I
Sorry that's my bad. I happen to work on a French system and it is using ";" rather than comma ",".
You need to replace all ";" by the proper separator which should be comma for you.
You need to replace all ";" by the proper separator which should be comma for you.
jhendrickson
8 years agoRegular Visitor
Hallelujah! Thank you!