All,
I am writing a report based in eCW's eBO. I have a radio button that allows the user to toggle between two types of providers: the appointment provider and the resource providers. I also have a radio button that allows the user to toggle between two types of reports: a summary report, and a detail report. The reports won't work because I can't seem to get the expressions right. Below is an example of the expression that I originally tried to insert into a data item but I get a 'QE-DEF-0459 CCLException' error that indicates that my parsing is off. Is the methodology or the expression wrong? Or, are they both wrong?
if (?Provider_Toggle? = 'Appointment Provider') then
([EMR Reporting].[Appointment Providers].[Appointment Provider Last Name]) else
if (?Provider_Toggle? = 'Resource Provider') then ([Resource Provider Last Name]) else ('None')