diff --git a/src/question.ts b/src/question.ts index 3228d9c61a..01e9892520 100644 --- a/src/question.ts +++ b/src/question.ts @@ -1665,6 +1665,8 @@ export class Question extends SurveyElement * - `{row.other_question_name}` (to access questions inside the same dynamic matrix or multi-column dropdown) * * An expression can also include built-in and custom functions for advanced calculations. For example, if the `defaultValue` should be today's date, set the `defaultValueExpression` to `"today()"`, and the corresponding built-in function will be executed each time the survey is loaded. Refer to the following help topic for more information: [Built-In Functions](https://surveyjs.io/form-library/documentation/design-survey-conditional-logic#built-in-functions). + * + * [View Demo](https://surveyjs.io/form-library/examples/specify-default-question-value-dynamically (linkStyle) * @see defaultValue * @see setValueExpression */