I have a data set with a known number of rows like this:
Name Value
Cutoff 1 20
Cutoff 2 25
Cutoff 3 30
Now I would like to get these values (20, 25, 30) into parameters (cutOff1, cutOff2, cutOff3) that I can use in expression builders in tables and crosstabs. Any ideas?