Grouping multiple data field

bdrbdr
edited 5:09PM 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 5:09PM
    Use VarToStr(<YourDatasetName."FieldName1">) + VarToStr(<YourDatasetName."FieldName2">)
    Set Filter property for band

Leave a Comment