X-axis labels

I am building a graph in BO4.1.3. I have a date range along the x-axis and the measure object value along the y-axis. My date range covers 3 months. BO displays all 90 dates along the x-axis. Is there any way I can tell BO to display, say, only every 7th day? The y-axis lets me set a scale; the x-axis doesn’t.


Erich Hurst
Compaq Computer Corporation


Listserv Archives (BOB member since 2002-06-25)

Erich,

Create a variable to picks the values for every 7th day, and then graph that variable.

One easy way of doing it would be:
=if (trunc(/7) = (/7>)) then

Thanks!
-rm


Listserv Archives (BOB member since 2002-06-25)