I have a report I'm writing that needs to just tell me if implants were used on the case. The subreport I used has a if, then, else formula but when I add the formula to the details field I get all the results back as yes or no.
If {caseproitemlist.surgsuptype_id} = 3 then 'Yes' else 'No'
There are many items used during a case and surgsuptype_id = 3 is an implant so the formula is working the way it should but I need to just limit the formula to 1 Yes or 1 No so if there is an implant it will return only 1 yes (with no 'No' returned) and if there are no implants it will return only 1 no.
LBass...thanks for all the help. This website is great and is very useful.
If {caseproitemlist.surgsuptype_id} = 3 then 'Yes' else 'No'
There are many items used during a case and surgsuptype_id = 3 is an implant so the formula is working the way it should but I need to just limit the formula to 1 Yes or 1 No so if there is an implant it will return only 1 yes (with no 'No' returned) and if there are no implants it will return only 1 no.
LBass...thanks for all the help. This website is great and is very useful.