Hi,
I have updated the DOB on the backend (Postgresql Database) and I can see the changes when running the "select" query on the database, but this change not reflecting on the ODK Aggregate front end web interface, as well exported CSV. Can you please help me with this?
Thanks,
Karthik
Sounds like you are not making the change in all the necessary places. Start at https://github.com/getodk/getodk/wiki/Aggregate-Database-Structure and make sure you've been thorough in your changes.
Thanks @yanokwa, there was one more DOB relevant column called "DOB_RAW" in the table, I have changed there as well, then it reflected in the front end.
Thanks a lot for the prompt response.
Regards, Karthik
1 Like