Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have an issue to settle.
I have already loaded data, now I want to create another field according to origin field.
if (origin = "paris" or "London" or berlin or ....) then create "origin europe" else (origin="texas" or "Seattle" or "new York" or "toronto...) then create "origin america" else create "origin Asia" end if
thanks for your help.