Hi everyone. I’m new to Glide and encountered a problem with data visualization.
I’m making forms in several tabs to gather data from a user and generate a score (using a math function) in each tab. The problem is displaying only the user’s latest score on a progress bar or a chart. When using the progress bar, it only shows the first score and doesn’t change in further responses. When using a chart, it adds up all a user’s scores from all attempts of form submission.
An additional question. How can I show the user’s latest and second latest scores in a tab to give the user a sense of improvement or decline in score?
I appreciate your assistance with this.