Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Issue With Using Filter Expressions #50

@bazini627

Description

@bazini627

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions