I am passing a comma delimited string of integers into my report and I want to use that list of integers in my record selection formula. Here's what I have for that formula...
({Projects.ProjectID} in Split({?ProjectIDList}, ","))
CR XI is giving me an error when I check the formula, which states, "A number range is required here.", and it highlights the Split function. Any suggestions? Thanks...
({Projects.ProjectID} in Split({?ProjectIDList}, ","))
CR XI is giving me an error when I check the formula, which states, "A number range is required here.", and it highlights the Split function. Any suggestions? Thanks...