elansienna
Technical User
Hello All,
I’m trying to do something similar to thread 767-1342545 where I am also counting certain records twice. I found this thread very useful in constructing the formulas.
My formulas read as follows:
@New
if {TABLE.OPEN_TIME} in Minimum({?Date}) to Maximum({?Date}) then 1
@Closed
if {TABLE.STATUS}="closed" then
1
@Open
if {TABLE.STATUS}="open" and {Table.OPEN_TIME} = Maximum({?Date}) then
1
This is a report (driven by date param) where I need to count the number of "new" (tickets created in the date parameter range), "closed" (tickets that were closed in the date parameter range) and "open" (tickets that were open on the last day of the date parameter range).
My problem is that I'm using a chart to show the totals, but can't seem to get the totals to show (no chart shows). I selected "for all records" and sum each formula in the show values field. I even selected "for each record" with the fomulas in the show values field, but it does not allow you to summarize the formula.
I don't know what to do at this point. I'd appreciate any suggestions. Thanks.
I’m trying to do something similar to thread 767-1342545 where I am also counting certain records twice. I found this thread very useful in constructing the formulas.
My formulas read as follows:
@New
if {TABLE.OPEN_TIME} in Minimum({?Date}) to Maximum({?Date}) then 1
@Closed
if {TABLE.STATUS}="closed" then
1
@Open
if {TABLE.STATUS}="open" and {Table.OPEN_TIME} = Maximum({?Date}) then
1
This is a report (driven by date param) where I need to count the number of "new" (tickets created in the date parameter range), "closed" (tickets that were closed in the date parameter range) and "open" (tickets that were open on the last day of the date parameter range).
My problem is that I'm using a chart to show the totals, but can't seem to get the totals to show (no chart shows). I selected "for all records" and sum each formula in the show values field. I even selected "for each record" with the fomulas in the show values field, but it does not allow you to summarize the formula.
I don't know what to do at this point. I'd appreciate any suggestions. Thanks.