Forum Discussion
GENERATESERIES() Excluding certain values
All,
I created a parameter table using the GENERATESERIES function as such:
The value is just not there at all. The negative version is there, -0.1260, but not positive 0.1260. Does anyone know why this may be occuring?
Thanks in advance.
Your parameter can have a maximum of 1000 discrete values. Your step resolution is too fine, resulting in sampling.
3 Replies
- lbendlinSuper User
Your parameter can have a maximum of 1000 discrete values. Your step resolution is too fine, resulting in sampling.
- amrshll123Regular Visitor
Is there a way to get a parameter table without that resolution issue? I tried to hardcode values from an excel but then you lose the ability to create a single value slicer.
- lbendlinSuper User
No, there is not. And think about it from an end user perspective. No user will want to scroll through 10000 values.
If you want to allow the user to enter their own values use the Filter Pane.