From SeedCode Documentation

DayBackOnline: NoneColumn

Adding a Default Column for Events with No Resource Assigned

In addition to the resources you specify, DayBack adds a default column named "none" as the first column in the Resource view:

("none" appears as the first column on the left)

This is a great way to tag events that need to be assigned resources: you can visit the Resources tab and drag events out from none to resources were you have gaps in your schedule. You can see a demonstration of this in action in this short video.

Renaming "None"

If you'd like to use another word for "none" simply substitute that in the auto enter calc for your resources field...

If ( IsEmpty ( Resource ) or not IsEmpty ( FilterValues ( Resource ; "none" ) ) ; "none" ; Resource )

...then change the "no filter label" setting Admin Settings / Misc.

Retrieved from http://archive.seedcode.com/pmwiki/index.php?n=DayBackOnline.NoneColumn
Page last modified on July 03, 2015, at 08:20 PM