Conditional row filter which exhibits ternary behavior.
Executes one of two filters based on another filter. If the base_filter
returns any cells in the row, then true_filter is executed. If not,
then false_filter is executed.
Parameters
Name
Description
base_filter
`RowFilter`
The filter to condition on before executing the true/false filters.
true_filter
`RowFilter`
(Optional) The filter to execute if there are any cells matching base_filter. If not provided, no results will be returned in the true case.
false_filter
`RowFilter`
(Optional) The filter to execute if there are no cells matching base_filter. If not provided, no results will be returned in the false case.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]