This may be a bit silly, but is there any way to change the colors that Appsheet automatically assigns to people? I have a scheduler view that distinguishes appointments based on who it is assigned to but I'd like to customize this on my own. Any ideas? Below is a reference. Thank you!
Solved! Go to Solution.
I havent tried but can you add an extra column of Column Type "Color" and then use it inside the Calendar config?
Allowed values are:Black
, Blue
, Green
, Orange
, Purple
, Red
, Yellow
, and White
.
To add to @SkrOYC ' s guidance, you can then assign that color type column under category option in calendar view setting.
You could then possibly have an expression in the color type column such as
SWITCH([Name] , "Name 1", 'Red", "Name 2" , 'Green" ....................., "Name 7", "Yellow", "White")
in calendar view is not possible. Other views, you should manipulate it with ux - format rules
I havent tried but can you add an extra column of Column Type "Color" and then use it inside the Calendar config?
Allowed values are:Black
, Blue
, Green
, Orange
, Purple
, Red
, Yellow
, and White
.
To add to @SkrOYC ' s guidance, you can then assign that color type column under category option in calendar view setting.
You could then possibly have an expression in the color type column such as
SWITCH([Name] , "Name 1", 'Red", "Name 2" , 'Green" ....................., "Name 7", "Yellow", "White")
User | Count |
---|---|
17 | |
14 | |
8 | |
7 | |
4 |