Line graph w/in report....

  • Thread starter Thread starter Marty
  • Start date Start date
M

Marty

Quick question here...

We have a report that runs a basic line graph. I'd like to "hide" a portion
of one line so that it appears half way up the graph. Is this possible
without modifying the table data that the graph is based on?

I apologize in advance if this is the wrong area to post this particular
question.

Marty
 
A graph control has a Row Source property. You can possibly modify this
property to "hide" some values or set them to null for certain conditions.
 
Back
Top