Overview table - error
Hello,
This is my calculation for a table
but the date of birth and the phone number aren't formatted correctly. Can you help?
-
Date issue: You must format the date:
moment(@Date of birth).tz("Europe/Berlin").format("MM/DD/YYY").
That returns the date as 12/12/1940. You can format the date as you like it.
"Europe/Berlin" is my timezone. You have to replace it with your timezone.
Phone number:
@Phone number.map(function (obj) { return obj.value}).join()
For both issues you find many posts and comments in this forum :) -
Thank you Rainer Grabowski
-
Rainer Grabowski this seems to work for some items but not for others? Any ideas?
-
Rainer Grabowski I have tried EVERYTHING but still can't figure this out please help!
If the email address field is empty, the whole overview table doesn't work. I keep getting the error message "Cannot red property 'map' of null". If the email address field isn't empty, it does work.
Please sign in to leave a comment.
Comments
4 comments