Forum Discussion

Ramya_KrishnaKa's avatar
Ramya_KrishnaKa
Qrew Trainee
5 years ago

Can there be a conditional display of events on a calendar report.

My Manger wants me to display 4 things on my calendar report.

1)Who is scheduled for that job
2)Who is that job being done for
3)What time.

Now she wants a single scheduler which can display the training schedule for all the emloyees.

According to the settings of Quick base we can only display 3 events and not more than that.Is there a way I can include this 4th event

3 Replies

  • You are free to make any formula field you like and use it on the calendar.

    for example

    List(" | ", [field 1], [ field 2], [ field 3], [field 4])
  • RobertMayer's avatar
    RobertMayer
    Qrew Assistant Captain
    How about concatenating two of the fields into a new field?- thereby reducing the number of fields from 4 to 3.