Options

Generic charts

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.

Answers

  • Options
    Jan_VeenendaalJan_Veenendaal Member Posts: 206
    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.
    Jan Veenendaal
Sign In or Register to comment.