Scalable open-source survey software to generate dynamic JSON-driven forms within your JavaScript application. The form builder features a drag-and-drop UI, CSS Theme Editor, and GUI for conditional logic and form branching.
Since Survey Creator v1.12.11, you can enable the logic.includeComplexQuestions property in global settings if you want to make matrices, Dynamic Panel, and Multiple Textboxes available in the condition builder UI:
import { settings } from "survey-creator-core"
settings.logic.includeComplexQuestions = true;
Implemented
Since Survey Creator v1.12.11, you can enable the
logic.includeComplexQuestions
property in global settings if you want to make matrices, Dynamic Panel, and Multiple Textboxes available in the condition builder UI:History
T20733 - Dynamic matrix question is not showing while adding logic conditions to other questions https://surveyjs.answerdesk.io/internal/ticket/details/T20733
A matrix can be used in exressions: for instance, to check whether a matrix is not empty.
Consider a demo survey JSON:
However, the condition editor doesn't display a matrix in a list of available form elements: