Grouping multiple data field

bdrbdr
edited 2:33AM in FastReport VCL 5
Is it possible to have multiple data fields in a Group Header?

Also is it possible to filter a Data Band by a specific data value?

Comments

  • gpigpi
    edited 2:33AM
    Use VarToStr(<YourDatasetName."FieldName1">) + VarToStr(<YourDatasetName."FieldName2">)
    Set Filter property for band

Leave a Comment