You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.
After the users filled the survey I want to create a report of the results.
But the grid field datas are in one field now, in a specific format:
[{"title":"Piknik a kopaszin","columns":[{"title":"Nem tetszik","value":true},{"title":"Kicsit tetszik","value":false},{"title":"Tetszik","value":false},{"title":"Nagyon tetszik","value":false}]},{"title":"Hétvégi túra és bográcsozás a budai hegyekben","columns":[{"title":"Nem tetszik","value":false},{"title":"Kicsit tetszik","value":false},{"title":"Tetszik","value":false},{"title":"Nagyon tetszik","value":true}]},{"title":"Hétvégi ....ect.
It should be some script / app / anything which can help for read and use these datas.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After the users filled the survey I want to create a report of the results.
But the grid field datas are in one field now, in a specific format:
[{"title":"Piknik a kopaszin","columns":[{"title":"Nem tetszik","value":true},{"title":"Kicsit tetszik","value":false},{"title":"Tetszik","value":false},{"title":"Nagyon tetszik","value":false}]},{"title":"Hétvégi túra és bográcsozás a budai hegyekben","columns":[{"title":"Nem tetszik","value":false},{"title":"Kicsit tetszik","value":false},{"title":"Tetszik","value":false},{"title":"Nagyon tetszik","value":true}]},{"title":"Hétvégi ....ect.
It should be some script / app / anything which can help for read and use these datas.
The text was updated successfully, but these errors were encountered: