• CSWeb User's Guide
    • Introduction to CSWeb
    • Server Setup
    • How to ...
      • Accessing Data
      • Adding Roles
      • Adding Users
      • Additional Configuration Options
      • Data Settings
      • Upload Files
      • Map Report
      • Sync Report
      • Troubleshooting
      • Get Help

Sync Report

The Sync Report will summarize the total number of cases uploaded to CSWeb for a particular geography. The report can be run on all dictionaries uploaded to CSWeb. The dictionaries will appear in the order they were uploaded to CSWeb. By default the first dictionary will be displayed and grouped by its first dictionary id.
Viewing a Sync Report
  1. Click on a dictionary from the sidebar under Sync Report
  2. Select the dictionary id from the dropdown above the report
The column filters allow further filtering on values that are currently displayed. While search ids allows for a global search across all dictionary id rows (the final column, totals will not be searched).
Uploading Labels
By default only codes will be shown in the report. However, a CSV file can be imported that defines code and label pairs, so a label can be displayed in its place. The rules for defining these pairs are as follows:
  1. The first pair in the CSV file must define the first dictionary id
  2. Each following pair must correspond to a dictionary id in consecutive order
  3. Dictionary ids do not require a corresponding pair. However, once a dictionary id has been ignored no more can be defined. The code will be displayed.
The first row of the CSV file is either an optional header or pairs. If the header is included then tic "CSV file has a header row" when importing the CSV file.
If a header row is included and the dictionary ids for the dictionary are province, district, and enumeration area then the format of the first five rows is:
Province CodeProvince LabelDistrict CodeDistrict Label
1Artesia1Dongo
1Artesia2Idfu
2Copal1Baja
2Copal2Bassac
Notice the enumeration area is ignored in this example. The province and district will display labels, while the enumeration area will display a code.
Understanding How Dictionary Design Affects Reports
To create useful reports it is important to understand how the design of the dictionary affects the report. Each dictionary id will become a column in the report. Typically, each dictionary id is a unique geography and the report summarizes the information by geography.
ProvinceDistrictEnumeration AreaTotal
ArtesiaDongoEA 00156
ArtesiaIdfuEA 00733
CopalBajaEA 0010
CopalBassacEA 00574
If the enumerator id is added as a dictionary id item consider how its position affects the report.
ProvinceDistrictEnumeration AreaEnumeratorTotal
ArtesiaDongoEA 001Enum00156
ArtesiaIdfuEA 007Enum00233
CopalBajaEA 001Enum0030
CopalBassacEA 005Enum00474
Above the enumerator id is the last dictionary id. The report summarizes the information by geography, but also allows the analyst to see which enumerator is working there. Additionally, if the province, district, or enumeration area is selected from the dropdown the enumerator will be ignored.
EnumeratorProvinceDistrictEnumeration AreaTotal
Enum001ArtesiaDongoEA 00156
Enum002ArtesiaIdfuEA 00733
Enum003CopalBajaEA 0010
Enum004CopalBassacEA 00574
Alternatively, if the enumerator id is the first dictionary id then the emphasis will be on the enumerator. All information is summarized by enumerator and then by geography.
Problematic Dictionary Ids
  • Urban/rural do not make the key unique, so they do not need to be id items. However, if used they will double the number of rows in the report. Further, at what position will they be added?
  • Longitude/latitude will likely be unique on their own. Making the report nothing more than a list.