Count Feature not recognized as zero
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
0