Hi all,
I need to build a Profit and Loss report, based on GeneralJournalEntry and GeneralJournalAccountEntry tables, joining it with financial dimensions tables (DimensionAttributeValueCombination...). I created an Data Entity to export this information to an Azure SQL database using BYOD, but when I exported the data, I recieved an error message, because my entity don't has an unique key, But I don't know which fields combination can make an unique key for this two tables.
How I am using Financial Dimension tables, I tried to use the LedgerDimension field from GeneralJournalAccountEntry, but didn't work either.