Wazimap profile curation handbook
  • Start Here
    • Introduction
  • Point Mapper
    • What is Point Mapper?
    • Shaping Data for Point Collections
    • Uploading Point Collections
    • Creating Themes for Profile Collections
    • Creating Profile Collections from Point Collections
    • Uploading additional points to an existing Point Collection
    • Editing existing Point Data in Django
    • Bulk updates to an existing point collection
    • Navigating Point Mapper
  • Profile Admin
    • Creating Datasets
    • Sub-Indicator groups (columns)
    • Creating Universes
    • Creating Variables
    • Creating Point Collections
    • Creating a Profile Highlight
    • Creating Profile Indicators
    • Creating a Profile Key Metric
    • Managing Categories and Sub-Categories
    • Managing Point Themes and Profile Collections
    • Profile configuration options
  • Curation Concepts
    • Geography Codes
    • Zero-values vs missing data
    • Glossary
  • Common practices
    • General
    • SANEF election dashboard
    • Africa Data Hub
    • Data handling tips
  • Promotion and usage
    • Analytics
Powered by GitBook
On this page
  • When to use
  • New Profile Indicators
  • Display configuration

Was this helpful?

Export as PDF
  1. Profile Admin

Creating Profile Indicators

PreviousCreating a Profile HighlightNextCreating a Profile Key Metric

Last updated 3 years ago

Was this helpful?

When to use

A profile indicator should be used when you want to display an indicator to the user. A profile indicator is presented as a bar chart in the rich data view and is also available under the data mapper.

If your indicator only has one subindicator - i.e. only one bar in the barchart, consider using a instead.

New Profile Indicators

  1. To create new profile indicators, log into the backend admin section with your admin account and click Add next to Profile indicators.

  2. Select the profile to associate this indicator with (there might only be a single one).

  3. Select the variable on which this is based, from the dropdown list.

  4. For the content type dropdown, if the indicator is based on qualitative data select HTML, otherwise leave it as Indicator for a chart type indicator.

  5. Provide a meaningful name for this profile indicator in the label field - this is what users will see

  6. Select the category and sub-category this indicator will be housed under (shown in both the Data Mapper and the Rich Data view).

  7. Add a textual description of the indicator - this will be shown in the Rich Data view just below the relevant graph.

  8. Select the choropleth method to be used - either sibling or sub-indicator. This determines what to use as the denominator when rendering the choropleth. Sibling level would be the sum of the same geography types (e.g. when viewing number of households in WC this would compare WC to the sum of all provinces). Sub-indicator method would tally up the values for the children of the current geography level (e.g. households in WC would then tally up households for all districts in WC)

  9. Sub-indicators will be shown to you once you had initially saved. Sub-indicators can be reordered by dragging and dropping them.

  10. Confirm the indicator is now visible on the frontend by doing a hard refresh (ctrl-shift-r)

Display configuration

Additional configuration is possible, such as how numbers are formatted. Documentation can be found in the .

wazimap techncial documentation
Profile Key Metric