Remove unwanted filters on Look

I have a parameter that looks as follows:

francofgp_0-1697652594789.png

I would like to remove the extra search criteria, such as: contains, starts with, ends with, is blank, is null, an so on. So I can have only the "is equal to" parameter.

Is there a way to achieve this?

 

My code for that filters looks as follows

 

 

  filter: p_id_parameter {
    view_label: " "
    label: "ID parameter"
    type: string
    suggest_explore: access_filter
    suggest_dimension: access_filter.parameter
  }

 

 

 

1 2 969
2 REPLIES 2

You need to change your filter type for that

Thanks for answering.


Could you please clarify?
The values are string for the input in the image and the type is STRING, and according to the documentation 👇, for strings the only type is STRING.


https://cloud.google.com/looker/docs/reference/param-dimension-filter-parameter-types



I do not know  if with filter type you mean that.

 

Thanks

 
Top Labels in this Space