Operation with fields

edited April 2011 in FastReport 4.0
Hello, I'm having problems with field operations > , I have several functions in the sum of masterdata fields, so for example I need to get the result of the sum of a field and subtract the result from the sum of another field, also used in operations division and multilica?§??o. but do not know how. I tried to mount an expression, but failed, thank you for your cooperation. following the attachment, thanks.

Comments

  • edited 6:15AM
    I managed to make the expression even so grateful for the help.
  • gpigpi
    edited April 2011
    Try for example
    [SUM(<YourDatasetName."FieldName1">, MasterData1) / SUM(<YourDatasetName."FieldName2">, MasterData1)]
  • edited 6:15AM
    so when i what to make an operation of a value i will insert it in square barracks.

Leave a Comment