Hi there
I'm in the middle of converting crystal reports across to MSRS. One particular report has a formula field that looks for a particular string of characters in a field and returns an integar based on that if it finds it or not. I was wondering if this is possible of MSRS. At present the Crystal report formula is:
if " 1m" in {field.reference} then "1"
else
if " 4w" in {field.reference} then "1"
else
if " 2m" in {field.reference} then "2"...........
Any ideas how this if statement could be translated to MSRS.
Thanks
I'm in the middle of converting crystal reports across to MSRS. One particular report has a formula field that looks for a particular string of characters in a field and returns an integar based on that if it finds it or not. I was wondering if this is possible of MSRS. At present the Crystal report formula is:
if " 1m" in {field.reference} then "1"
else
if " 4w" in {field.reference} then "1"
else
if " 2m" in {field.reference} then "2"...........
Any ideas how this if statement could be translated to MSRS.
Thanks