Dear Experts,
Can we allow user to enter data in excel in scaled format like lacs, 1000's or millions without disturbing the backend.
For example , user input 10 in input form , but actually it is in millions, so the data in backend will be saved as 10,000,000.
I know we can achieve this by reference cell some in extreme right and applying save some excel logic and save data using EPMSaveData function, but is there any way other than this??
Regards