Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
sridhar_sigired
Creator
Creator

Incorrect Total showing for one expression

Hi,

Please find the attachment for reference. There is simple data related to Call center, a call can be responded, disconnected or IVR disconnect (any one can be possible), when call center has holiday responded+disconnected will be zero, but may be IVR disconnect can have value (customer may call without knowing about holiday and got disconnected in IVR).

Now at these kind cases, i have created one extra field.

If(Aggr(Sum (RespondedCall)+Sum (DisconnetCall),Date)=0, 0, Sum([IVR DisconnetCall]))

For this Total is showing incorrectly, can you please see this and help me.

Thanks.

1 Solution

Accepted Solutions
antoniotiman
Master III
Master III

Hi,

try

Sum(Aggr(If(Sum (RespondedCall)+Sum (DisconnetCall) <> 0,Sum([IVR DisconnetCall])),Date))

Regards,

Antonio

View solution in original post

1 Reply
antoniotiman
Master III
Master III

Hi,

try

Sum(Aggr(If(Sum (RespondedCall)+Sum (DisconnetCall) <> 0,Sum([IVR DisconnetCall])),Date))

Regards,

Antonio