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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help with a string fields

Status
Not open for further replies.

skreczko

Technical User
Oct 18, 2010
4
US
Hello Crystal Report Gods,

I just need to get the member number separated from this string. Does anyone know how to get the 3’s from this sample data. Also, I need to convert it to a number format.

thanks

MEMBER_NBR=3333333|LOAN_NBR=168
MEMBER_NBR=33333|LOAN_NBR=169
MEMBER_NBR=3333|LOAN_NBR=169
MEMBER_NBR=333|LOAN_NBR=169
MEMBER_NBR=33|LOAN_NBR=169
MEMBER_NBR=3|LOAN_NBR=169
 
i think this will do what you ask:

//{@extract}
extractstring({YourTable.YourField},"=","|")




+100 stars to lbass for all she give to this community!
(including this formula)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top