Can i change what is displayed in the Calendar?
I want the calendar to summarise the number of people rostered by location and role, i.e JAB // RES // 1, this would mean i need to allocate another staff member to that location to make it equal 2.
2 replies
-
hmm.. not sure if this is what you are after..
I am not 100% sure this will always work... Basically .. I created a date field... and selected "show on calendar" as YES... then put logic in the "Show As" something like..
"Total Resources:" + count(select ............)
The "count (select...)" would be your logic to scan across your location / role.. etc.
You could also use the
createCalendarEvent(title, from, to)
..
-
Chcik out our training video - Working with Date & Time Fields and the Ninox Calendar at our YouTube Learning channel - Ninox Learning. Here is the link to the video that should give you some insight >>> https://youtu.be/FXfkT22blAk
Content aside
- 5 yrs agoLast active
- 2Replies
- 1741Views