Reply To: Second Index Value in Outputs (Simulation)

#12294
Dan Damelin
Keymaster

You can add a filter to many of the functions in CODAP. Here we can use that feature to find the first instance where the caseIndex (a special variable built into CODAP) is equal to 2. The formula would look like this:

first(output, caseIndex = 2)

Here’s an example doc showing that.