Change the Case of a Value
Regardless of the case of the value entered into the interview or imported from a database, that value can be converted using the following commands into a different case on the assembled document: ToUpper
Tutorial videos are available here.
Visit our User Forum for discussions and solutions
Regardless of the case of the value entered into the interview or imported from a database, that value can be converted using the following commands into a different case on the assembled document: ToUpper
Convert text into lower case Regardless of the case of the value entered into the interview or imported from a database, that value can be converted into lower case. Command structure: «ToLower(Type)» “Plaintiff”
Convert text into Sentence case Regardless of the case of the value entered the interview or imported from a database, that value can be converted into sentence case. Command structure: «ToSentence(Description)» If
Convert text to Title Case Regardless of the case of the value entered the interview or imported from a database, that value can be converted into title case. Command structure: «ToTitle(Title)» “application for
Regardless of the case of the value entered into the interview or imported from a database, that value can be converted into UPPER CASE. Command structure: «ToUpper(FullName)» “Fred Basset” becomes “FRED BASSET” Additional