Tableau Connector for Monday

Build 23.0.8839

Teams

Get a collection of teams.

View-Specific Information

SELECT

The connector uses the Monday API to process some of the filters. The connector processes other filters client-side within the connector. You can turn off the client-side execution of the query by setting SupportEnhancedSQL to false in which case any search criteria that refers to other columns will cause inconsistent data.

  • Id supports the '=','IN' comparison operators.
For example, the following queries are processed server side:
SELECT * FROM Teams WHERE Id = '565332'
SELECT * FROM Teams WHERE Id IN ('565332, 565333')

Columns

Name Type References Description
Id [KEY] String The team's unique identifier.
Name String The team's name.
PictureUrl String The team's picture url.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839