Forum Discussion
Anonymous
5 years agoNot applicable
Generate Series input value
Hi Expert I have a strange situation Generate a series Ventana = GENERATESERIES(0, 9999, 1) I want the user put the input value and then get the value and do some calculations. The problem ...
- 5 years ago
You have fallen victim to the sampling monster.
Nothing you can do about it - except for using (much) smaller ranges or larger interval steps.
lbendlin
5 years agoSuper User
You still see the "I" warning even with 1000 at step 1
Change the step to 5
It's not a bug, it's a feature. Seriously - there is no way the visual can cram 1000 data points onto your screen. Not enough pixels.
Anonymous
5 years agoNot applicable
Thanks for all the explanation
But how would be to create a INPUT VALUE and give the user these options an posibility ?