Question T15486
Visible to All Users

Showing dynamic panel contents on the dashboard table columns instead of JSON

created a year ago

Hello,
In our survey js form, we have many pages. In one page, we use dynamic panel with tab renderMode. The tittle is "Practice Information". By this, our user can add multiple "Practice Information" if needed. Everything is fine when form is created.
But when we show in our table form. There is one column named "Practice Information", In which all results are in JSON format. But we want to show our dynamic panel tab renderMode view in table form just like the other fields instead of JSON.

Screen shot attached.

Thank you.

Answers approved by surveyjs Support

created a year ago

Hello,
Thank you for your message.
Unfortunately, SurveyJS Tabulator cannot display Dynamic Panel field values in separate columns. Since various survey responses may contain a different number of dynamic panels, each table row may have a different column count. Additionally, other survey values need to be associated with distinct columns, making it challenging to structure the resulting table in compliance with these requirements.

One alternative is to visualize a Dynamic Panel question using charts. Another option is to preprocess survey data programmatically if you want to visualize dynamic panels in different table columns. This involves separating data into distinct columns or questions and then presenting it in a table.

Please let me know if you have any further questions.

Thanks