Skip to main content

I have the PQL query as follows:

 

image.png 

it returns:

 

image 

How can i amend my query to remove the '0' counts for processes that do not have any rework on them?

 

Thanks

Hello Daniel,

 

Apply Component filter CALC_REWORK()>0 to filter out all the 0 counts.


Like this?

 

image


Use the same Calc_reowrk which you have created for the component filter.


Reply