Hi i have
t1:
load
id
entry
from xl...
here i have used entry in chart level
and now my req is i want create one more field like
inputfield new_entry;
t2:
load *
' ' as new_entry
resident t1;
drop table t1;
and i am giving user to enter the data in new_entry if he wish to enter the data in new entry then instead of 'ENTRY' I NEED TO TAKE INPUT FROM 'NEW_ENTRY' if he is not giving any input then i need to take data from ENTRY ONLY ?
how to write condition for this ?