Jump to content
TNG Community

Create a Report of the Content in the Cemetery Section


rominejc

Recommended Posts

I'm just beginning to create new reports.  Is there a way to create a report that provides the information stored in the Cemetery list.  I would like the report to provide all the information in each cemetery entry including the notes section.

Any help is appreciated.

Jim

Link to comment
Share on other sites

Just checking - are you looking for the Cemetery info AND all the people buried there? I don't use the Cemeteries function, but instead list it as a Place that is automatically added (if new) when the burial place is added or modified for a person. That "place" doesn't have details about the actual cemetery though...

You could create a straight SQL report in the report builder with

SELECT * FROM tng_cemeteries

and then remove any columns with a more detailed statement if necessary.

Screenshot_20250410-104955.png

Link to comment
Share on other sites

Thank you,

I got what I needed by creating the following report:

SELECT cemeteryID, cemname, city, county, Latitude, Longitude, Notes FROM tng_cemeteries

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...