cancel
Showing results for 
Search instead for 
Did you mean: 

Evaluation times

Former Member
0 Kudos

Hi,

Is it valid to use multiple evaluation times to reference multiple formulas, such as:

EvaluateAfter({1});

EvaluateAfter({2});

EvaluateAfter({3});

EvaluateAfter({4});

It's not giving me any errors, but at the moment, I'm not able to determine whether it's having the desired effect.

This is within a line suppress

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Matt,

I've never tried something like this however, my guess is it'll evaluate after formula #4.

If you truly want it in this sequence, I would suggest adding these evaluation times inside each of those formulas.

So, Formula #1 would have :

EvaluateAfter({2});

and so on..

-Abhilash

Answers (0)