Hello,
We are using Aspose in Cloud(Salesforce.com) to print Invoice’s. I created attached word document where I am using mergefields to map data to fields in database.
Issue I have is, summing up amounts(Totals) in a table. Please refer attachment Output.png(I took snapshot of the output PDF). I have tried multiple ways, but I always ended up with zeroes.
{=SUM(ABOVE) # “#,##0.00;(#,##0.00)”}
{MERGEFIELD AUTOSUM(ABOVE) * MERGEFORMAT }
Could you please help me regarding this? I know that this question is more related to Word document/mergefields than Aspose. Just want to post, If anybody has faced this kind of experience.
Thanks for your time.