cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BUILD missing operator

former_member514516
Participant
0 Kudos

Hi,

I'm trying to create a formula for my Object List item to change the color of the number based on a certain threshold. I'm getting this error which I do not know how to fix.

Any help is greatly appreciate.

Thanks,

Michael

Accepted Solutions (0)

Answers (2)

Answers (2)

gretchen_horn2
Explorer
0 Kudos

Hi Michael,

I'm having the same problem, have you figured anything out yet?

Thanks,

Gretchen

0 Kudos

Perhaps data type is wrong in if block, I think.

If condition is "= True", the variable (ZeroCnt) type should be boolean.

If condition is "> 0", the variable (CountQTY) type should be number (int16 or int32).

Thanks.
Tsuyoshi

former_member514516
Participant
0 Kudos

Still no luck. 😞

0 Kudos

I could get same issue.

Please check data type.

Now, maybe DayBeforeCDD is String.
Please change String to INT16 or INT32

.

Thanks.
Tsuyoshi

former_member514516
Participant
0 Kudos

Hi,

I've changed the type of DaysBeforeCDD to Int32. Created a new Property named DBCThreshold of type String and created a formula inside DBCThreshold..

I still get the same error.