shahromi
9th June 2015, 10:27
Hi All,

For "amount in home currency" Table TFACP251, there are 3 fields:

AMTH$1, AMTH$3 and AMTH$3, I want to pick the value of AMTH$1, how to write at Report Layout to display the value.

If I write as tfacp251.amth, compilation error Failed : Argument 1(tfacp251.amth) for function 'round' should have 0 dimensions (not 1).


Thank You.

bdittmar
9th June 2015, 12:05
Hi All,

For "amount in home currency" Table TFACP251, there are 3 fields:

AMTH$1, AMTH$3 and AMTH$3, I want to pick the value of AMTH$1, how to write at Report Layout to display the value.

If I write as tfacp251.amth, compilation error Failed : Argument 1(tfacp251.amth) for function 'round' should have 0 dimensions (not 1).


Thank You.

Try: tfacp251.amth(1)

shahromi
10th June 2015, 04:24
Hi bdittmar,

It's works, TQVM.