My Team Work

Pedro33
Tera Contributor

I have two questions:
1) In "My Team Work," when I search for "Closed Completed," three different states appear: Close, Closed Completed, and On Hold. Can someone explain why this happens?

Pedro33_0-1755011550893.png


2) In "My Team Work," when searching for "On Hold," it still appears no records display even if there are incidents actually in the "On Hold" state. Can someone explain why this happens?

Pedro33_1-1755011671280.png

 



1 ACCEPTED SOLUTION

@Pedro33 Ok, let me try to explain it differently:


Because it's the parent Task table that has many Child ones... and the values might be different and grouping the records by state it applies on the parent not child...

 

Look at the State value 3:

  • Task > Closed Complete
  • Incident > On Hold

GlideFather_0-1755526174814.png

 

But the Task table doesn't know the On Hold state at all:

GlideFather_1-1755526290675.png

 

So that's why it cannot display it as it's a Task table, not incident... if you apply the very same conditions on the Incident table then you will get that records...

 

Does it make sense now?

 

 

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


View solution in original post

8 REPLIES 8

GlideFather
Tera Patron

Hi @Pedro33 

 

Closed Complete is not Incident's state.... so it seems that it's from Task table (parent) and the state values might be different, you should also group by Class or any other type of the tickets

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


@Pedro33 the second screenshot's condition is "State is (empty)", so it might be due to the different state values in different Task types (INC vs RITM vs PRB etc).

 

Go to the query from the first screenshot and click the chevrons to expand the groupings to get an idea about what records are there

———
/* If my response wasn’t a total disaster ↙️ drop a Kudos or Accept as Solution ↘️ Cheers! */


On second screenshot, the query should be 'state in 'On Hold'' instead of 'state in (empty)' right?
I understand that are different task types and each has different states but should appear the state.

In the second screenshot, it should apppear on the query 'State in On Hold' and not empty right?
I understand that are different task types and each task have different states but should appear something right?