A helper method for reading page filters and transforming each of them
into a SQL predicate. e.g. "First Name" = 'Stephen Strange.
There is also an overload version that will concatenate the predicates
together into WHERE and HAVING clauses (if any, for each). To get
the concatenated predicates, set the
SDK for generating the properly formatted query strings based on the API documented at developer.domo.com. This is the default export of the library.
Example Usage