Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A survey response object doesn't contain a dynamic panel response when the panel count is bound to another field #9602

Closed
JaneSjs opened this issue Mar 14, 2025 · 1 comment
Assignees
Labels
bug user issue An issue or bug reported by users v1 v2.0

Comments

@JaneSjs
Copy link
Contributor

JaneSjs commented Mar 14, 2025

T22319 - Paneldynamic missing in result data. Why?
https://surveyjs.answerdesk.io/internal/ticket/details/T22319

@JaneSjs JaneSjs added bug user issue An issue or bug reported by users v2.0 v1 labels Mar 14, 2025
@andrewtelnov andrewtelnov self-assigned this Mar 14, 2025
@andrewtelnov
Copy link
Member

@JaneSjs The panelCount is bind to an invisible expression question. By default we clear invisible questions value on completing the survey. On making this question value empty, the panelCount of the dynamic panel becomes zero and it clears all entered data.
The obvious solution is to set "clearIfInvisible": "none",.
We may need to have the ability to bind panelCount to a calcualted value. It would make more sense for this scenario.

Thank you,
Andrew

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug user issue An issue or bug reported by users v1 v2.0
Projects
None yet
Development

No branches or pull requests

2 participants