You can create a summary of project statuses in Glide using a custom component. You just need to prepare:
- Table with if-then-else column for All Statuses, sample: in Case, IF A-Status is Not Started-THEN 1.
- Rollup column Sum of if-then-else column for All Statuses.
- Add AI Custom components, set Data Status with its respective Rollup column as in spoiler below:
- The appropriate prompts, gradually insert the following prompt into the custom component. the sample as below:
Prompt 1
Please create summary of projects status in numbers that shows Not Started, In Progress, Review, Completed based on data from Projects (sample) data tablePrompt 2
please set Not Started and In Progress fits into same linePrompt 3
for the next line please set Review and Completed fits into same linePrompt 4
please center the data of Not Started, Make it BoldPrompt 5
make Not Started data flash redPrompt 6
please center the data of In Progress, Make it BoldPrompt 7
make In Progress data flash amberPrompt 8
please center the data of Review, Make it BoldPrompt 9
please center the data of Completed, Make it BoldPrompt 10
Please center "Project Status Summary" and underline itPrompt 11
please enable double tap to zoom on all StatusPrompt 12
please enable pinch zoom on all Status, use double tap to back to defaultPrompt 13
please enable double tap to zoom on all Status alsoSince this is my first summary custom component, I copied all prompts as “If it’s running, don’t touch it!” Please let me know if you have any feedback.