cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

a table has two columns one for English language and one for french language if user is English then it should show English description if user is french then it should show french description then for that what i have to do if i use Conditional Statement then how can I make comparison In every table. If this two field i.e. English & French column so I need to Make logic for that.

Anyone can help me then most welcome.

Regards

Saurabh

0 Likes
View Entire Topic
yannmiquel
Participant

Hi,

If you can use the LOCALE of the users, then a calculation view with "Text join" can be a good option. Since you have one column for each language, you should do an union of these 2 in 1 column with a fixed input for the language (E or F) in a 2nd column.

Regards,

Yann