--- In [email protected], Graham <[EMAIL PROTECTED]> wrote: > > you could try adding styleownscale or styleleftaxisscale to the a3 plot > statement > alternatively instead of zero use null > a3=IIf(a1>a2,a1,null); > It all depends on what you really require > > -- > Cheers > Graham > AB-Write >< Professional AFL Writing Service > Yes, I write AFL code to your requirements > http://www.aflwriting.com >
I did not know iif function can include null in its definition, it solves my topic, thanks a lot.
