Welcome, Guest. Please Login or Register.
eccoMAGIC Forums
04/18/24 at 11:31:02
News: "Breathtaking" (Check out the new MagicView release at EccoTools.com)
Home Help Search Login Register


Pages: 1
Send Topic Print
  Rating
Rate:
Rating:
Rating: 10.00
Votes: 1

5
4
3
2
1










1

5
4
3
2
1


1


2


3


4


5


6


7


8


9


10

thelms Auto Parent Child Dependency example (Popularity: 8273 )
Admin
Administrator
*****


I love Ecco!

Posts: 134
Show the link to this post thelms Auto Parent Child Dependency example
05/04/09 at 08:16:47
 

 
 
 
thelms82000 contributed this amazing template with instructions.
 
 
 
original (with 'hidden corruption') at http://tech.groups.yahoo.com/group/ecco_pro/files/Examples%20%26%20Templates%20f or%20Slang%20Rule/
 
 
Back to top
 

The Administrator.
WWW   IP Logged
Admin
Administrator
*****


I love Ecco!

Posts: 134
Show the link to this post Re: thelms Auto Parent Child Dependency example
Reply #1 - 09/12/10 at 18:14:05
 
to remove color for done items (where you will have thousands and thousands of done items in file),
 
in order not to hit 10k colored item limit,
 
try this rule in color folder:
 
Code:
++:!+-MN:
iff(gfv('Done') > 0, "", 
iff(gfv("To-Do's") > 0, (iff(gfv("To-Do's") < TODAY, 0xFF, 0xFF0000)), 
iff(gfv("Appointments") > 0, 0xFF00FF, 
iff(gfv("Notes") > 0, 0x8080, 
iff(gfv('Depends') > 0, 0xFF00, 
"")
))))
:
[To-Do's] or [Appointments] or [Notes] or [Done] or [Depends] 


Back to top
 
 

The Administrator.
WWW   IP Logged
Admin
Administrator
*****


I love Ecco!

Posts: 134
Show the link to this post Re: thelms Auto Parent Child Dependency example
Reply #2 - 09/12/10 at 18:17:45
 
Note:
 
If you modify folder names (or delete folders) that are used/referenced in another folder's rule,  that folder's rule will not work correctly.
 
Back to top
 
 

The Administrator.
WWW   IP Logged
Pages: 1
Send Topic Print