How to create and line in same chart bar

Alessa
Mega Guru

Hello dear community, I need help:

 

How can I recreate the yellow line (see the picture) so that the yellow line shows, for example, the average number of tasks for a given user?

 

find_real_file.png

I hope you can help me. Thanks in advance

1 ACCEPTED SOLUTION

AndersBGS
Tera Patron
Tera Patron

Hi Alessa,

You can create your first report on the sc_task table utilizing the filter:

Assigned_to is firstname_lastname

Then add an additional dataset from the report builder top right cornor:

find_real_file.png

and press "Add dataset:

find_real_file.png

if my answer have helped you in achieving your goal, please mark my answer as helpful or correct answer.

Best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

View solution in original post

5 REPLIES 5

Praveen V R
Tera Contributor

 

Create dataset option can be used to get the line in the graph. (add an additional data set to a report)

You can follow the steps listed in this

https://docs.servicenow.com/bundle/sandiego-now-intelligence/page/use/reporting/task/t_AddAnAddition...

 

Thank you very much!

AndersBGS
Tera Patron
Tera Patron

Hi Alessa,

You can create your first report on the sc_task table utilizing the filter:

Assigned_to is firstname_lastname

Then add an additional dataset from the report builder top right cornor:

find_real_file.png

and press "Add dataset:

find_real_file.png

if my answer have helped you in achieving your goal, please mark my answer as helpful or correct answer.

Best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

I know this post is old but this guide was extremely helpful, thank you!