Hello,
I set up a report through electronic reporting (ER) listing all vendor invoices and I would like to display the main account and financial dimensions associated.
In the data model mapping, I use the VendInvoiceTrans table and the function Financial dimensions details to get the parameter (to be able to select the financial dimensions to display)

So far so good.
In the vendInvoiceTrans record list, I use the 'LedgerDimension.Dimension'.'Main account and dimensions' record list binded to E_DimensionData, then the two fields Code and Name

In the format designer, I set up two horizontal ranges to dynamically create as many columns as populated in the financial dimension parameter.


It populates the column names but not the values. When I debug, the ledgerdimension field is "0".

Did anyone try this methodoly to get the financial dimensions as columns in ER?