Hi experts,
I want to show a custom generated content of a column in my GridField.
The content has to be the result of a query of another model but depending on the value of another column in the same GridField.
I know that this is solved normally with relations, but I can't use this in this case, because the value is not related to the ID.
How can I achieve this?
TIA Stephan