Hi, I know we can track the user view count of dashboards by writing SQL, now I wonder is there any way we can track the user view count of questions. We need to know which question is popular rather than the dashboard.
Now I am using free open source, I checked the Metabase Metadata SQL , but did not find the query could fit the requirement, could you kindly share with me the query?
Thanks a lot!
yes, I use /* which dashboards has a user viewed */ this query to see the dashboard activity, and I also want to see the question activity, but I could not find suitable query.