Known data errors: Difference between revisions
Ttenbergen (talk | contribs) m →Instructions for adding a record: changed to .accdb, replaced: Centralized data front end.mdb → Centralized data front end.accdb |
Ttenbergen (talk | contribs) m Text replacement - "[[Category: " to "[[Category:" |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 10: | Line 10: | ||
== Instructions for using the table in queries == | == Instructions for using the table in queries == | ||
For every query, filter the [[L Problem]] table to only records related to that query and only list if null. | For every query, filter the [[L Problem]] table to only records related to that query and only list if null. | ||
== | == List of queries that use [[L_Problem table]] (SMW) == | ||
(Based on [[Property:DICLProblem]], [[Property:DICStatus]] as set in [[Template:Data Integrity Check]].) | |||
{{#ask: [[DICStatus::not entered||implemented||ready to implement||needs review]] [[DICLProblem::true]] | |||
|?DICStatus = Status | |||
|?DICLProblem = problem | |||
|sort=Modification date | |||
|order=ascending | |||
|limit=10000 | |||
|format=broadtable | |||
|link=all | |||
|class=sortable wikitable smwtable | |||
}} | |||
== | Cargo | ||
{{#cargo_query: | |||
tables=DataIntegrityChecks,Discussions,_pageData | |||
|join on=DataIntegrityChecks._pageName=_pageData._pageName,DataIntegrityChecks._pageName=Discussions._pageName | |||
|fields= | |||
DataIntegrityChecks._pageName=page, Status, Timing, Summary, Status | |||
|where=App="Centralized data front end.accdb " and (Status<>"retired" and Status<>"declined") and (L_Problem=true or L_Problem is null) | |||
|order by=question | |||
|limit=20 | |||
|more results text=Link to table of cross-checks that use L_Problem table to exclude false-positives | |||
|default=Nothing found | |||
|format=dynamic table | |||
|rows per page=20 | |||
}} | |||
[[Category: Data Processing]] | == Other known errors == | ||
We store information about some other known errors in the [[L_Problem table]]: | |||
* [[Gaps and overlaps]] | |||
* [[Lost/missing chart]] | |||
== Related articles == | |||
{{Related Articles}} | |||
[[Category:Data Processing]] | |||