Divide an int value by 100

Hi Radzen team

i want to insert an int value and before storing it in the base i want to divide it on 100 comment i can do it

Thanks

Just write ${intValue / 100}. Are you using a form to store it in the database?

can you show me with radzen tools how I do it?

How are you storing it in the database? Using a form, just calling the method with a button or how?