In order to make a line graph in the dashboard showing the cumulative number of corona cases, I need to create a hidden field in my Survey which automatically counts the numers of records. Is there a way of doing this?
My idea was to create a hidden field "def1" which has a default value of 1. Then I created a second hidden field which
calculated the total of the first hidden field i.e. sum(${def1})
This fails though. Could anyone help?survey