2 个回答
HI Phuc,You can use the split function in your lightning component as suggested in https://salesforce.stackexchange.com/questions/237499/why-i-use-split-function-have-error-in-lightning-component-like-thisMake sure you add a toString method convert the field to String. Also see https://salesforce.stackexchange.com/questions/195052/how-to-use-split-function-inside-an-expression-in-lightning-componentThanks