Data input controls in list view

I am really fond of having a high level view that has input functionality.

The list view provides the high level view but it is read only. The detail view is immediately available on-click, and the edit view is only a keystroke away, so I can get my work done. However, it would be nice to interact with the high level view without having to get into the weeds.

As you know, I’m interested in being able to manage the display of data in the list. The extension of that is to add UI controls to allow data input.

I suppose you mean so that you can check items off as done in the list view…?

Yes, that’s what I was thinking.

Well, here are a couple of thoughts:

  • Change the sort to Tasks by Date (or Tasks by Seq) so that the first column of the list will be a blank or an ‘X’ to show status;
  • Use the Toggle Status command (or the keyboard shortcut) to change items to complete or incomplete.
1 Like

Good suggestions, that does what I need.

thanks

1 Like