• A simple query like this:
    “select field from tablename”
    works fine.

    Selecting more than 1 fields results in error 500. e.g.
    “select field1, field2 from tablename”

    The following query results in 404 error when testing or saving:
    “select * from tablename”

    Someone please help.

  • The topic ‘Creating a query on WPBI’ is closed to new replies.