I have a window application, where I allow user to configure the pivot table configuration and save it as a file.
I reads the config from the file using web application and renders the pivot table.
Here in the window application I implemented a widget to add the calculated values,
I need an API to validate the entered calculated value is correct or not.
Suggest solution for this.
Hello Vignesh,
Thank you for reaching out to us.
We want to explain that Flexmonster does not have a dedicated API specifically for validating calculated values. However, you are free to implement the logic of checking if the formula is valid on your side. The idea is to check the user input based on the following conditions:
The described approach should help you validate the calculated values the user enters.
Please let us know if it works for you. Looking forward to hearing from you.
Kind regards,
Nadia