Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
name of fields is A1,,B2,C3 IN FRONT END WANT SEE LIKE A OR B OR C OR 1,2,3
Hi prabhas,
A1,B2,C3 ARE field names ?
t1:
A1
B2
C3
FROM SALES.XLSX
NOW U WANT TO DISPLAY A1 AS A AND B1 AS B AND C3 AS C IN FRONT END RIGHT ?
Then rename your fields in script as suggested by Robert below
use alias name
or
input field and change it in front end how u want like a or 1
Hi manojqlik
Alias is fine but,
By using input field we can change the values only in the list box. but my aim is change the field names .so as of my knowledge it is not possible.
Regards
prabhas