Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ToUpper - sorry, another newbie question

Status
Not open for further replies.

IvySkye

Technical User
Dec 28, 2006
10
0
0
US
How do I set the method of ToUpper on a field before it is analyzed by the WHERE clause?

For example, in Maximo we have the CrewID field. Although it is a select value field, people can simply type in the shift and save the record. I may have a shift written in a dozen different ways (SHIFT 1, Shift 1, shift 1, etc.) In Crystal I set the field uppercase and solved the problem, I can't figure out how to do it in ERDPro.

Thanks in advance.
 
Do you want a parameter to be converted to uppercase?
Is this coming from a request page? (Maximo version 5.x)

Or are they typing in the value in the application? and then running the report for selected records etc.

Wes
 
My suggestion would be

Create a computed field called (say) MyCrewId in the column name block (Type in MyCrewId).
Then in the formula block, type UPPER(Server.dbname.table.field)
How much of that you type in depends on the way your actuate is set up.

Verify the Sql (click the SQL button in the menu bar, select Verify SQL). If it verifies, that should work
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top