Hi everybody,
I created the following formula, but it seems that it doesn´t work.
if {win_ausn_genehm.BRANCH_SC} = 'ITM' then
'it@M'
else if {win_ausn_genehm.BRANCH_SC} = 'KVR*' then
'Kreisverwaltungsreferat'
else if {win_ausn_genehm.BRANCH_SC} = 'KULT*' then
'Kulturreferat'
how do I have to change my formula so I get hits for the "else if" (with the wildcard) as well?
rgds
Eberhard