redmine_pivot_table icon indicating copy to clipboard operation
redmine_pivot_table copied to clipboard

Task tab date fields YMD split

Open Niremizov opened this issue 8 years ago • 2 comments

Task tab does not have date fields splitted into Year, Month, Day groups - but Activities does have, why so? Can Task tab also imlement such feature?

Niremizov avatar Nov 15 '16 10:11 Niremizov

The reason is that Task has many columns with dates and times, and if I split all these fields into datetime components such as YYYY, MM, DD, HH24, mm, etc, there will be too much items in the attribute lists.

Currently I do not have any idea how to build a manageable and simple UI for showing split dates and times.

deecay avatar Nov 16 '16 04:11 deecay

I see. Well, probably one of possible solutions would be:

Use of default query options where you can choose what exactly columns should be accessed by Pivot. After default columns were selected user could choose row/column output inside PivotTable. In that case date field can be derrived with y-m-d style https://yadi.sk/i/wVSo1UQXymm8u.

Niremizov avatar Nov 16 '16 15:11 Niremizov