KalebsDad78
Technical User
Hello all...
I have a report I created and I'm having a problem with being able to select a formula to drill down the report into the data I want to see.
I have a formula "LateFlags" that is a number and "LateFlags_True" that is a string. Neither of these show up in the "Select Expert - Record" so I can get what I need in this report.
The "LateFlags" formula is:
if {Call_Types.descr}="*Life Emergency" and {@Response Time}>"00:08:59" and {Zones.descr} like "*(City of)" then 1 else
if {Call_Types.descr}="*Non Life Emergency P/1" and {@Response Time}>"00:10:59" and {Zones.descr} like "*(City of)"then 1 else
if {Call_Types.descr}="*Non Life Emergency P/2" and {@Response Time}>"00:15:59" and {Zones.descr} like "*(City of)"then 1 else
if {Call_Types.descr}="*Life Emergency" and {@Response Time}>"00:12:59" and {Zones.descr} like "*County" then 1 else
if {Call_Types.descr}="*Non Life Emergency P/1" and {@Response Time}>"00:15:59" and {Zones.descr} like "*County"then 1 else
if {Call_Types.descr}="*Non Life Emergency P/2" and {@Response Time}>"00:20:59" and {Zones.descr} like "*County"then 1 else 0
and the "LateFlags_True" formula is:
if {@LateFlags}=1 then "True"
I am wanting to basically be able to show records that have a "1" to show up in the report and those with a "0" to be filtered out.
I have tried multiple different formulas and ways to get this to show up in the selector.
I need someones expertise here.
Thanks
I have a report I created and I'm having a problem with being able to select a formula to drill down the report into the data I want to see.
I have a formula "LateFlags" that is a number and "LateFlags_True" that is a string. Neither of these show up in the "Select Expert - Record" so I can get what I need in this report.
The "LateFlags" formula is:
if {Call_Types.descr}="*Life Emergency" and {@Response Time}>"00:08:59" and {Zones.descr} like "*(City of)" then 1 else
if {Call_Types.descr}="*Non Life Emergency P/1" and {@Response Time}>"00:10:59" and {Zones.descr} like "*(City of)"then 1 else
if {Call_Types.descr}="*Non Life Emergency P/2" and {@Response Time}>"00:15:59" and {Zones.descr} like "*(City of)"then 1 else
if {Call_Types.descr}="*Life Emergency" and {@Response Time}>"00:12:59" and {Zones.descr} like "*County" then 1 else
if {Call_Types.descr}="*Non Life Emergency P/1" and {@Response Time}>"00:15:59" and {Zones.descr} like "*County"then 1 else
if {Call_Types.descr}="*Non Life Emergency P/2" and {@Response Time}>"00:20:59" and {Zones.descr} like "*County"then 1 else 0
and the "LateFlags_True" formula is:
if {@LateFlags}=1 then "True"
I am wanting to basically be able to show records that have a "1" to show up in the report and those with a "0" to be filtered out.
I have tried multiple different formulas and ways to get this to show up in the selector.
I need someones expertise here.
Thanks