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 Westi 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: *

  1. jpsowers

    Parse CSV string into numeric array

    Thanks TB but the CSV is a string and that give you a 'A numeric value is required here' error.
  2. jpsowers

    Parse CSV string into numeric array

    Thanks Vidru, That gives me a true/false evaluation, but I need each value out of the csv to pass forward and use in the filter of the report. Do you have any ideas for that? Also, I am not sure about using the multivalue parameter, we are using the Java SDK and this variable length string is...
  3. jpsowers

    Parse CSV string into numeric array

    I have a CR 8.5 report that accepts a string as a parameter. The string will be a comma seperated list of numbers (1,3,5,1,46,etc). I need to use these numbers in an 'IN' selection. {numeric_field_name} in {?CSVStringParameter} I have tried something like: {numeric_field_name} in...

Part and Inventory Search

Back
Top