I always put an underscore _ before a workspace name if I want it sorted first in my Workspaces list. (eg. _Workspace1). But what if I wanted to place something before my __Workspace1 workspace, without worrying about the alphabetical order?
Most software will sort things based on symbols then numbers then letters, and the symbols are prioritized by their ASCII number. Examples:
! (33)
" (34)
# (35)
$ (36)
% (37)
& (38)
' (39)
( (40)
) (41)
So a "!" would be before "#" and before "(" and so forth. However, I haven't found this to be true in Smartsheet.
Does anyone have a list of COMMON symbols (Those found on a keyboard) and their sort priority in Smartsheet?