Forum Discussion
ChristianDGreat
3 years agoResolver I
Complex 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
3 years agoSuper User
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.
- ChristianDGreat3 years agoResolver I
Thanks 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!