HiCan you please let me know how to identify whether value in a decimal
field has decimalif value has decimal, i need to ignore that value
during summation. Requirement is as followsA table has 2 columns. Column
1 has a running number that can have values like 1, 1.1, 1.2, 2Second
column is amount. This can have decimals.I need to total the amount only
for main nos 1, 2. Amount for rows having decimal should be ignoredcode
i use as part of calculatevar fields =
xfa.resolveNodes("Subform1.Table1....