We have one application that has 3 fields called start date, end date and completed date. We need to create one calendar view to show these three dates in the same view. Each of these dates need to be highlighted with specific color - like start date (color green), end date (color red) and completed date (color yellow).
As per the earlier version there is no mechanism to have the above implemented - as when the date is shown in calendar view there is no way to know if it is start date or any other date.
Is there any way to implement this in latest versions.
I think it could be done, you’d have to change the date/time column to contain all 3 dates and to show multiple values as separate docs, then update teh color column or color column formula accordingly.
You might have an easier time implementing the view using a parent doc and 3 children docs but that might be harder for you to maintain.
Subject: Multiple date values in one column as separate entries
Hi Dave
That will also not work due to the way the view is built in lotus notes. Eg - I have 3 fields - Date1, Date2 and Date3 and I show them in one column of the view. How will the view know what field is it showing. To put color formula or anything we dont have any control over the field that is being shown. Hence with the current view structure this is not possible.
May be in X-Pages it might be possible but I have not tried it so far.