I have a book content type that I'm using Field Group to group certain data for. Each book has multiple formats (paperback, hardcover, audio, etc.), and each format has it's own publishing date, and ISBN number. Each format has it's own group. What I'm trying to do, is when the book content is shown, have it show the group containing the latest entered date.

EXAMPLE:
Format Paperback Group
ISBN-10(PB): field_isbn_10_pb = 1234567890
Publish date(PB): field_publish_date_pb = 01/02/2010

Format Hardcover Group
ISBN-10(HC): field_isbn_10_hc = 0987654321
Publish date(HC): field_publish_date_hc = 03/04/2013
When the book is shown I want it to display "Latest Format: Hardcover 0987654321 03/04/2013"
Is this possible with Field Groups, or am I looking in the wrong place?

Comments

nils.destoop’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

No this is not possible using field group. Field group only groups in the order you configured in the field UI. You'll need custom js / PHP for this