Report querying records recently changed
Moderators: Moderators, Tech Support
Report querying records recently changed
Is there a way to query only records that have changed since a certain date? I would like to produce a report of all members that have changed their e-mail addresses in the last 6 months. We are auditing our mail lists that are stored in MS outlook.
Thank You,
Richard Cutts
Thank You,
Richard Cutts
-
- Tech Support
- Posts: 3105
- Joined: Thu May 13, 2004 9:59 am
- Location: PowerChurch Software
- Contact:
In the Family Mailing List record, there are "Registered" and "Updated" date fields. PowerChurch updates these fields automatically when families are added to the system, or changed in any way. This information does not, however, track changes to the Personal Profile.
PowerChurch Plus version 10 has an integrated "Update Outlook Contacts" feature. This allows you to send your Personal Profiles information over to the Outlook Contacts folder. Each time you use this feature, the information in Outlook will update / remove profiles that do not match the criteria you select.
PowerChurch Plus version 10 has an integrated "Update Outlook Contacts" feature. This allows you to send your Personal Profiles information over to the Outlook Contacts folder. Each time you use this feature, the information in Outlook will update / remove profiles that do not match the criteria you select.
updated records
looks like upgrading is the best deal.
In the mean time, when a personal profile is updated (e-Mail) does the flag on the family record get set?
Is there a way to query family records and Personal records like this:
Select Where FamilyRecords.Update >= "01/01/2006"
output (PersonalRecords.FirstName, PersonalRecords.LastName, PersonalRecords.e-mail)
Thank You,
Richard Cutts
In the mean time, when a personal profile is updated (e-Mail) does the flag on the family record get set?
Is there a way to query family records and Personal records like this:
Select Where FamilyRecords.Update >= "01/01/2006"
output (PersonalRecords.FirstName, PersonalRecords.LastName, PersonalRecords.e-mail)
Thank You,
Richard Cutts
Re: updated records
As a user, I can certify that the family record system dates do not get updated if a personal profile is changed.rccutts wrote:looks like upgrading is the best deal.
In the mean time, when a personal profile is updated (e-Mail) does the flag on the family record get set?
Is there a way to query family records and Personal records like this:
Select Where FamilyRecords.Update >= "01/01/2006"
output (PersonalRecords.FirstName, PersonalRecords.LastName, PersonalRecords.e-mail)
Thank You,
Richard Cutts
Neil Zampella
Using PC+ since 1999.
Using PC+ since 1999.
-
- Tech Support
- Posts: 3105
- Joined: Thu May 13, 2004 9:59 am
- Location: PowerChurch Software
- Contact:
Re: updated records
Yep, in Custom Reports, under the Personal Profiles menu, the query would be:rccutts wrote:Is there a way to query family records and Personal records like this:
Select Where FamilyRecords.Update >= "01/01/2006"
output (PersonalRecords.FirstName, PersonalRecords.LastName, PersonalRecords.e-mail)
Code: Select all
Date Updated is greater than or equal to January 1, 2006.
Code: Select all
Profile First Name, Profile Last Name, E-Mail
-
- Tech Support
- Posts: 3105
- Joined: Thu May 13, 2004 9:59 am
- Location: PowerChurch Software
- Contact:
Sorry if that sounded harsh, Neil, it wasn't my intention.
To review, there is not an "updated" date that is changed anywhere when you make a change to a Personal Profile record. You could add this as one of your custom dates fields, but it would have to be manually changed. This isn't the best solution, but it is a solution nonetheless.
I am filing a suggestion on your behalf, rccutts, to add Date Registered and Date Updated fields to the Personal Profiles record. No promises or anything. There are a lot of suggestions out there.
To review, there is not an "updated" date that is changed anywhere when you make a change to a Personal Profile record. You could add this as one of your custom dates fields, but it would have to be manually changed. This isn't the best solution, but it is a solution nonetheless.
I am filing a suggestion on your behalf, rccutts, to add Date Registered and Date Updated fields to the Personal Profiles record. No promises or anything. There are a lot of suggestions out there.

Oh ... no offense taken ... its just that I should have realized that.Zorak wrote:Sorry if that sounded harsh, Neil, it wasn't my intention.
To review, there is not an "updated" date that is changed anywhere when you make a change to a Personal Profile record. You could add this as one of your custom dates fields, but it would have to be manually changed. This isn't the best solution, but it is a solution nonetheless.
I am filing a suggestion on your behalf, rccutts, to add Date Registered and Date Updated fields to the Personal Profiles record. No promises or anything. There are a lot of suggestions out there.
And ... ask Jeff about such a date on the personal profiles ... I think somebody asked about that a few years ago, probably forgot to add it to the 'wish list' ...

Neil Zampella
Using PC+ since 1999.
Using PC+ since 1999.