[AxDataEntityViewProjectInvoiceEntity/Metadata/ProjInvoiceOnAcc/DataSources/ProjInvoiceJour/DataSources/TaxTrans/Relations/QueryDataSourceRelation1/Cardinality]:NotSpecified is not allowed; the only allowed values are ExactlyOne, OneMore, ZeroMore or ZeroOne for the data source ProjInvoiceJour table TaxTrans relation ProjInvoiceJour cardinality.. 
This is the entity(everything is inner joined). The reason i joined with TaxTrans is because i want to get the TaxCode
The standard relation cardinality between projinvoicejour and taxTrans is not specified
So what should I do
 
