Census Check quickreport addon

There was a Census Check Quickview in an older version of gramps that is not in the Forms Addon distro anymore (not sure why it was removed). I still use it to see who has and has not completed a relevant census (via the Forms gramplet). It does list every census, so can get unwieldy if you use lots of different census forms (like I do).

Simply put, it checks the active person and family to see if there is a Census Form entered.

OK = census entered using Forms
miss = alive but no census entered with Forms
“-” = not alive

This code could be reused to generate a Text Report, for instance.

1 Like

Could you use your Plugin Manager Enhanced to search (add-ons and built-ins) for ‘Census’ then get info to find out what module provides this?

No, I only have the python and gpr files. They have to be in the same folder as the Forms gramplet, so either released with it or parallel to it. It imports the code from the Forms gramplet.

It might have been called CensusCheck. I suspect I just changed the version number to keep it working and manually copied to the Forms plugin folder.

The copyright has 2016 by Tim Lyons.

Thanks to a copy of the source in eMail from Gary, was able to track things a little further. The 2018 posting to the Gramps User Maillist of the v1.0.2 update of the Quickview report was shared as code quoted in the maillist message by @prculley . (The maillist does not allow attachments. So people had to be creative.)

We still need to find how Tim Lyons (aka kulath) shared it originally in 2016.

The Quickview report addon modules have been added to the Feature Request 0010388: “Missing in Census report”

Perhaps someone familiar with Forms could build a sample? Then we could use it for reference in this (and other) Form discussions.

Dr. Sharon Tosi Lacey (Chief Historian, US Census Bureau) has done several presentations on manually research of US Census. (No software.) If we use the same data, we wouldn’t have to have any discussion or training on the origins or structure of the source data. We just link to her introduction.

  • Finding Your Roots - Beyond the Name; 23 Mar 2021 (Video) (PDF) Example is the 1880 Ingalls family (Little House on the Prairie)

Is there a way to link Media to URLs instead of suffering the complexity of distributing a .gpkg with media objects?

Here is a gramps file for the Ingalls family which includes an 1880 US Census form. Media file is separate.

Ingalls.gramps (2.4 KB)

Let me know if this needs more data.

1 Like

Cool. Thank you @GaryGriffin .

That makes a good foundation for exploring some features. The other redacted Quickview has a timeline of columns with entries like “Missing” and blanks. How can those be included in the example?


If you add the 1860 and 1870 US Census Sources, then Quickview will be:

Now you can see those that are missing and those that are not relevant.

1 Like

@GaryGriffin
That helped expand the example capture. How did you have “Closed” items?

Decided that the layout was too wordy. So swapped out the “Closed”, “Miss”, “OK” and nDash results with symbols.

It also has a glitch in the Context menu building. Instead of “See the person details” details, the linking cannot be set to that the row object is a “Person”. So the stab.set_link_col(4) just makes a deadlink menu option with the title “See See details details” instead. And setting the index to the 0 index column for the person does not help. (Used the Timeline QR addon as an example.)

Dark theme with Timeline and Census Check quickreports:

1 Like

There are no entries in the Ingalls family that are ‘Closed’. If person is alive (with default of 100 yo) and should be in a census, they are marked as Closed.

Imagine someone born in 1930s who does not have a death date. They would be marked Closed on the 1940 and 1950 census.

I thought with the 1790 census enabled, the Ingalls would all have been outside its “probably alive” limit. (Charles and Caroline both being born nearly 50 later with exact dates.)

Let me clarify. For the 1790 census, the Ingalls would all be a dash since they were not alive at the time of that census.

Think of CLOSED as ‘for privacy reasons, we do not display this info’. Are they maybe alive NOW (no death date AND birth date less than 100 years ago FROM TODAY) AND not in a census where they should be alive.

For ALL census in the US, the Ingalls would be either

  1. dash (not alive at the time of the census)
  2. missing (not in the census but should be alive)
  3. OK (in census)

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.