Forum Discussion
DanielWillis
5 months agoValued Contributor
Haven't time to read your post in detail now but just thought I'd share this since I had it open. Syntax for calling data set BR in a workspace
From the "Workspace & Assemblies" webinar
- WernerN8 days agoContributor
Thanks for your post Daniel,
in your assembly example, what would filename be? the assembly name or the service name? I have tried both and neither seems to work.- WernerN8 days agoContributor
Sorry Community, Wrote to soon. My adapter worked finally when
a) ServiceFactory defined at the workspace level
b) Adapter rule definition:
{Workspace.Current.WS}{GetGraphDT}{Layout=[~!LayoutNum!~]}
GetGraphDT is my function name in the DataSetService.