Jump to content

I am getting this runtime error in my dashboard please help me.


Jayakrishnan AP

Recommended Posts

TIBCO Enterprise Runtime for R returned an error (21)

The data function 'Evolution' could not be executed.

Error in aggregate.data.frame(x, ...) : no rows to aggregate

eval(script, envir = .GlobalEnv)

eval(script, envir = .GlobalEnv)

withCallingHandlers({

aggregate(dfin$"volume", by = list(month = dfin$date), FUN = function(x) sum(x,

aggregate.default(dfin$"volume", by = list(month = dfin$date),

aggregate.data.frame(x, ...)

stop("no rows to aggregate")

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...