Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

using if statement on the behalf of set analysis

Hi

I have two table one is language which contain only one language column and other one is translation table which contain 5 column 1st is No which contain code and other column is langauges which are contain the data  which i want to convert when I select any language.

For these purpose i m using "(= Only({<No={59}>} [$(=DataLanguage)])" this .

I just want to convert it into a if else statement.

Thanks in Advance

2 Replies
vijay_iitkgp
Partner - Specialist
Partner - Specialist

Hi,

It  cd be If(NO=59,DataLanguage)

Not applicable
Author

sorry bt it will not work ,I think u did not get my problem properly

according to the No column i want  to fetch the value according to that value in diffrenet language