how create chart on three fields on PARTICULAR Field (record)

kmkaotkmkaot Member Posts: 261
how create chart on three fields on PARTICULAR Field (record)
on table record. example I have three fields, estimated cost, Usage cost, estimated revenue, billed

Answers

  • KlappspatenKlappspaten Member Posts: 22
    Depends on your Version. I have recently build a custom Chart in BC14.
    Your chart has to be based on 2 components:
    • A page to display the chart
    • A codeunit to aggregate the data for the chart

    A good example to get the basics is Page 782 Opportunity Chart since it's not very complex but teaches you the basics.
Sign In or Register to comment.