- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 05:08 AM
Using Database View i need to create a report for case ,time worked and time card .
How to do that?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 05:19 AM
Hi @devservicenow k ,
Refer below article it will helps you.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 05:19 AM
Hi @devservicenow k ,
Refer below article it will helps you.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 06:09 AM
Hi @devservicenow k ,
You can use the Task type field as Case to get the case data on report.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2022 07:19 AM
Hi @devservicenow k ,
if you are looking for the report from the time card(time_card) table and need only case and case task data.
On Task table Task Type field which indicates the case, casetask, incident, workorder, problem, etc..
we can filter data based the Tasktype.
Refer below conditions on the report.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar