Skip to content
Loading
How to get label text from table reference on database base  
 
Here i need to get label on view create from table reference not static field name
Sample data for ReferenceTable
  1. Code  TableName  FieldName    EnglishtextforLabel   
  2. 1      Employee  EmployeeId          Code  
  3. 2      Employee  EmployeeName        Name          
  4. 3      Employee  EmployeeAge         Age  
 
As reference table above sample labels on view create must be Give me the Result below:
 
Code
Name
Age
 

3 Replies

Know the answer? Post it — somebody with the same question will find it here.