Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
mikael_cleuziou
Partner - Contributor III
Partner - Contributor III

Multiple selections without calculation then validation

Hello,

What is the best practice to make different selections in different fields without calculation and refreshing graphs.

And then validate for calculation.

Objective is to calculate just one time and not each time for each selection.

Best regards,

MC

1 Reply
marcus_sommer

You could chained your objects with a condition that only if the variable vCalculation = true it will be calculated. This variable could you trigger with a button or a textbox (true/false).

- Marcus