I have trouble exporting date and time to excel

I set an app with a date and time column, but I need put it uneditable, when I do it, in the app show it right, not editable, but when I see in excel there is not there, the date and time row is empty.
When I put that items as editable, excel show them normally.
What I must to do for put it uneditable in the app and show it in excel?

My apologies for my bad english

Solved Solved
0 5 192
1 ACCEPTED SOLUTION

Are you intending for these date and time columns to be auto-filled by some expression? Perhaps you can try to enter FALSE in as the editable_if expression.

View solution in original post

5 REPLIES 5

Are you intending for these date and time columns to be auto-filled by some expression? Perhaps you can try to enter FALSE in as the editable_if expression.

Iโ€™m soooo thankfull with you, your advice solved my trouble. Thankyou!!!

Steve
Platinum 4
Platinum 4

How did you make it uneditable?

There are a check point identified as โ€œeditable?โ€ in each line

If a columnโ€™s Editable? setting is off, the app cannot make any changes to the columnโ€™s value. If you want the app to give the column a value but prevent the user from setting its value, set Editable? to the expression, FALSE.

Top Labels in this Space