Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Task tab date fields YMD split #29

Open
Niremizov opened this issue Nov 15, 2016 · 2 comments
Open

Task tab date fields YMD split #29

Niremizov opened this issue Nov 15, 2016 · 2 comments

Comments

@Niremizov
Copy link

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?

@deecay
Copy link
Owner

deecay commented Nov 16, 2016

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.

@Niremizov
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants