About "Condition" of Survey Question
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2022 02:02 AM
①What is the "Condition" of Survey Question used to control?
The records that match the conditions specified here are recognized and displayed in the "Assessment Metric Definitions".
The records displayed here are the ones that will be
I understand that the records displayed here can be displayed as answer choices for survey questions.
Is this correct?
I would like to know the usage of "Condition" in Survey Question.
②I would like to know the usage of "Condition" in Survey Question.
I would like to specify the condition specified in the dynamic filter options for the conditional expression of "is(dynamic)" in Survey Question.
I would like to specify the condition specified in the dynamic filter options for the is(dynamic) conditional expression in "Condition" of Survey Question.
Specifically, we would like to specify the following conditions for the is(dynamic) conditional expression.
For AccountFrom in account_relationship
We would like to match the user's department (sys_user.companyID) to the AccountFrom of account_relationship.
I would like to achieve the following conditions
AccountFrom is(dynamic) gs.getUser().getCompanyID();
In order to realize the above, we would like to use
gs.getUser().getCompanyID();" is set in
dynamic filter options.
However, as expected, the results could not be retrieved.
The record does not appear in "Assessment Metric Definitions".
How can I get the records correctly?
Each data is set as follows.
The user belongs to AgencyA. (gs.getUser().getCompanyID() ⇒ AgencyA)
According to the conditions in the "Condition" column of the Survey Question, the
I want to get the record of AccountFrom=AgencyA in AccountRelationship.
◆Survey Question (Condition)
◆Dynamic Filter Options
◆AccountRelationship