Hiii,
I want to add the Total Cost . It show the data in below format. I am using sum function to add the data but it is not working.
List of Dictionary - 7 items
Discussion posts and replies are publicly visible
a!localVariables( local!dictionary: { { totalCost: 1000 }, { totalCost: 2000 }, { totalCost: 3000 } }, sum(local!dictionary.totalCost) )