Hi,
I've made a multi-page form with a link to a database. This all works fine. I receive emails and the records get saved. However, I have got two problems with the way chronoforms saves the input.
1. Date format.
The date gets stored like this: 2010-09-22 - 15:17:13
I need to get rid of the dash (-) for excel to understand that it's a date. This is important for my formulas in the sheet I copy these in. My form gets thousands of records every month so it is an enormous task to edit every line manually.
Is there a way to code it so the dash isn't created?
2. Currency format.
I tried different column types like: varchar(255) and decimal but both dont completely work.
Varchar(255) doesn't get stored as a number and Decimal seems to round the numbers up to a whole number instead of a decimal number. Really weird because my understanding is that the Decimal column type is especially meant for this.
Does anyone know how to fix this?
Any help would be much appreciated.
Greetings,
Timka
I've made a multi-page form with a link to a database. This all works fine. I receive emails and the records get saved. However, I have got two problems with the way chronoforms saves the input.
1. Date format.
The date gets stored like this: 2010-09-22 - 15:17:13
I need to get rid of the dash (-) for excel to understand that it's a date. This is important for my formulas in the sheet I copy these in. My form gets thousands of records every month so it is an enormous task to edit every line manually.
Is there a way to code it so the dash isn't created?
2. Currency format.
I tried different column types like: varchar(255) and decimal but both dont completely work.
Varchar(255) doesn't get stored as a number and Decimal seems to round the numbers up to a whole number instead of a decimal number. Really weird because my understanding is that the Decimal column type is especially meant for this.
Does anyone know how to fix this?
Any help would be much appreciated.
Greetings,
Timka