redmine_pivot_table
redmine_pivot_table copied to clipboard
Task tab date fields YMD split
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?
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.
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.