Skip to main content

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?

Field names containing Japanese characters, symbols, or spaces need to be enclosed in {}.

{日本語フィールド}

 


Field names containing Japanese characters, symbols, or spaces need to be enclosed in {}.

{日本語フィールド}

 


Just to confirm, will the squiggly brackets replace regular brackets--> ( English field name) or in addition to?


It was a case of writing in Formula.

Example:

<Single line Text Field>
Fieldname : 日本語フィールド
Value: Japanese Field

<Formula Field>
Formula : 

"This is " & {日本語フィールド}

 


Reply