You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

need the translate table where we can get the state column

Summary: We have tried to apply the translate column from the associate table

Content (please ensure you mask any confidential information):

we wanted to include the translate where the langauge is 'US'


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

using the syntax as follows:

(CASEWHEN hl.country IN ('CN') THEN hl.REGION_2WHEN hl.country IN ('AR','PY','CR','PA') THEN hl.REGION_3WHEN hl.country IN ('UY') THEN hl.town_or_cityELSE nvl(hl.REGION_2,nvl(hl.REGION_3,hl.town_or_city))END)hr_locations hl

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!