i have 2 fields: birth day and birth month, i am try to create a birthday card that shows all birthdays on it.
how?
Just curious, are you running a Beastmode, or using Workbench (either a transform or query)?
Try updating the last formatting clause in your Concat string as '%m/%d/%Y' vs '%m%d%Y' (notice the backslashes).
Hope this helps!
i created the following calculated field to show in a table and get a msg "could not be loaded, please try again"
STR_TO_DATE(CONCAT(`birthMonth:number`,'/',`birthDay:number`,'/', YEAR(CURRENT_DATE())), '%m%d%Y')