Hi,
I want to design a perspective view that includes a Calculate button and several input parameters required for performing a calculation.
When the user clicks the Calculate button, the system runs the calculation and binds the results to a table component.
If the user changes the parameters and clicks Calculate again, a new instance of the results table should be created
so the user can compare multiple calculation outputs side‑by‑side. The user should be able to generate any number of result instances.
What is the best approach to implement this behavior?
Any suggestions would be appreciated.