Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue With Using Filter Expressions #50

Open
bazini627 opened this issue Jun 22, 2023 · 0 comments
Open

Issue With Using Filter Expressions #50

bazini627 opened this issue Jun 22, 2023 · 0 comments

Comments

@bazini627
Copy link

bazini627 commented Jun 22, 2023

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.
lookr_filter_expression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant