Forum Discussion
samdthompson
6 years agoMemorable Member
GENERATESERIES with dynamic EndValue
Hello, I have multiple paramterers I want people to be able to change which act as weigthings for a series of measures, but never add to more than 1. I want to make something along the lines of: ...
- 6 years ago
Correct. Is there a way to do that?
AlB
6 years agoCommunity Champion
Hi samdthompson
Can you try to explain a bit more what you need? I don't quite get it. An example based on your data would be useful.
- samdthompson6 years agoMemorable Member
The first parameter is made with GENERATESERIES(0, 1, .05)
The second and subsequent need to be made with the EndValue being 1-sum of the selected values of the previous generated series.
- v-eachen-msft6 years agoCommunity Support
Hi samdthompson ,
I think you want to create parameters by previous value automitically. Is it right?
- samdthompson6 years agoMemorable Member
Correct. Is there a way to do that?