The CreatorCon Call for Content is officially open! Get started here.

Report is not showing complete data from a field.

snow_beginner
Mega Guru

Hi,

 

So in our instance we have the ability to escalate an incident. If you raise an incident after a week, you can escalate it using the UI action 'Escalate'. When you click 'Escalate' a pop up opens asking for a reason for escalation. You can choose from a dropdown list why you are escalating. See picture below:

picture-1.png

When you submit this, an escalation task is created. Which ever reason you select from the list, gets captured on a field called 'u_escalation_reason' on the incident_task table.

 

There is a report that looks into all the incidents which have been escalated in the past 12 months and when you run it, it shows that data but it does not show the reason you have selected for the escalation. This escalation reason field came to around May 2023 and up until December it does show the reason you have selected on the graph, but in January, it does not show the reason for escalation. It only show the number escalated and the reason seems to be empty on the report.  In the 2 pictures below you can see that in october it is showing the reason for escalation whereas in January it is just showing empty.

 

picture-3.png

🙂 shows the reason for escalation captured

 

picture-4.png

😞 shows that the reason is not captured and is showing as empty. Even though it was selected to be customer impacting all 3 times by me in testing. 

 

The field 'Reason for Escalation' is mandatory when you escalate an incident and you can't leave it blank so it really should not show empty. 

 

Here is the report and I am wondering if there is a filter problem.

 

pic-5.png

 

I did replicate this report in dev and ran it, only changed the opened on to this month and it showed the 3 escalation like before in the graph but it was again empty. How can I fix this?

 

Many thanks!

1 ACCEPTED SOLUTION

When you were showing the list view of the incident tasks, in the filters you have a filter called Incidet Reason for Escalation = (empty). This is something interestng, it means that the reason for escalation field used in the list filter is taken from the incident record, not the incident task.

Also on your report preview, you have a field called Incident Escalation Reason - where is that coming from?

--
See more of my content here.

View solution in original post

8 REPLIES 8

Hmm... It also looks like there is a reason for escalation field on the incident record, not only incident task. Is it possible that they are out of sync?

--
See more of my content here.

where is that info? I can only see reason for escalation on the incident_task table. On the incident table, its not there. Pictures of the forms below:

incident form

pic-10.png

 

incident_task form

pic-11.png

 

When you were showing the list view of the incident tasks, in the filters you have a filter called Incidet Reason for Escalation = (empty). This is something interestng, it means that the reason for escalation field used in the list filter is taken from the incident record, not the incident task.

Also on your report preview, you have a field called Incident Escalation Reason - where is that coming from?

--
See more of my content here.

Thanks for pointing that out. That was the issue.