We have just upgraded from Crystal Reports 8.5 to CR 9. I had a report that worked great in CR 8.5, however when I save it in 9, everything seems to work except for the suppress section I had setup. I have a formula setup to determine if the section should be suppressed and it is:
{@EstOptions} = "Yes"
If I create a new variable and run an if/then check on the field EstOptions, placing 1 if it's "Yes", 2 if it's not, it comes back as a 1. If I take another new variable, set it to the number 0 for instance and hide my section based off that, it works fine. However, if I take the variable that evaluates to a 1 and check it in the suppression formula, it will not suppress the section. It's just a really wierd thing, all the syntax is working fine and everything, it's just really really odd.
Thanks for any help you may be able to provide.
{@EstOptions} = "Yes"
If I create a new variable and run an if/then check on the field EstOptions, placing 1 if it's "Yes", 2 if it's not, it comes back as a 1. If I take another new variable, set it to the number 0 for instance and hide my section based off that, it works fine. However, if I take the variable that evaluates to a 1 and check it in the suppression formula, it will not suppress the section. It's just a really wierd thing, all the syntax is working fine and everything, it's just really really odd.
Thanks for any help you may be able to provide.