End User - helpful upgrade Suggestions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago - last edited 7 hours ago
Not sure this is the right place to submit a suggestion to developers to add fix/items to help EUE users
workspaces
- Landing Page for tables in workspaces
please add:
- a scroll bar at the top list table similar to the one at the bottom of the list;
- ability to Freeze the top row or unfreeze the top row when scrolling a long list
- put the Magnifying Glass option back - for a row - to use shortcuts for quick look-up
- yes filters are there but sometimes you want to just use a quick symbol to get something - its in the classic view but dont see it as an option in workspaces
2. Excel exports - please add formula to convert age days correctly to excel sheets - the export conversion does not do a 1-1 to days. Export converts the days to seconds and EUE needs to go back and convert days to manually in excel using formal below. With really long tables it takes a lot of time.
Formula: =ROUND(N2/(60*60*24),0)
N2 = age cell this will convert the seconds back to days - I have to do this manually each time I export and save a table to have it as a back up payload just in case we need to rollback.