Hi Colleagues,
I would like to know if it is possible to trigger the recalculation automatically in a DS planning application without using a button.
Currently I use the following solution:
Bind a input-ready query to a crosstab. Build a "Recalculate" button near the crosstab, in the onClick event call Planning.recalculate(). So everytime after entering a new value in a field of the input-ready query, I click on the button and let all fields recalculated without saving the new value to the InfoProvider.
My question is:
Is it possible to do the recalculation without a button? (Enter a new value, recalculation triggered automatically and all fields get refreshed). Are there any scripting or SDK solutions for it?
Once I thought I could use the onChanged event of input fields to solve it. But the input-ready cells of the planning queries are not really the same as input fields and there is no onChanged event for them ...
Thanks a lot for your help in advance!
Best regards,
Bettina