Is it possible to import parameters at runtime in Crystal XI? I know you can import a static list of parameters, but I'd like to be able to decide at runtime what to import and it may be lengthy enough that I don't want to have to pick through thousands of field values to pick my parameters. In other words, suppose I maintain a lengthy list of project numbers in Excel or a text file. Can I use this file, at runtime, to populate a parameter that accepts multiple values? I'm thinking maybe this can be done via an array and file location but would like to know if anyone else has any ideas or even how to formulate an array for this to work. Thanks!