I am running my SQL quesry and output result is
Order Stage
123 NC
123 <NULL>
123 Completed
So I need to count how many different stages my order has.
NC-1
<NULL>-1
Completed-1
But value <NULL> doesnt get read somehow by CR9.
Is there way around?
I need to count everything that is not Completed so <NULL> and NC will have to be 2.
Thanks
Order Stage
123 NC
123 <NULL>
123 Completed
So I need to count how many different stages my order has.
NC-1
<NULL>-1
Completed-1
But value <NULL> doesnt get read somehow by CR9.
Is there way around?
I need to count everything that is not Completed so <NULL> and NC will have to be 2.
Thanks