Jump to content
TNG Community

List of trees with date of last change


dbeezley

Recommended Posts

I have more than 100 trees in my TNG site. All updates are done through GEDCOM via Ancestry. I want to see a list of the trees with the most recent change date. Please advise how I can create such a report.

Link to comment
Share on other sites

From a different post on Saturday:

Try this:
 
select t.gedcom, t.description, treename, lastimportdate, count(personid) as numpeople from tng_people p inner join tng_trees t on p.gedcom = t.gedcom group by t.gedcom;
 
 
 
Cheers 
 
GOGGS
Link to comment
Share on other sites

Thanks for the response. I will need more specific instructions, if you don't mind.

Where do I begin when selecting? I suppose it is in "Add New Report", but I don't see what to do then. I see "Choose Fields to Display", "Choose Criteria", "Operators", "Constant String", "Constant Value", and "Choose Sort Fields". There is also an option to "enter direct SQL SELECT statement." Am I close to where to begin?

Doug

Link to comment
Share on other sites

Leif Sweden
19 minutes ago, dbeezley said:

Thanks for the response. I will need more specific instructions, if you don't mind.

Where do I begin when selecting? I suppose it is in "Add New Report", but I don't see what to do then. I see "Choose Fields to Display", "Choose Criteria", "Operators", "Constant String", "Constant Value", and "Choose Sort Fields". There is also an option to "enter direct SQL SELECT statement." Am I close to where to begin?

Doug

Doug, I tested in Report and it is working.

Coppy from GOGGS above and paste it in the lowest box in reports. Don´t forget Reportname and Description.

Leif

Link to comment
Share on other sites

WOW! Excellent!

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...