I am trying to create a token using values from a lookup. The formula I entered in the Assign Token dialog box
=%(QueryAccountCode_TOTAL BILLING)/%(QueryAccountCode_NO/# OF PAYMENTS SEPT-AUG)
Which returns -
=21263.0000%(QueryAccountCode_NO/# OF PAYMENTS SEPT-AUG)
This syntax
%(QueryAccountCode_TOTAL BILLING)\%(QueryAccountCode_NO/# OF PAYMENTS SEPT-AUG)
Returns
21263.0000\1
This syntax
=sum(%(QueryAccountCode_TOTAL BILLING)\%(QueryAccountCode_NO/# OF PAYMENTS SEPT-AUG))
Returns
=sum(21263.0000\1)
Can I make it give me the calculated value?
What I need is it to be 21263.00