Merged PR 4373: Fixed model error
# Description Fixed model error # Checklist - [x] The edited models and dependants run properly with production data. - [x] The edited models are sufficiently documented. - [x] The edited models contain PK tests, and I've ran and passed them. - [ ] I have checked for DRY opportunities with other models and docs. - [ ] I've picked the right materialization for the affected models. # Other - [ ] Check if a full-refresh is required after this PR is merged. Fixed model error
This commit is contained in:
parent
b4d19ddbb5
commit
db86f75f75
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ with
|
|||
select
|
||||
u.service_display_name,
|
||||
u.number_users,
|
||||
u.number_active_users,
|
||||
u.number_users_with_service_applied_in_accommodation,
|
||||
u.number_users
|
||||
- u.number_users_with_service_applied_in_accommodation
|
||||
as number_users_without_service_applied_in_accommodation,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue