I have done this many time, but now.. I just CANT get it to work and its doing my nut in
I am trying to make the labels in my related combo list contain a bit more info
Original
<field name="territories"
alias="id"
label="MYCOMPONENT_FIELD_TERRITORIES_AVAILABLE"
filter="array"
type="relation"
multiple="true"
labelKey="territory"/>
What I am trying
<field name="territories"
alias="id"
label="MYCOMPONENT_FIELD_TERRITORIES_AVAILABLE"
filter="array"
type="relation"
multiple="true"
labelKey="{region} - {territory}"/>
But the list comes up empty.. i have tried each value seperatly, and they work, I just need to pull in the joined label
I have tried many derivations including a reference I found that was '%region%' but everything I do comes up with an empty list
How can I alter the label in an FK (related) combo in 2.8 J-Cook?