Hi, I have a report using Crystal 10 that comes with vs2005 and in the details section I have a formula. In the detail section the records look like with formula1 =length+width
but I want formula 1 to display 0 if the Name starts with ss. Just wondering if there is a way to do this in the formula,
if Name not like "ss*"
length+width
Name formula1 length width
sstruck 0 20 10
car 100 50 100
Thanks Paul.
but I want formula 1 to display 0 if the Name starts with ss. Just wondering if there is a way to do this in the formula,
if Name not like "ss*"
length+width
Name formula1 length width
sstruck 0 20 10
car 100 50 100
Thanks Paul.