Hi
I want to add a list view to the job tracker that will show results from the UD02 table where JobHead.JobNum = UD02.Key1
Is there a way to do this?
The wizard can build the majority of the code here. Look for “Add User Defined Table as Child”.
I tried this but the field that I want to link to in the UD02 table wasn’t Key1 after all, it is JobHead.JobNum = UD02.Character05 Does this mean that it is not possible?
Then a BAQView may be best (assuming you don’t need to edit the UD02 data).
Jason Woods
http://LinkedIn.com/in/jasoncwoods
Do you mean using a BAQ to build a dashboard and then getting that on the Tracker using the sheet wizard? I have tried that but I am doing something wrong. The BAQ requires the job number as a Parameter and works OK in the dashboard but when I try and include this in the Tracker It throws the error:
Application Error
Error Detail
Message: Warning- Embedded Dashboard invoked as a Subscriber, but there is no Filter defined for the Published columns. Please notify system administrator.
Program:
Method:
I’ve tried to publish the JobNum in the Dashboard but that doesn’t seem to have made any difference…
Perfect!!
Thanks heaps Jason