Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Webi String Question - Easy I Think

Status
Not open for further replies.

Edie0802

Programmer
Jul 11, 2003
68
0
0
US
I am very new to Webi. I am using BOXIR2.

I have a column of data that has (last name, first name), for example:

Brown, Susan
Googlemeyer, Bob

I only want to display what is left of the comma:

Brown
Googlemeyer

How do I write a formula (function) on that data element that will accomplish this?

Thanks.
 
You may have to tweak this a little, but you'll do something like this:

=left(dimension, (pos(dimension, ",") -1))

-Dell

A computer only does what you actually told it to do - not what you thought you told it to do.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top