void FilterAnswersByTopics (Int32 inTargetQuesIdx, Int32 inSourceIdx, Int32[] inValues)
Description
Hides or shows the answers (inTargetQuesIdx) depending if their respective topics are answered/include one of the specific values (in inValues) in the grid question (inSourceIdx)
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inTargetQuesIdx | Int32 | Target question Index |
inSourceIdx | Int32 | Source Question Index (if more than one separate by comma) |
inValues | Int32[] | Specific values to trigger the filtering in the source topics |
Return Type
Void
Overloads
List of overloads for this function
void FilterAnswersByTopics (Int32 inTargetQuesIdx, bool inShow, Int32 inSourceIdx, Int32[] inValues)
void FilterAnswersByTopics (Int32 inTargetQuesIdx, bool inShow, bool inReset, Int32 inSourceIdx, Int32[] inValues)
Parameters for overloads:
Parameter | Type | Description |
---|---|---|
inTargetQuesIdx | Int32 | Target question Index |
inSourceIdx | Int32 | Source Question Index (if more than one separate by comma) |
inValues | Int32[] | Specific values to trigger the filtering in the source topics |
inShow | bool | Boolean when 'true' will show answers, when 'false' will hide answers |
inReset | bool | Boolean when ‘true’ will re-set previous filtering, ‘false’ will not re-set |
Comments
Please sign in to leave a comment.