hi,
I have a report that was created in crystal 10 and it worked fine. when I imported the crystal into Visual studio the logic of hiding and showing is not working properly. I want to be able to hide/show text objects and fields based on certain field value. the attached screenshot should show what I'm talking about.
I want to show the date and dates label if the status = Operational and want to hide if status = NON-OP.
the problem is that the logic of hiding and showing is based on the first record. the first report is what i want to show. second and third and not correct because it's hiding/showing date lables based on the first record value instead each individual record.
I hope this is clear enough.
any help is appreciated on how to hide and show these labels properly based on status value.
P.S this works fine in Crystal 10 but not when incorporated into Visual Studio.
Joan,
that didn't work. for some reason the formula is is checking for the first record and hide/show based on the value of <x>. so if my second record has value of <operational> the formula is not showing.
Joan,
that didn't work either becasue as it's going through the records if the first one is not "Operational" it will not print the label then if the second record is then it will print but if the third record is not then it will hide it again. it will only work if the first record is "Operational".