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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]