Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI Experts - I have 2 tables.. One of the "Name" in 1st table is CAP's and in another table it is in "Small Letters".. So when i try to build an list box .. it shows both the values(i.e., CAPS and Small Letter).. Kindly find the below screen shot... I need to see only one value.. Plz Help..
Attached qvw FYR..
Hi Bharani,
Please Use Capitalize Function:
=Capitalize(Name)
You will get the output as required.
Thanks,
Arvind Patil
Hi Bharani,
Please Use Capitalize Function:
=Capitalize(Name)
You will get the output as required.
Thanks,
Arvind Patil
TY! Just now i got that! U r Right!!
Hi,
You Can write if conditions in the script level.
Eg. If( Wildmatch(Name, 'ARUN','Arun'), 'Arun', Name) as NewName
Thanks
Thanks,
Arvind Patil
Use upper() and lower() functions in your script. so that you can convert your text data either in upper case or lower case format.
Eg:
Upper(Field_Name) as Field_Name