How can I display a sum of values of cells in the folder content?
For example, take a look at the picture below -
If you take a look at the second column, I wish to display a sum of all the values from the folder content.
Please let me know how can I do this.
Currently, this is how I format the timeline date scale, will I have to add something here? How can I load a similar marker from below and display that above “First Shift” or “Second Shift”
scheduler.templates.timeline_scale_date = function(date){
if (date.getHours()== 0)
return "First Shift"
return "Second Shift"
}