Hello,
I have one entity and there I want to show the value of a field from another entity (no problem, when it is read-only). The both entities are linked by relationships. I tried with formula:
where artCollectionWorks is the entity from where I want the field verkaufspreisbrutto (currency).
I also tried:
where artCollectionWorkss.verkaufspreisbrutto is the relationship.field.
I tried also creating a foreign field in the new entity, but it does not show a link to that respective field (verkaufspreisbrutto)
Is that, what I want possible? Where is my mistake, if so? Any heöp appreciated
I have one entity and there I want to show the value of a field from another entity (no problem, when it is read-only). The both entities are linked by relationships. I tried with formula:
Code:
wert=entity\attribute('artCollectionWorks.verkaufspreisbrutto')
I also tried:
Code:
wert=entity\attribute('artCollectionWorks','artCollectionWorkss.verkaufspreisbrutto')
I tried also creating a foreign field in the new entity, but it does not show a link to that respective field (verkaufspreisbrutto)
Is that, what I want possible? Where is my mistake, if so? Any heöp appreciated
Comment