Forum Discussion
Hi Hoa Phan: I believe the data you are after can be obtained using a Method Query.
You'll need a: Data Adapter (Command Type: Method Query, Method Type: ConfirmationForWorkflowUnit). The method query syntax is {Workflow Profile Name}{Scenario Name}{Time Name}{IncludeDescendants}{Filter}. More information and an example can be found in the Design and Reference Guide > Presentation > Method Query section.
The output of this will be a datatable that you can then use in a GridView or Studio Report.
Hope this helps. Cheers -DB
Hi DB,
Thankyou for your answer
Your data adapter is my second table, the information I need comes from the first table : args.ConfirmationRuleArgs.Info1 (from confirmation rule)
And I would like to connect 2 tables but I dont know where the first table comes from
thanks
Hoa PHAN
Related Content
- 11 months ago
- 4 months ago
- 6 months ago
- 7 months ago