# EmployeeAbsences: Nmbrs Employee Absences - Catalog: `Nmbrs` - Schema: `Employees` - Label: Employee Absences The data in this table is partitioned per value of the `COMPANY_CODE` column. This is a read-only table. The Nmbrs API may not support changing the data or the Invantive UniversalSQL driver for Nmbrs does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Nmbrs API. - Filters on API Server: CompanyId ## Table Columns The columns of the table `EmployeeAbsences` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `ABSENCEID` | `int32` | Absence ID | ☑ | | | `COMMENT` | `varchar2` | Comment | ☐ | | | `COMPANY_CODE` | `int64` | Company ID | ☑ | | | `DOSSIER` | `varchar2` | File | ☐ | | | `DOSSIERNR` | `int32` | File Number | ☐ | | | `EMPLOYEEID` | `int32` | Employee ID | ☐ | | | `END` | `datetime` | End | ☐ | | | `PERCENTAGE` | `int32` | Percentage | ☐ | | | `REGISTRATIONENDDATE` | `datetime` | Registration End Date | ☐ | | | `REGISTRATIONSTARTDATE` | `datetime` | Registration Start Date | ☐ | | | `START` | `datetime` | Start | ☐ | |