Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When is it best to use sum(if()) (or count() etc...) over Set Analysis in an object expression? Is there an advantage of one over the other as it relates to process speed?
Often the Set analysis is faster than the Sum(If(...)). However, to make a fair comparison you must compare five different cases:
My view is that alternative 4 or 5 are acceptably fast, but the three first constructions should be avoided.
HIC
Hi,
Kindly go though the attached file for clarification on each of the expression.
Regards,
Kaushik Solanki
Often the Set analysis is faster than the Sum(If(...)). However, to make a fair comparison you must compare five different cases:
My view is that alternative 4 or 5 are acceptably fast, but the three first constructions should be avoided.
HIC
Yes set analysis is the fastest way.
Thanks
This was really very helpful for me!
Regards,
Kuldeep