Forum Discussion
- QuickBaseCoachDQrew CaptainIf you are looking for a summary like a maximum or minimum, then that should work easily.
If you ar looking to have a Combined Text Summary field of all the unique, then you will need to first make a new field to convert the date to a text field.
For example
ToText([my date field])
Then do the Combined text summary on that text field. Combined text summary fields can only combine text fields.