UiPath Documentation
activities
latest
false
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Actividades de integraciones clásicas

Datos de la vista de consultas

UiPath.Tableau.Activities.QueryViewData

Utiliza la API de Tableau para obtener los datos de visualización representados como CSV y descargarlos en una carpeta que elijas y/o conservar los datos en una variable en memoria DataTable (Ver datos).

Cómo funciona

Los siguientes pasos son un ejemplo de cómo funciona la actividad desde el momento de diseño (es decir, las dependencias de la actividad y las propiedades de entrada / salida) hasta el tiempo de ejecución.

  1. Completa los pasos de configuración .
  2. Añade la actividad Ámbito de Tableau a tu proyecto.
  3. Add the Query View Data activity inside the Tableau Scope activity.
  4. Crea e introduce valores para las propiedades de entrada .
  5. Introduce valores para las propiedades de Salida .
  6. Crea e introduce una variable ResponseStatus para la propiedad Salida .

En el cuerpo de la actividad

  • Site ID - The ID of the site that contains the view. Enter a string or String variable or click the Find button to display the Find site window, where you can see all the site IDs found on the Tableau instance.
    1. Select a site ID and click Done. The Site ID property is automatically populated with the selected value.
    2. Copy the Site ID string, to use it in the View ID property.
  • View ID - The ID of the view to render as data. Enter a string or String variable or click the Find button to display the Find View window.
    1. Paste the Site ID in the Site ID search field and click Find, to identify your View ID.
    2. Select your view and click Done. The View ID property is automatically populated with the correct value.
  • Folder Path - The folder to download the report to. Enter a string or String variable.
  • File Name - The filename you wish to use. Enter a string or String variable.
  • Valor de filtro : el valor del campo que quieres usar para filtrar la vista del libro. Introduce una cadena o String . Formato: vf_<fieldname>=filter-value. Por ejemplo, un libro con el filtro vf_year=2017 solo mostraría datos del año 2017.
  • Max Age Minutes - The maximum number of minutes view data will be cached before being refreshed. Enter a string or String variable. To prevent multiple view data requests from overloading the server, the shortest interval you can set is one minute. There is no maximum value.
  • View Data - The view data of the report. Enter a DataTable variable.

Propiedades

Común

  • DisplayName - The display name of the activity. This field supports only strings or String variables.

Entrada

  • Client Timeout - Defines the client read timeout in seconds. Default value is 100.

Otros

  • Privado : si se selecciona, los valores de variables y argumentos ya no se registran en el nivel Detallado.

Salida

  • ResponseStatus - The status of the request (success/failure information). This field supports only ResponseStatus variables.
  • Cómo funciona
  • En el cuerpo de la actividad
  • Propiedades
  • Común
  • Entrada
  • Otros
  • Salida

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado