timmy Posted January 22, 2001 Posted January 22, 2001 I have a page that displays the results of a search by last name. Later in the page I want to show a list of people that are age 10 but do not have the last name that was searched. Bizarre, i know, but thats what i want. So basically my question is, in an FMP-If, within a FMP-InlineAction, how can I compare to a field in the main page. I tried. [FMP-If: field:last.neq.{field:last}] but that doesn't work? does this question make any sense?
graemeaustin Posted October 18, 2001 Posted October 18, 2001 I am facing a similar problem. Did you get it to work or find some kind of workaround? Thanks in advance Graeme
Anatoli Posted October 18, 2001 Posted October 18, 2001 Think about all Inlines as completely separated from page flow: 1 2 3 Inline 1 Inline 2 Inline 3 Inline 4 Inline 5 4 5 6 You can try to store something in Token variables, but I doubt the result can be used on the same page.
Recommended Posts
This topic is 8533 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