Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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