Crystal Report value Convertion?
i have to crystal report made from Dataset,and we have to one formula field i wrote Add() but that formula field show cancatination like 10+20=1020 i realiz开发者_JAVA百科e they need to convert that field in sight formula how to overcome this one? anybody help me ?
Advance wishes...
You can try using CStr in the formula
CStr(10)+CStr(20)
精彩评论