Forum Discussion
Kerk
4 years agoFrequent Visitor
GENERATESERIES using 0.01 increments
Hello everyone, I am creating a table, which I will use to reference duration down to milliseconds. For this reason I am using Time = GENERATESERIES(0.01,1800,0.01) Eveything seems ok...
- 4 years ago
Hi Kerk
Please change the number of decimal places from "Auto" to 2.Kind regards,
Rohit
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 😊
NickolajJessen
Solution Sage
4 years agoLol, that's weird.
This work?
GenerateSeries = GENERATESERIES(0.01,1800,round(0.01,2))
Or
format column with only 2 decimals?
Or
format column with only 2 decimals?