bustercoder
Programmer
- Mar 13, 2007
- 96
Hello, I'm trying to Use an initial CASE statement, then if that condition is satisfied, go into the next CASE statement:
[DISC WARNING] = CASE ACTNUMBR_1 WHEN '4211' THEN (SOP10102.CRDTAMNT / 2)
CASE (SOP10102.CRDTAMNT / 2) <> 50.0 THEN (SOP10102.CRDTAMNT / 2) ELSE null END END
Can someone off a better approach, or maybe show me what I'm doing wrong for this approach?
Thanks,
Buster
[DISC WARNING] = CASE ACTNUMBR_1 WHEN '4211' THEN (SOP10102.CRDTAMNT / 2)
CASE (SOP10102.CRDTAMNT / 2) <> 50.0 THEN (SOP10102.CRDTAMNT / 2) ELSE null END END
Can someone off a better approach, or maybe show me what I'm doing wrong for this approach?
Thanks,
Buster