Good Morning,
Im using the concatenate feature to auto generate a description for me. However the decimal places isnt limited to 2. Is there a way to limit it in the concatenate formula? Below is my formula.
metaTagDescription = string\concatenate('FINANCING AVAILABLE!!! Get your ',name,' (',manufacturerPN,') made in the USA by ', brandName ,' for as little as $', listPrice, '!!!');
Im using the concatenate feature to auto generate a description for me. However the decimal places isnt limited to 2. Is there a way to limit it in the concatenate formula? Below is my formula.
metaTagDescription = string\concatenate('FINANCING AVAILABLE!!! Get your ',name,' (',manufacturerPN,') made in the USA by ', brandName ,' for as little as $', listPrice, '!!!');
Comment