Dimension problem

hi frnds i am facing a problem in Nav R2 report while running i.e “Dimension array should be identical”. but same report is running successfully in different database(by exporting the report object).

This issue usually comes from different array sizes for addresses or other arrays being used as parameters between functions.

Are you running the report in classic or RTC? if in Classic, you can run it with the debugger switched on and see where it is crashing.

It most probably crashes in the line where you call a function which expects an array as parameter with let’s say 10 elements but you only provide an array with 8 elements as parameter.