QueryTree
QueryTree copied to clipboard
Summarize does not allow MAX of dates
Summary: I need to create a subselect with MAX(initialDate) GROUP BY id but it was not possible.
Error: All date fields from my table were excluded from the list of columns in the Summarize tool.
How to Reproduce:
- Create a DataSource pointing to your table. Your table must have at least one DATE column.
- Create a Summarize tool from your datasource.
- In Calculate the, choose
Maximum. - In of column, look for your
datefield.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I've pushed a fix for this (343268e) to develop, I will merge into master following some testing
This is now fixed.