MY ISSUE is ADL Value is shown for example -153K I want to create condition not just that -152K > -153K (this would be the min Value increase for ADL[0] to be greater than ADL[1]
I want to know when ADL[0] Value is -151K or a min of 2K higher - so I wrote condition as: ADL[0] -2000 >= ADL[1] (I used arithmetic as the offset Property)
WHICH AS YOU KNOW DID NOT WORK - so what should I be doing different to accomplish this
Thanks

Comment