Avatar

Level 10

Hi,

create a numeric field and set its data format to integer.

Then add the display pattern num{zz9 '%'}.

When you calculate you need to transform the integer value:

DerivationofCostProposal.Table3.Row1.TotalLabor * (1 / 100 * DerivationofCostProposal.Table3.Row1.TotalPercentage)