Hi folks, I hope someone has some insight... my brain is getting bent on this one.
I am re-writing someone else's report. The report documents outages for qualifying circuits under associated networks:
Network Name (Group)
Circuit ID (sub-group), Sum(outage duration)
Individual Records (hidden, drillable)
Only records for circuits whose outage durations are larger than a threshhold should be in the report.
Currently, she's just supressing sub-groups based on a summary calculation > Threshhold calculation. The "empty" groups as well as supressed sub-groups still show up in the Group Tree, and curious users can still drill into the sub-group and associated records. I have further supressed the record-level details, which is better, but not good enough, yet.
I would LIKE to include/exclude records based on whether the cct's total outage is greater than a cct threshhold. The problem being, I need to EXCLUDE records based on a sum of the group -- and in order to accurately calculate the sum, I have to read (and mangle) the outage duration (i.e., tickets w/ outages extanding beyond the time period's boundaries). Catch-22: I have to know the answer before I exclude the records, and in order to know the answer, I have to read the records so I can exclude them. Argh.
I calculate whether a group's records should be excluded, but that is based upon a conditional sum, which can't be put in the select statement, hence, the groups can still be seen in the Group Tree. I want to find a way to exclude the records or supress their Group Tree appearance. I don't think it's possible to do the latter, so... anybody have ideas for the former? When I try to use the Sum(Outage, Cct ID) in the select statement, I get the standard "Summary / Running Total field could not be created."
Like I said, my brain is bent on this one.
Notes:
The threshhold is the number of hours in a period (i.e. 1 month = 744 hours) multiplied by a value associated w/ a particular circuit, i.e., Cct A, w/ 1% threshhold, has to have more than 7.44 hours outages before it shows up.
One cct has a 1% outage threshhold, another may have 20% outage threshhold. The first cct may have 12 records, w/ outage totaling less than the 1% (7.44 hours) for the period -- those records (and cct) shouldn't show in the report.
The second circuit may have one (or more) tickets and if the total outage time is greater than the threshhold, the group, sub-group, and individual records should be available.
This is my brain:
This is my brain, on Crystal: :-D
This is my brain, on THIS REPORT: #$@#%$%^@#^@#$%@!&^^^*
I am re-writing someone else's report. The report documents outages for qualifying circuits under associated networks:
Network Name (Group)
Circuit ID (sub-group), Sum(outage duration)
Individual Records (hidden, drillable)
Only records for circuits whose outage durations are larger than a threshhold should be in the report.
Currently, she's just supressing sub-groups based on a summary calculation > Threshhold calculation. The "empty" groups as well as supressed sub-groups still show up in the Group Tree, and curious users can still drill into the sub-group and associated records. I have further supressed the record-level details, which is better, but not good enough, yet.
I would LIKE to include/exclude records based on whether the cct's total outage is greater than a cct threshhold. The problem being, I need to EXCLUDE records based on a sum of the group -- and in order to accurately calculate the sum, I have to read (and mangle) the outage duration (i.e., tickets w/ outages extanding beyond the time period's boundaries). Catch-22: I have to know the answer before I exclude the records, and in order to know the answer, I have to read the records so I can exclude them. Argh.
I calculate whether a group's records should be excluded, but that is based upon a conditional sum, which can't be put in the select statement, hence, the groups can still be seen in the Group Tree. I want to find a way to exclude the records or supress their Group Tree appearance. I don't think it's possible to do the latter, so... anybody have ideas for the former? When I try to use the Sum(Outage, Cct ID) in the select statement, I get the standard "Summary / Running Total field could not be created."
Like I said, my brain is bent on this one.
Notes:
The threshhold is the number of hours in a period (i.e. 1 month = 744 hours) multiplied by a value associated w/ a particular circuit, i.e., Cct A, w/ 1% threshhold, has to have more than 7.44 hours outages before it shows up.
One cct has a 1% outage threshhold, another may have 20% outage threshhold. The first cct may have 12 records, w/ outage totaling less than the 1% (7.44 hours) for the period -- those records (and cct) shouldn't show in the report.
The second circuit may have one (or more) tickets and if the total outage time is greater than the threshhold, the group, sub-group, and individual records should be available.
This is my brain:
This is my brain, on Crystal: :-D
This is my brain, on THIS REPORT: #$@#%$%^@#^@#$%@!&^^^*