Oct 12, 2023 06:37 PM
I have a base in Japanese and want to use Japanese field names but when I tried to put together a formula, it does not work. Is there a work around for this issue?
Oct 12, 2023 10:46 PM
Field names containing Japanese characters, symbols, or spaces need to be enclosed in {}.
{日本語フィールド}
Oct 12, 2023 11:12 PM
Just to confirm, will the squiggly brackets replace regular brackets--> ( English field name) or in addition to?
Oct 13, 2023 12:53 AM
It was a case of writing in Formula.
Example:
<Single line Text Field>
Fieldname : 日本語フィールド
Value: Japanese Field
<Formula Field>
Formula :
"This is " & {日本語フィールド}