Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CareTogether.SemanticModel/definition/tables/Entity.tmdl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ table Entity
FILTER(
'Child Location Record',
'Child Location Record'[ChildcarePlan] <> "WithParent" &&
'Child Location Record'[Started] >= StartDate &&
'Child Location Record'[Ended] >= StartDate &&
'Child Location Record'[Started] <= MIN(EndDate, CurrentDate)
)
)
Expand Down
2 changes: 1 addition & 1 deletion CareTogether.SemanticModel/diagramLayout.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@
"ordinal": 1,
"scrollPosition": {
"x": 0,
"y": 0
"y": 647.08299907702633
},
"nodes": [
{
Expand Down
Loading