Carrot reference
...
Dates
birthday
birthday returns an org member's next upcoming birthday, counting from the current date and comparing to their docid\ dxc5df3krjyjg01o0x6gm this is functionally equivalent to calling nextanniversary(birthdate) note that birthdate is the raw stored date of birth, while birthday is a computed, read only field that always returns the next occurrence of that date going forward for example, if someone was born on january 15th, and today is february 10th, 2026, this field will return 2027 01 15 (their next upcoming birthday) if today is their birthday, the field returns today's date label birthday code name birthday sensitivity org public (note the underlying docid\ dxc5df3krjyjg01o0x6gm field has a higher sensitivity level) data type https //docs charthop com/carrot reference/xtaq date data category structure entity type job read only yes cql usage examples find everyone whose birthday is today birthday = today find everyone with an upcoming birthday in the next 30 days birthday >= today and birthday <= '+30d' common use cases setting up birthday announcements via slack actions filtering for upcoming birthdays in data sheet views adding birthday events to org calendars see also docid\ dxc5df3krjyjg01o0x6gm field docid\ j 5ergb8pfiai9ykv1wqx function docid\ o39aum1eqetijnbw7nvpw
