I am a CR newbie and I have a report that I am trying to insert a formula field into. It is a conditional field and I am not getting the data to show up. Here is the conditional statement in the field.
if {Accounts.account #} = '@01' then 'SAVVI-SOUTHDALE'
else if {Accounts.account #} = '@02' then 'SAVVI-MAPLEWOOD'
else if {Accounts.account #} = '@03' then 'SAVVI-ROSEDALE'
else if {Accounts.account #} = '@04' then 'SAVVI-ARBOR LAKES'
else if {Accounts.account #} = '@05' then 'SAVVI-BURNESVILLE'
else if {Accounts.account #} = '@08' then 'SAVVI-WOODBURY'
else if {Accounts.account #} = '@11' then 'SAVVI-RIDGEDALE'
else if {Accounts.account #} = '@12' then 'SAVVI-NORTHTOWN'
else if {Accounts.account #} = '@13' then 'SAVVI-EAGAN'
else ''
I should point out that the Report Fields display does not show the Accounts table.