HELLO
I have feilds like loan.disb_agent-code, loan.lender_sk.
selection : select those records
if loan.disb_agent-code not = loan.lender_sk
and (NULL OR SPACES)
I dint understand that condition.
I was put conditon as, in record selection formula
loan.disb_agent_code<>loan.lender_sk
and
loan.disb-agent-code="NULL"
OR
loan.disb_agent-code="SPACES" ITS NOT WORKING.
I was tried with Isnull(loan>disb-agent_code) its also not working. DO i need any changes more........
I have feilds like loan.disb_agent-code, loan.lender_sk.
selection : select those records
if loan.disb_agent-code not = loan.lender_sk
and (NULL OR SPACES)
I dint understand that condition.
I was put conditon as, in record selection formula
loan.disb_agent_code<>loan.lender_sk
and
loan.disb-agent-code="NULL"
OR
loan.disb_agent-code="SPACES" ITS NOT WORKING.
I was tried with Isnull(loan>disb-agent_code) its also not working. DO i need any changes more........