Hello All, Thank you for anyone that is willing to help.
Basically, i am trying to create a "complete" column but am having trouble. Can anyone notice any problems with this code?
that looks a little weird, so i thought i would enter it here too.
Complete: IIf([Job Category]='Employee' And [L00642 Emp] Is Not Null,[L00642 Emp],IIf([Job Category]='Employee' And [L00641 Mgr] Is Not Null,[L00641 Mgr],IIf([Job Category]='Student' And [L00644 Std] Is Not Null,[L00644 Std],IIf([Job Category]='Student' And [L00642 Emp] Is Not Null,[L00642 Emp],IIf([Job Category]='Manager' And [L00641 Mgr] Is Not Null And [3L00643] Is Not Null And [L00641 Mgr]>[3L00643 WBT],[L00641 Mgr],[3L00643 WBT])))))
Basically, i am trying to create a "complete" column but am having trouble. Can anyone notice any problems with this code?
PHP:
Complete: IIf([Job Category]='Employee' And [L00642 Emp] Is Not Null,[L00642 Emp],IIf([Job Category]='Employee' And [L00641 Mgr] Is Not Null,[L00641 Mgr],IIf([Job Category]='Student' And [L00644 Std] Is Not Null,[L00644 Std],IIf([Job Category]='Student' And [L00642 Emp] Is Not Null,[L00642 Emp],IIf([Job Category]='Manager' And [L00641 Mgr] Is Not Null And [3L00643] Is Not Null And [L00641 Mgr]>[3L00643 WBT],[L00641 Mgr],[3L00643 WBT])))))
that looks a little weird, so i thought i would enter it here too.
Complete: IIf([Job Category]='Employee' And [L00642 Emp] Is Not Null,[L00642 Emp],IIf([Job Category]='Employee' And [L00641 Mgr] Is Not Null,[L00641 Mgr],IIf([Job Category]='Student' And [L00644 Std] Is Not Null,[L00644 Std],IIf([Job Category]='Student' And [L00642 Emp] Is Not Null,[L00642 Emp],IIf([Job Category]='Manager' And [L00641 Mgr] Is Not Null And [3L00643] Is Not Null And [L00641 Mgr]>[3L00643 WBT],[L00641 Mgr],[3L00643 WBT])))))