error
Binder Error: No function matches the given name and argument types 'date_trunc(STRING_LITERAL, DOUBLE)'. You might need to add explicit type casts.
Candidate functions:
date_trunc(VARCHAR, DATE) -> TIMESTAMP
date_trunc(VARCHAR, INTERVAL) -> INTERVAL
date_trunc(VARCHAR, TIMESTAMP) -> TIMESTAMP
date_trunc(VARCHAR, TIMESTAMP WITH TIME ZONE) -> TIMESTAMP WITH TIME ZONE
LINE 4: date_trunc('month', move_in_date)::date as month,
^
Big Value
error
Binder Error: No function matches the given name and argument types 'date_trunc(STRING_LITERAL, DOUBLE)'. You might need to add explicit type casts.
Candidate functions:
date_trunc(VARCHAR, DATE) -> TIMESTAMP
date_trunc(VARCHAR, INTERVAL) -> INTERVAL
date_trunc(VARCHAR, TIMESTAMP) -> TIMESTAMP
date_trunc(VARCHAR, TIMESTAMP WITH TIME ZONE) -> TIMESTAMP WITH TIME ZONE
LINE 4: date_trunc('month', move_in_date)::date as month,
^
Big Value
error
Binder Error: No function matches the given name and argument types 'date_trunc(STRING_LITERAL, DOUBLE)'. You might need to add explicit type casts.
Candidate functions:
date_trunc(VARCHAR, DATE) -> TIMESTAMP
date_trunc(VARCHAR, INTERVAL) -> INTERVAL
date_trunc(VARCHAR, TIMESTAMP) -> TIMESTAMP
date_trunc(VARCHAR, TIMESTAMP WITH TIME ZONE) -> TIMESTAMP WITH TIME ZONE
LINE 4: date_trunc('month', move_in_date)::date as month,
^
Big Value
error
Binder Error: No function matches the given name and argument types 'date_trunc(STRING_LITERAL, DOUBLE)'. You might need to add explicit type casts.
Candidate functions:
date_trunc(VARCHAR, DATE) -> TIMESTAMP
date_trunc(VARCHAR, INTERVAL) -> INTERVAL
date_trunc(VARCHAR, TIMESTAMP) -> TIMESTAMP
date_trunc(VARCHAR, TIMESTAMP WITH TIME ZONE) -> TIMESTAMP WITH TIME ZONE
LINE 4: date_trunc('month', move_in_date)::date as month,
^
Open Turns
0
For work order response times and volume, see Work Orders.
How long does it take to turn a unit after move-out? These metrics are based on completed turns only (units that have been re-leased). Make-ready days are the portion the maintenance team controls. Marketing days (completion to move-in) reflect leasing speed and market demand.
Data Table
Dataset is empty - query ran successfully, but no data was returned from the database
Which units are currently in the make-ready process? Units open for a long time may be stalled, under renovation, or need escalation. This list excludes completed turns that already have a move-in.
What does it cost to prepare a unit for a new resident? Higher costs aren't always bad — a thorough turn reduces callbacks and improves resident satisfaction. But outliers deserve investigation.
No cost data available yet. Entrata's make-ready detail report does not currently populate labor and material costs.
Every completed unit turn, sorted by most recent. Use the search to filter by property, unit, or type.
Data Table
Binder Error: Could not choose a best candidate function for the function call "strftime(STRING_LITERAL, DOUBLE)". In order to select one, please add explicit type casts.
Candidate functions:
strftime(TIMESTAMP, VARCHAR) -> VARCHAR
strftime(TIMESTAMP_NS, VARCHAR) -> VARCHAR
strftime(TIMESTAMP WITH TIME ZONE, VARCHAR) -> VARCHAR
strftime(DATE, VARCHAR) -> VARCHAR
LINE 6: strftime('%Y-%m-%d', move_out_date) as move_out_date,
^