Hi, Is it possible to display the highest entry value (Number Field) based on the other field value?
Sample:
Current Page: Ferrari
Logic: Get the highest Bid (from Number field) for Ferrari (Text field was bind to post title)
Hi, Is it possible to display the highest entry value (Number Field) based on the other field value?
Sample:
Current Page: Ferrari
Logic: Get the highest Bid (from Number field) for Ferrari (Text field was bind to post title)
Hi Lorenzo,
Presuming that you are storing the post title in a Text field with the entries, and you are populating that with the {embed}
merge tag, you could do this with GP Populate Anything.
You would simply filter the entries where the post title that is stored in the Text field matches the current post title that’s being populated by the merge tag.
The key to getting the highest entry value is to set the ordering by the Number field’s value and ordering by “Descending”. This will always return the highest value.
Here’s a screenshot with the basic setup:
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.