Skip to content

Generate a report on information related to a list of households

1. Navigate to https://reporting-hope-dev.unitst.org/admin/ ⧉

2. Click "Add"

Image

3. Type "Information in a list of Households" in the name field

4. Click the target field and select "Household"

Image

5. Switch to tab "Add query | HOPE Reporting site admin"

6.

hh_list= [
    "HH-23-0271.6128",
    "HH-23-0271.6129",
    ".......",
    "HH-24-2546.2547"
]
result=list(conn.filter(unicef_id__in=hh_list).values("unicef_id", "program__name", "registration_data_import__name"))
we paste the list in the hh_list variable and filter the query for Households in that list.

Image

7. Click this button.

Image

8. Click "Queue"

Image

9. Click "DATASETS"

Image

10. Click "[ABSTRACT] Information in a list of Households"

Image

11. Click "PREVIEW", you can view the data

Image