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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: rptg
  • Content: Threads
  • Order by date
  1. rptg

    parameter number value to text in Select Expert

    Parameter number value needs to be converted to text within Select Expert: (if {?Read_Route} = '*' then {CSS_UTIL_ENVRNMT.READ_ROUTE} = {CSS_UTIL_ENVRNMT.READ_ROUTE} else {CSS_UTIL_ENVRNMT.READ_ROUTE} = {?Read_Route}) Above returns error message that “A string is required here”
  2. rptg

    Display number parameter as text value in Formula

    The Formula below contains a number parameter field that needs to function as a text value: Stringvar s:=""; //a string to accumulate the parameter values Numbervar i; // to use a counter For i := 1 to count({?Read_Route}) step 1 do s:=s + ", "+({?Read_Route}) [i]; ProperCase(s) [3 to...

Part and Inventory Search

Back
Top