Unknow logical operaters

Archive of postings to DataStageUsers@Oliver.com. This forum intended only as a reference and cannot be posted to.

Moderators: chulett, rschirm

Locked
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Unknow logical operaters

Post by admin »

Hello


I have to redefine a job, but i find same logical operaters that i dont know

If NumToNull0(Input.Tax) <=10 Then

what do the "<=10" ? the field "lt" is not definned.


Regards
Rui Soares
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

I have to redefine a job, but i find same logical operaters that i dont know

If NumToNull0(Input.Tax) <=10 Then

what do the "<=10" ? the field "lt" is not definned.


Regards
Rui Soares
admin
Posts: 8720
Joined: Sun Jan 12, 2003 11:26 pm

Post by admin »

> I have to redefine a job, but i find same logical operaters that i
> dont know If NumToNull0(Input.Tax) <=10 Then what do the "<=10"
> ? the field "lt" is not definned.

"<" is the HTML code for "
Locked