Thesuggestableparameter lets you disable suggestions for a field when a user filters on that field in a Look or an Explore. The default value ofsuggestableisyes, and suggestions are provided when possible. If you setsuggestabletono, Looker won't suggest values for the field.
Examples
Prevent Looker from providing filter value suggestions for thenamedimension:
dimension: name {
type: string
sql: ${TABLE}.name ;;
suggestable: no
}
[[["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 2025-10-24 UTC."],[],[]]