Conditional Style in Delivery Grid

SUGGESTED

I am trying to get certain fields to change colors when the quantity being shipped is less than the quantity ordered. I am comparing screen values to SO values. It doesn't link the delivery line back to the proper SO line, so my formula only works on single line orders. What am I doing wrong with my formula? V12

Parents
  • 0

    OK, I aborted my complex conditions and am just trying something basic to make sure I understand how it works. So, on the SOH4 (Sales Order Lines) grid  for status is not closed. I want the Pending lines to be red and the Closed lines to be normal black. As you can see, it turns the first line red regardless of the status, and doesn't turn any subsequent lines red. I have tried (NBLIG-1) and (nolign-1) and they both have the same result. Any other ideas?

Reply
  • 0

    OK, I aborted my complex conditions and am just trying something basic to make sure I understand how it works. So, on the SOH4 (Sales Order Lines) grid  for status is not closed. I want the Pending lines to be red and the Closed lines to be normal black. As you can see, it turns the first line red regardless of the status, and doesn't turn any subsequent lines red. I have tried (NBLIG-1) and (nolign-1) and they both have the same result. Any other ideas?

Children
  • 0 in reply to christycpa

    I feel like I am no help to you!!!!  Other ways I tried something like this is using (indice) instead of (nblig-1).  You could also try no line reference as you are not trying to associate to another line from another table. It should be as you stated - "simple".  Just remember to validate your sales order entry transaction after you make a change to verify it picked up the change.