Forum Discussion
ChristianDGreat
Resolver I
3 years agoComplex Scoring
Hi everyone, I was thinking on solving this but I got stuck to the last part. So imagine you have this kind of table Order Number Order Number Line Status Date Qty AAA AA1 Booked ...
- 3 years ago
The score makes no sense as the quantity for AA2 is not the same (4 vs 2) so the top score should be 0.
See attached for the proposed implementation.
lbendlin
Super User
3 years agoThe score makes no sense as the quantity for AA2 is not the same (4 vs 2) so the top score should be 0.
See attached for the proposed implementation.
ChristianDGreat
Resolver I
3 years agoThanks for this but I figure it out.
Its using INSCOPE formula,
IF INSCOPE of the ORDER NUMBER compute with the Total, and if its in ORDER ITEM LINE it will compute by Order Item Line.
Thanks!