Hello to all the community.
At the moment I'm struggling with a feature of Medini BIRT interface.
The pourpose was to create a table for the FMEA view in AIAG VDA format.
As first try i would like to create a nested table connection, but i still not getting the values.
Medini version i'm using is 2023 R1.
Data source is Porject.medini
Data sets are:
1. "failureEntryDataSet" which has a context type: FMEA.FailureEntry and result type: FMEA.FailureEntry with a query "self"
2. "causeEntryDataSet" which has a context type: FMEA.CauseEntry and result type: FMEA.CauseEntry with a query "Sequence{self}->select(cause | cause.failureMode = failureModeId)" it has a parameter for reference which is failureModeId which is a type FMEA.FailureEntry (referenced in query).
so the main table is binded to failureEntryDataSet yet the nested one is binded to causeEntryDataSet in which failureModeId is a javaObject with value row["@self"] but i get no result in child table.
i'm not sure what is wrong in the report. is there anybody which is more expert for an advice?