Hi,
Can anyone help me on this.
We are passing user names as CSV source file to Web Report in any of the format ( like it includes upper and lower case letter) and we are trying to match these users names with Database. Based on the match we have to perform some functionality. Here, the problem is database is designed as case sensitive. We tried with CAPITALIZE tag in webreports but it didnt work the way we expected.
For example the user names are in DB like V-TestM and V-ACC-DemoP. but we are passing the user names in webreport in different formats like v-testm,V-acc-demoP (these two coming from CSV file and I believe we have to convert these two user names as every first letter is in upper case followed by lower case letters i.e. V-TestM, V-ACC-DemoP so then we can match the user names with DB.
Thanks in advance.