Hello,
I'm trying to create a view to display all the "in progress" tasks. I want to display both tasks and calls.
So my query is:
( (type of activity = task) AND (status = in progress) ) OR ( (type of activity = call) AND (status = planned) )
The problem is when I go to the activity view and I try to add the criteria, there is no "planned" value for the field "status".
But when I go to the activity list, I can see the calls and some of them have a status of "planned"...
Could you please tell me why and help me fix this problem?
Thanks