cancel
Showing results for 
Search instead for 
Did you mean: 

Greather then functionality in message mapping

Former Member
0 Kudos

Hi all,

I can see the function of 'greater' in message mapping. But where is the function 'greater then'.

Regards

Mathias

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

greater works like this:

"true, when X > Y, otherwise false"

so it's 'greater then'.

if greater then return true if not return false - easy ?:)

Regards,

michal

Former Member
0 Kudos

Sorry, I mean 'greater equal'

MichalKrawczyk
Active Contributor
0 Kudos

hi,

no but you can combine those two

check it greater and then check if equat

you can also use a user defined function to have both in one ....

Regards,

michal

stefan_grube
Active Contributor
0 Kudos

what about the combination:

less - not

Stefan

Message was edited by:

Stefan Grube

Former Member
0 Kudos

Mathias,

You use both greater and equal with a OR combinaiton. Then it would be greater than or equal to.

---Satish

Answers (1)

Answers (1)

Former Member
0 Kudos

You could try to combine it with the function ifWithoutElse. There you can define a number which will be your limit for either greater or smaller.

Cheers

Cornelius