Displaying a note on report depending data

Hi,

I would really appreciate if I could get any help with the below situation
I have 4 different indicators on a report, the indicators can be either A, B or null, if any one of the indicators is “A”, the note should display “ABCDEF” or if all the indicators are null or display “B”, then the note should display “GHIJKLM”

How can I achieve this?

Thanks in advance

K


karan2083 (BOB member since 2010-05-06)

Hello Karan2083

WELCOME TO B :mrgreen: B

I assume you are try to do this webi? Try this:

If [X indicator object]=[A] Then “ABCDEF” ElseIf [XY indicator object]=[B] or [null] Then “GHIJKLM”


katullus :us: (BOB member since 2009-08-21)

Alerter can also be used. :idea:


Jansi :india: (BOB member since 2008-05-12)