How to include data from related models/tables #25
Unanswered
LemonPie22
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @LemonPie22 Thanks for this comment! We had the same requirement a while ago. Working on a solution to allow modifying data for display. I'll let you know when it's available! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a
Quote
model which has several relationships, e.g:My audit trail for quotes shows the column names and values in the form
author_id 1501 sales_organisation_id 1 sales_person_id 1501
, which isn't too friendly for end users.How can I display the
name
column values from my related tables so that the output is more informative?Ideally, I'd like to display something like
Author: Fred Jones, Sales organisation: Microsoft, Sales person: John Doe
Beta Was this translation helpful? Give feedback.
All reactions