Configurator - EBS (MOSC)

MOSC Banner

Count Feature not recognized as zero

edited Nov 17, 2013 11:23PM in Configurator - EBS (MOSC) 2 commentsAnswered ✓
Hi all,I have the following problem:

The following rule does not work:
AllTrue('XXX_INT'<1) IMPLIES ('XXX_BOOLEAN') or 
AllTrue('XXX_INT='0') IMPLIES ('XXX_BOOLEAN')
The integer feature is a count feature with minimum value 0 and initial value 0!

If I use a Total for the node on the left side it works!!!
AllTrue('XXX_Total'<1) IMPLIES ('XXX_BOOLEAN') or 
AllTrue('XXX_Total='0') IMPLIES ('XXX_BOOLEAN')

My question: is this a bug, or does oracle code set integers  to undefined instead of zero?

Thanks a lot for any hints!

Best regards

Oliver

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

EBS Configurator Tags

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center