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

Reporting on multiple tables

vobys
Kilo Explorer

Hi,

I would like to have a chart report that accumulates number of request and number of incident assigned to the same group.

First, is it possible ?

If yes, how can I do it ?

Thanks for your help.

1 ACCEPTED SOLUTION

Deepak Ingale1
Mega Sage

Do the reporting on task table and in the filter condition, add filter criteria


task.type = incident or task.type = sc_request


View solution in original post

2 REPLIES 2

Deepak Ingale1
Mega Sage

Do the reporting on task table and in the filter condition, add filter criteria


task.type = incident or task.type = sc_request


Thanks, it works perferctly