I open up the job list.
I have a generic chart called 'job statistics'.
How do I make it so that only the selected line in job list shows up in the chart, and not the rest of the lines.
Thanks.
Either by setting a filter on the chart part (set property SubPageLink on the factbox, and change your chartpart to respond to this filter),
or by adding code to the 'OnAfterGetCurrRecord' trigger of the list page, calling a recalculating function on the chart part.
Answers
or by adding code to the 'OnAfterGetCurrRecord' trigger of the list page, calling a recalculating function on the chart part.