Trying to make a chart from changes to a list field

I have an app with followers, following, and subscribers. They are list fields of users on the user data thing. I’m trying to make a chart which shows changes to the count of each of these fields over time, by summing the list of users at specific time points.

I’ve been playing around with chart.js, but it seems to require a field type that is a numeric value vs just counting each entry in a field. Any help here? I’m guessing this is something someone has an easy fix for, but I’m not finding the right guide on the old trusty youtube.

Hi @ejack728,

You can try having a popup that is hidden, and in that popup you have a repeating group that has users, for example. And then in your Chart.js element you can call this repeating group and drilldown to the list of followers.

Hope this helps, it helped me in a similar situation.

This topic was automatically closed after 70 days. New replies are no longer allowed.