cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear All,

I'm currently facing three types of errors in my Equity Table. Do you have any idea on how to solve it ?

Thanks a lot,

Best regards,

residual-errors.jpg

0 Likes
View Entire Topic
Marc_Kuipers
Product and Topic Expert
Product and Topic Expert
0 Likes

Update on [ix11.10.1.1:transformValueError]

This is, in fact, a bug in DM. If you map a negative value in Excel, and do not data-link it, it appears in the hidden section like

unitRef="EUR" decimals="0" format="ixt:num-dot-decimal" scale="0">-1234</ix:nonFraction>

whereas it should be

unitRef="EUR" decimals="0" format="ixt:num-dot-decimal" scale="0" sign="-">1234</ix:nonFraction>

However, you should not face this bug, as these concepts should not be in the hidden section

See: The ix:hidden section of Inline XBRL document MUST not include elements eligible

for transformation.

(Page 23)

https://www.esma.europa.eu/sites/default/files/library/esma32-60-254_esef_reporting_manual.pdf.pdf

Ask a Question