Sign In
Register
Products
Solutions
Resources
Pricing
Partners
Company
Howdy, Stranger!
It looks like you're new here. Sign in or register to get started.
Sign In with RapidMiner
Sign In with RapidMiner
Sign In
Register
Quick Links
Categories
Recent Discussions
Best Of...
Unanswered
Groups
Categories
All Categories
19.9K
Help
442
Knowledge Base
Altair RapidMiner Community
GET HELP. LEARN BEST PRACTICES. NETWORK WITH YOUR PEERS.
Discussion
How to compare two macro values in if statement
Author
Date within
1 day
3 days
1 week
2 weeks
1 month
2 months
6 months
1 year
of
Examples: Monday, today, last week, Mar 26, 3/26/04
Search
💬
0 Comments
🔥
0 Discussions
👤
0 Members
🔌
0 Online
ASK A QUESTION
FIND HELPFUL VIDEOS
Home
›
Help
How to compare two macro values in if statement
sgnarkhede2016
Member
Posts:
152
Contributor II
June 2020
edited June 2020
in
Help
Hello,
How to compare two macro values in if statement
e.g.
if(%(abc}==%{xyz},1,2)
for me it must be true because both values are same i am checking this condition on branch
Tagged:
MacOS
Macros
0
Answers
kayman
Member
Posts:
662
Unicorn
June 2020
edited June 2020
@sgnarkhede2016
, use
equals(%{macro1},%{macro2})
This should work with condition type expression in the branch operator as it returns either true or false
1
Sign In
or
Register
to comment.
Answers
equals(%{macro1},%{macro2})
This should work with condition type expression in the branch operator as it returns either true or false