> Basically I need everything to print in Mbps specifically. The only way > I assumed to handle this would be with a static CDEF of 1000000 and then > print out that number first, so everything afterwards will follow the > same rule with %S. Although RPN expressions without variables 'are not > supported' based on the error I received. Or am I missing something more > obvious in the docs?
Try an rpn of dsname,0,*,1000000,+ to get around the "without variables" restriction. -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
