Newbies jduke Posted September 25, 2003 Newbies Posted September 25, 2003 Hi all, I just encountered something which seems strange. When I use the code [FMP-IF: CurrentToken.eq.Field:ID] everything works fine. However when I use the code [FMP-IF: Field:ID.eq.CurrentToken] it doesn't work? Is there a special reason why this doesn't work? I'm just trying to get a better understanding of CDML-logic. Jos
Garry Claridge Posted September 25, 2003 Posted September 25, 2003 The Right-Hand-Side of the If uses "Intratags". Hence, try this: [FMP-IF: Field:ID.eq.{CurrentToken}] All the best. Garry
Newbies jduke Posted September 29, 2003 Author Newbies Posted September 29, 2003 Okay, Thanks for the explanation, Jos
Recommended Posts
This topic is 7796 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now