BusinessObjects Board

Information Steward Rule Expression

Hi,

This is the rule expression in our SAP information steward even though data is maintained correctly still am getting an error in the report. Since I am new to information steward not able to understand the expression. Hence request to help me to understand the expression.

There is a separate data file is maintained for CONTOPS for each SAP plant.

DECLARE

define variables

BEGIN

IF($CONTOPS = ‘FALSE’ AND ($HERKL != $LAND1 OR $HERKL = ’ '))
RETURN FALSE;

ELSE IF ($HERKL = ’ ')
RETURN FALSE;
ELSE RETURN TRUE;

END


Rathnakar (BOB member since 2018-04-17)