Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Can anyone know how to set the first Total column's value to zero?
And I also don't know why the Total column's value is '-'.
The expression as follow:
Please help to solve the problem.
Thanks too much
Going
There are many issues here, but the reason you get - in the total is because [Static Field1] has both Open and Close as possible values, and therefore calling the field without an aggregation function returns null().
Could you not simplify this whole expression to simply
Count({$<OB_Call_Flag={'Yes'}>}[OB Call Id])
Then you format the expression on the "Number"-tab of the charts properties box.
try dimesionality()
like
if ( dimesionality()=0,0,expression)
or
if ( secondarydimesionality()=0,0,expression)
hope this helps
Hi ,
Thanks for your reply.
But follow your advice, it also doesn't work.
Best regards,
Going
presentation->Null symbol and missing symbol place 0 inplace of -
hope this helps
Hi chauhans85,
Follow your advice, the Total column's value is zero.
But when the "no answer", "busy" ... columns have values(not zero), the Total column should show the sum number, not zero.
Hope you understand.
I suspect this is a combination of issues.
Replace the dimension [Static Field1] with [OB.Task.Task Indicator] and [Static Field2] with [OB.Call.Activity.Status] and use the expression I suggested.
Hi all,
Can anyone help me? Thanks too much in advance.