Create Data Sources
Create a report design file.
To create a report design, you must provide a description of the custom report in the form of
an XSD schema and, if you want to preview the design locally, some sample data in
the form of an XML file.
- In theData Explorerview, right-clickData Sourcesand selectNew Data Source.
- You must first specify the custom report XSD schema that you would like to use with your report design. Accept the default selection ofCreate from a data source type in the following list. From the list of data source types, selectWorkday Report Data Source.
- Enter aData Source Name.
- If you are not already connected to your Workday environment, clickUpdate Your Connection Details. Specify your connection details.
- To select a report description from your Workday tenant, clickFrom Workday. If you have previously downloaded an appropriate XSD schema, clickLocal Description Fileto select it from your local machine.
- If you clickFrom Workday, theReport Browserdialog box opens on theFilter Custom RaaS Reportssection. Here you can use theEnvironmentdrop-down list and theReports owned by mecheck box to filter the reports that Studio offers for your selection. You can also enter the report name, or part of it, in theReport namefield.
- From the list of filtered reports in theSelect Reportsection, select the one that you want to use in your report design.
- If you wish to preview your design locally without deploying to Workday, you must specify sample data for the report design. To select sample data from your Workday tenant, clickFrom Workday. If you have previously downloaded an appropriate XML file, clickLocal Data Fileto select it from your local machine.
- If you clickDownload from Workday, theDownload Sample XML Reportdialog box opens. Specify the report designProjectyou're working on and enter aFile namefor the sample data XML file. Note that by default, theDownload Report Subsetcheck box is selected, which limits the downloaded report to 10 entries. ClickDownload.
- After you specify the XML schema and sample XML for your Workday Report Data Source, clickTest Connection. Report Designer checks that the XSD and XML files exist, the XSD schema file is valid, and the sample XML is valid.
- The new data source displays in theData Explorerview.One efficient way to unit test is to download a custom report run's data and schema (XML and XSD files, respectively) and assign them as the data source for a BIRT report design. Doing so enables you to assess the result as you add each data element to the design. You can test various scenarios by adding new fields (update both the XSD and XML files) or by manipulating the XML data.