Skip to content

Commit c5489cc

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
2 parents 5b0f1fc + 2deddf1 commit c5489cc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/report/analytics/entity-reference-boards.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For more information, see [OData query guidelines, Do use weekly or monthly snap
6161

6262
### About work item revisions
6363

64-
Each time you update a work item, the system creates a new revision and records this action in the `System.RevisedDate` field, which makes it useful for specifying a history filter. The revised date is represented by `RevisedDate` (DateTime) and `RevisedDateSK` (Int32) properties. For best performance, use the latter date surrogate key. It represents the date when a revision was created or it has null for active or incomplete revisions.
64+
Each time you update a work item, the system creates a new revision and records this action in the `System.RevisedDate` field, which makes it useful for specifying a history filter. The revised date is represented by `RevisedDate` (DateTime) and `RevisedDateSK` (Int32) properties. For best performance, use the latter date surrogate key. It represents the date when a revision was created or it has "9999-01-01T00:00:00Z", which is how we denote a Null value in an OData datetime data type, for active or incomplete revisions.
6565

6666
If you want all the dates since the `{startDate}` inclusive, add the following filter to your query.
6767

@@ -429,6 +429,7 @@ Custom fields are automatically added to the Analytics service as a custom prope
429429
<!--- CMMI specific fields not added to navigation properties -->
430430

431431

432+
432433
## Related articles
433434

434435
- [Historical data representation in Analytics](analytics-historical-filtering.md)

0 commit comments

Comments
 (0)