QueryTree icon indicating copy to clipboard operation
QueryTree copied to clipboard

Summarize does not allow MAX of dates

Open sidneydemoraes opened this issue 7 years ago • 2 comments

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:

  1. Create a DataSource pointing to your table. Your table must have at least one DATE column.
  2. Create a Summarize tool from your datasource.
  3. In Calculate the, choose Maximum.
  4. In of column, look for your date field.

sidneydemoraes avatar Sep 05 '18 13:09 sidneydemoraes

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.

stale[bot] avatar Oct 05 '18 14:10 stale[bot]

I've pushed a fix for this (343268e) to develop, I will merge into master following some testing

d4nt avatar Sep 21 '19 22:09 d4nt

This is now fixed.

d4nt avatar Nov 21 '22 17:11 d4nt