niralibaan
19th February 2010, 10:14
Hi,

I have 1 report having cisli205.amth as input field having its depth 3.
I want to use this field to display in report layout, but its giving error such as
"Argument 1(cisli205.amth) for function 'round' should have 0 dimensions" and
"Operations with arrays not allowed."
All other fields in layout is having its depth 1 in input fields.
Pls help me out in solving this issue.

Thanks and Regards,
nirali

bdittmar
19th February 2010, 12:55
Hi,

I have 1 report having cisli205.amth as input field having its depth 3.
I want to use this field to display in report layout, but its giving error such as
"Argument 1(cisli205.amth) for function 'round' should have 0 dimensions" and
"Operations with arrays not allowed."
All other fields in layout is having its depth 1 in input fields.
Pls help me out in solving this issue.

Thanks and Regards,
nirali

Hello,

round the arrayfield like:

round(cisli205.amth(1))

Regards

vahdani
22nd February 2010, 14:33
Hi Nirali,

there is actually no need to round. Just be sure to add the index you want in the expression field: cisli205.amth(1) or cisli205.amth(2),..