cancel
Showing results for 
Search instead for 
Did you mean: 

Is Roundup function available in Information Steward 4.2 version ?

Former Member
0 Kudos

Currently, I am working on Information Steward 4.0 version where ROUNDUP function is not available so, would like to know is this function available in 4.2 version. Please confirm.

Accepted Solutions (1)

Accepted Solutions (1)

Hi,

The latest version of Information Steward has support for the ROUND() function. A ROUNDUP() function is currently not available.

Doug

Answers (2)

Answers (2)

former_member187605
Active Contributor

You can add 0.5 to the value and then apply round.

Former Member
0 Kudos

@ Doug Staub

Thank you very much for answering my query. I would like to understand below expression written in our information steward.

BEGIN IF ($MEINH NOT IN ('ST', 'EA', 'KG', 'M', 'M2', 'G', 'KM', 'ML', 'L'))

RETURN FALSE;

ELSE RETURN TRUE;

Apart from these MEINH values given in the () considered as correct if not treated as an errors .. is my understanding correct...