You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I end up getting the attached returned. Not sure what I may be doing wrong with my use of filter expressions. Using something like a date filter works fine but string filtering has issues. Thanks.
The text was updated successfully, but these errors were encountered:
I'm having issues with being able to use filter expressions. If I do something like the below:
looker_request <- function() {
query <- sdk$runInlineQuery(model = 'primary_data',
view = 'results_export',
fields = c('results_export.test_location_name ', 'results_export.organization_name'),
filters = list('results_export.organization_name' = jsonlite::unbox("Fly%")),
limit = -1
)
return(query)
}
I end up getting the attached returned. Not sure what I may be doing wrong with my use of filter expressions. Using something like a date filter works fine but string filtering has issues. Thanks.

The text was updated successfully, but these errors were encountered: