Simple value mapping scenario

Hi,

I have a simple mapping scenario but cant find the right functoids to use.  I have a simple "if else" functoid

If sender has the value 10 then the equal functoid is true and maps the value Yes. If sender is anything else but true then value mapping is No.

But now I want to add a extra value. So if sender is 10 or 20 then its Yes.

How can I achieve this?

February 17th, 2015 9:51am

If you want to use functiod to have If-then-else, then this can be archived using the comboination of Equal, Logical Or and Value Mapping fucntiod.

Following article explains this in detail with an example.

http://blogs.msdn.com/b/chrisromp/archive/2007/05/29/to-be-or-logical-not-to-be.aspx

Otherwise a scripting functiod can do this with custom script with if-then-else in it.

You can choose any of these options.

Free Windows Admin Tool Kit Click here and download it now
February 17th, 2015 9:56am

You can get the result by using Logical-Or along with Logical-Equal as shown below.

February 17th, 2015 10:26am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics