Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

pawan_maurya
pawan_maurya
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by pawan_maurya
Customize the badges you want to showcase on your profile
Re: Logical AND operator not giving me correct result for Dynamic Value - Adobe Campaign Standard 01-12-2021
Can You please show me what you have tried..@SatheeskannaK I hope you didnt use static value in the expresion like thisIif((8.70 >= 2.00) AND (8.70>=0.00), 'A', 'NEXT') thanks

Views

202

Likes

0

Replies

1
Re: Logical AND operator not giving me correct result for Dynamic Value - Adobe Campaign Standard 01-12-2021
@SatheeskannaK Thanks for your response. I am trying this expression in enrichment activity. Variables are respectively OpenRatioOfA = 8.70OpenRatioOfB = 2.00OpenRatioOfC = 0.00 Thanks

Views

222

Likes

0

Replies

1
Logical AND operator not giving me correct result for Dynamic Value - Adobe Campaign Standard 01-12-2021
I'm Trying to figure out greater value figure out greater value from 3 value. But I'm not getting expected result. I have enrich the data and created three variables OpenRatioOfA, OpenRatioOfB, OpenRatioOfC. Values are : OpenRatioOfA = 8.70OpenRatioOfB = 2.00OpenRatioOfC = 0.00 if I use this below simple condition expression I am getting correct result. Iif(OpenRatioOfA >= OpenRatioOfB , 'A', 'NEXT') // I got A as ouptput But whenever I use Logical AND operator it's not giving me correct result ...

Views

248

Likes

0

Replies

6