Skip to main content
Participant
July 2, 2016
Question

Creating Calculations and Variable Functions

  • July 2, 2016
  • 1 reply
  • 371 views

I am creating a calculator in captivate for a finance project and I am getting some rounding errors. Is there a way to get the calculations to round out to 4 decimal places?

This topic has been closed for replies.

1 reply

Lilybiri
Legend
July 2, 2016

In that case you need to combine the advanced actions with JavaScript. JS will allow to round results and to define the number of decimal places, Captivate cannot do that with advanced actions only.

Participant
July 5, 2016

I'm new to this. Do you know of any tutorials on how to do this with JavaScript?

Lilybiri
Legend
July 5, 2016

There are plenty of tutorials around about JavaScript. As for getting the results into Captivate, have a look at this Help documentation:

Common JS interface