Welcome, Guest. Please Login or Register.
eccoMAGIC Forums
04/18/24 at 21:36:31
Home Help Search Login Register


Pages: 1
Send Topic Print
  Rating
Rate:
Rating:
Rating: 0.00
Votes: 0

5
4
3
2
1












5
4
3
2
1


1


2


3


4


5


6


7


8


9


10

Having fun with the Color folder (Popularity: 3614 )
cjholly
EccoMagic Apprentice
*


I Love Ecco!

Posts: 6
Show the link to this post Having fun with the Color folder
08/03/18 at 14:23:19
 
I barely understand slang rules, but borrowing from others I came up with a rule that removes color from Done items, turns past due To-Do's orange and current and future To-Do's green, and current and future Appointments with an A: or O: magenta and with HRG: red, and removes color from past hearings and appointments.
 
++:!+-MN:          
iff(gfv('Done') > 0, "",          
iff(gfv("To-Do's") > 0, (iff(gfv("To-Do's") < TODAY, 0x0099FF, 0xFF0000)),          
iff(gfv("Appointments") > 0,  
     (iff(gfv("Appointments")>=TODAY&&(left(itt,2)=="A:"||left(itt,2)=="O:"),0xFF00FF
,
           (iff(gfv("Appointments")>=TODAY&&left(itt,2)=="HR",0xFF,
"")))),      
"")))        
:          
[To-Do's] or [Appointments] or [Done]
 
 
I cannot remember where the skeleton of the above came from, and I am sure it is not the most elegant way to do it, but for now, I am just glad I got it to work without bother my fellow eccolytes overmuch.  --Chris Holly
Back to top
 
 
Email   IP Logged
Pages: 1
Send Topic Print