Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

How schedule report in specified language using ScheduleService

Received Response
31
Views
2
Comments

Summary

How schedule report in specified language using ScheduleService

Content

Hello,

I am currently using ScheduleService to programmatically schedule a multi lingual report.

How can schedule the report in specified language.

Thank you

Swaroop

Answers

  • Kevin M-Oracle
    Kevin M-Oracle Rank 6 - Analytics Lead

    Use this attribute:

    <v2:attributeLocale>?</v2:attributeLocale>

    Example:

    <v2:attributeLocale>en-US</v2:attributeLocale> --> English (United States)

    Or:

      <v2:attributeLocale>es-ES</v2:attributeLocale> --> Spanish (Spain)

    Kevin

  • Snashikkar
    Snashikkar Rank 3 - Community Apprentice

    Thank you Kevin!!