Hi Experts,
I have a requirement like this in Webi report we using 4.0 BICS connection.
WHEN (Date 1) not initial
AND (Date 2) initial
AND (Date 3) initial
AND signal 1 greater than 14 then “yes” if not “no”
Signal 1 Data coming from this= current date() – singnaldate1()
WHEN (Date 1) not initial
AND (Date 2) initial
AND (Date 3) initial
AND signal 2 greater than 14 then “yes” if not “no”
Signal 2 Date coming from this= current date() – singnaldate2()
How to implement this logic
Anyone give an idea how to create variable with this logic
Thanking you Advance
Regards,
G