DataLayer.Data Services - Working with DataLayer.Data Service
The data-related elements discussed here are available in Logi Info v12.5 but have been deprecated in later Info versions; consult the Release Notes for specific details.
Like other datalayers, DataLayer.Data Services has a few standard child elements that can be used to shape the retrieved data. In addition, it has some special "Ds" child elements (discussed below) that developers can use to augment the Dataview when it's executed. However, other child elements for linking datalayers and formatting or transforming the data are not available.
The data retrieved is available using @Data tokens, in the format @Data.ColumnName~. The spelling of the column name is case-sensitive. The data is only available within the scope of its parent element, not throughout the entire report definition.
The data retrieved into the datalayer can be viewed by turning on debugging in Logi Studio and using the resulting link at the bottom of your report page to view the Debugger Trace page, see Debug Reports. You'll be able to see the XML data retrieved.