Skip to main content
Nintex Community Menu Bar

Calculated value question

  • February 8, 2019
  • 2 replies
  • 22 views

Forum|alt.badge.img+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

Forum|alt.badge.img+17
  • February 8, 2019

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


Forum|alt.badge.img+2
  • Author
  • February 21, 2019
My solution was to just perform the calculation in JavaScript.