I often read posts from the community to help me solving problems, but this time I can't find anything regarding my trouble. So I need your help.
I need to keep in set analysis the values from my set which are not null...
What I'm trying to do is to count late orders (the ones "opened" and odler than 14 days) for each department of my company , but I only have to count the ones for whom the field "PDM.NUMERO" is null.
To achieve that I tought to subtract from the whole the orders for whom the "PDM.NUMERO" equals 'something' (the difference should be the null ones)😂