Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
645
String formatting expression
posted

Hi,

I have a table (SQL server) in which all data are upper case only. How can I use an expression to present the data in a good format in the report?

I have a public shared VB function:  properCase(sentence as string) that I was hoping to use in a way something like this:

"=MyglobalClass.properCase(Fields.CompanyTitle)", but it is not possible.

Is there a way to accomplish proper title casing using the functions available in the expressions dialoge?

Kai