Hi,
I am using a template in a word doc. It already has fields that are working but when I add a new field to the table that I am passing to the document it seems to not want to display this field but will display a previous field in its place. I know the datafields are there in the table and have values.
Here is the document I am using for testing. When I add the last two lines is where the problem is.
Percent: «TableStart:CustomerRating»«MinimumEarnedPremium» %«TableEnd:CustomerRating»
Amount: «TableStart:Policy»«minimumEarnedPremiumAmount» «TableEnd:Policy»
Percent Amount: «TableStart:Policy»«stateFeePercent» %% «TableEnd:Policy»
Value Amount: «TableStart:Policy»«stateFee» «TableEnd:Policy»
Here is the output:
Percent: 25 %
Amount: $12,418
Percent Amount: $12,418 %%
Value Amount: $12,418
You can see what it is doing from the results. Any tips on where to go would be appreciated.
Thanks,
Robert