
Hi everyone ,
I create a new word layout with purhcase header and purchase line i need to add the total amount in line i tried with sum(Field) its not woking in word layout, and i tried with code to on that it returns two value.
I need the second value only in rdlc we can use last(Field) but it's not working in Word layout. is there any other way to display the sum of field in word layout.
Thanks in advance.
The Word layout does not support expressions. If you need expressions in the layout, then use RDLC.
An alternative is to calculate it in AL, so not in the layout.