Calculated value question

  • 8 February 2019
  • 2 replies
  • 1 view

Badge +2

Is there a way to force a recalc via JavaScript?  

 

Background info:  I'm using JS to select an item from a list lookup if the user checks a box on the form (to save them having to scroll through and find it).  All of that works great but I have a calculated value that uses the selected item in the lookup and it doesn't recalc after the JS function selects the item.   For some reason it isn't seeing the change in the lookup.


2 replies

Badge +17

@MarkX Just something to check. Have you the setup "recalculate formula in ____ mode" options on the calculated control. 

 

This should enable the control to reset when a new value is present. Any screenshots or an export could help as well. 

Badge +2
My solution was to just perform the calculation in JavaScript.

Reply