Forum Discussion

Semei770's avatar
Semei770
Copper Contributor
May 06, 2024

Help with code

  I have this code in oracle if (Income == "NULL") {0} else if (Emplid == Prior(Emplid) && Income != Prior(Income)) {1} else if (Emplid != Prior(Emplid) && Income != "Unreported") {1} else {0} ...

Resources