Jump to content

I have a problem with a data function, it's a pretty simple R script: a <- b where b is marked rows in specific table. The problem is that this function is on "refresh automatically" and when there isn't anything selected, it throw an error.


Bastien Groot

Recommended Posts

The error I get is this:

TIBCO Enterprise Runtime for R returned an error

The data function 'triggerOnMarking' could not be executed.

Error in withCallingHandlers({

  if (!is.null(b)) {

    a <- b

 : object 'b' not found

  eval(script, envir = .GlobalEnv)

  eval(script, envir = .GlobalEnv)

  withCallingHandlers({

I forgot to mention: b is actually a string, because I only get one cell (the first marked) that I need.

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...