Hello Xano Community,
I am currently engaged in a project that involves integrating a progress bar into my application, which will display to users the percentage completion of their profile based on the fields they have filled out. The goal is to calculate the percentage of filled fields in a table. I want to count all the fields that are either empty or set to 'null' and then return a boolean value to ultimately calculate a percentage value to send back to the frontend.
I understand that I can create an object for each field and use a 'null' or empty filter to get a boolean value, but I'm struggling to calculate the cumulative total of these.
Any advice or guidance would be greatly appreciated. I look forward to your suggestions and tips to overcome this challenge.
Thank you in advance!