Forum Discussion

kris_talikowski's avatar
kris_talikowski
Frequent Visitor
4 years ago
Solved

Parameter with multiple values

In paginated report. I have a parameter with multiple values people type in. When I say in array =Parameters!ReportParameter1.Value(0) it displays first value. I need to change hardcoded array to (1) to display the second value from parameter. Can I build an array that displays in rows all values people type in parameter? =Parameters!ReportParameter1.Value() does not work. Your help would be appreciated.

4 Replies

  • Thanks for your reply. By using join, I'm getting parameter values in one row like value 0, value 1, etc.

    What I'm looking for, is to populate a table or a matrix and have parameter values listed in rows.  One value per row.

    Regards

    Kris

      • kris_talikowski's avatar
        kris_talikowski
        Frequent Visitor

        This is a very helpful solution. Much appreciated. I still have some problems with populating in the table incremented by 1 values from the query dataset but this might be another issue.