Hi Team,
Just need your help generating a report. I am using Crystal Reports XI. I am running a report that lists all our IT Department's Infrastructure Changes and Scheduled Change Windows. The primary table is a list of Changes and change related detail (persons, IDs, Implementation Start DateTime and Implementation End DateTime fields, etc.) The primary key in that table is ChangeNumber. Next, I have a child table which is a list of devices (servers, firewalls, network equiment) that are linked to the primary table via a ChangeNumber field. So this table only has three fields --ChangeNumber, DeviceType, DeviceName. I have already linked the two tables together in my report so I can generate lists showing schedules, engineers, etc.
A Change Window normally involves multiple devices at once and on a given day there are multiple Engineers with multiple Change Windows with multiple devices each, thus keeping track of which devices are being touched within a given time is quite daunting.
I would like to generate a report of Change Conflicts which lists devices to be updated twice (or more) by two (or more) IT engineers.
Something like this:
[tt]
Device: Server01
device ChangeNumber Implementation Stard DateTime Implementation End DateTime IT Staff
Server01 C000115 24-Jan-2012 9:00 PM 24-Jan-2012 10:00 PM Engineer-A
Server01 C000122 24-Jan-2012 9:30 PM 24-Jan-2012 10:00 PM Engineer-B
Device: Firewall02
Firewall02 C000115 24-Jan-2012 9:00 PM 24-Jan-2012 10:00 PM Engineer-A
Firewall02 C000135 24-Jan-2012 9:00 PM 24-Jan-2012 11:00 PM Engineer-B
Firewall02 C000142 24-Jan-2012 8:00 PM 24-Jan-2012 10:00 PM Engineer-A
[/tt]
In the above scenario, there are OVERLAPS in change windows involving Server01 and Firewall02 and I want Crystal to show me these overlaps.
Thanks in advance for all the help.
Just need your help generating a report. I am using Crystal Reports XI. I am running a report that lists all our IT Department's Infrastructure Changes and Scheduled Change Windows. The primary table is a list of Changes and change related detail (persons, IDs, Implementation Start DateTime and Implementation End DateTime fields, etc.) The primary key in that table is ChangeNumber. Next, I have a child table which is a list of devices (servers, firewalls, network equiment) that are linked to the primary table via a ChangeNumber field. So this table only has three fields --ChangeNumber, DeviceType, DeviceName. I have already linked the two tables together in my report so I can generate lists showing schedules, engineers, etc.
A Change Window normally involves multiple devices at once and on a given day there are multiple Engineers with multiple Change Windows with multiple devices each, thus keeping track of which devices are being touched within a given time is quite daunting.
I would like to generate a report of Change Conflicts which lists devices to be updated twice (or more) by two (or more) IT engineers.
Something like this:
[tt]
Device: Server01
device ChangeNumber Implementation Stard DateTime Implementation End DateTime IT Staff
Server01 C000115 24-Jan-2012 9:00 PM 24-Jan-2012 10:00 PM Engineer-A
Server01 C000122 24-Jan-2012 9:30 PM 24-Jan-2012 10:00 PM Engineer-B
Device: Firewall02
Firewall02 C000115 24-Jan-2012 9:00 PM 24-Jan-2012 10:00 PM Engineer-A
Firewall02 C000135 24-Jan-2012 9:00 PM 24-Jan-2012 11:00 PM Engineer-B
Firewall02 C000142 24-Jan-2012 8:00 PM 24-Jan-2012 10:00 PM Engineer-A
[/tt]
In the above scenario, there are OVERLAPS in change windows involving Server01 and Firewall02 and I want Crystal to show me these overlaps.
Thanks in advance for all the help.