September 25, 200322 yr Newbies 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
September 25, 200322 yr The Right-Hand-Side of the If uses "Intratags". Hence, try this: [FMP-IF: Field:ID.eq.{CurrentToken}] All the best. Garry
Create an account or sign in to comment