Hello guys,
I am starting to explore the beautiful world of time series analysis.
I have a small test dataset with daily observations on sales data from 01/12/2021 (dec 1st 2021) to March 6th 2022.
I already used the TS filler to complete the dates I am missing.
However, when trying to use the TS plot with target frequency "daily" to plot a simple time series plot, the following error occurs:
TS Plot (19) TS Plot: Error in `$<-.data.frame`(`*tmp*`, "year", value = c(1L, 1L, 1L, 1L, 1L, :
TS Plot (19) TS Plot: Execution halted
TS Plot (19) TS Plot: The input configuration is invalid: This connection only accepts a single input.
I am puzzled.
Anybody would be so kind to help?
Thanks a lot!
Mario
Solved! Go to Solution.
Hey @MarioAA,
That is very strange, if you right click on the TSPlot tool in the tool bar and open the example, does the example work. If it does, I would assume it must be a data problem with your data set, would you be able to share an example data set which causes the issue?
I am guessing you also filled the missing data from missing dates, right?
I am afraid I did not... and null values where exactly why I had the issue with TS plot!
Thanks a lot Gabriel!
Mario