crystalfun
Programmer
New to Crystal and I am writing a report for stock options where I want the following information displayed:
If grant is cancelled for a reason of "Refused Grant" than display options granted. If grant is cancelled for any other reason than do not display anything.
In the same space I also want to show that if the grant was never cancelled than show the number of options outstanding.
Fields to be used are:
cancel.REASON
grantz.OPTS_GRANTD
formula: @OptionsOutstanding
Thanks in advance
If grant is cancelled for a reason of "Refused Grant" than display options granted. If grant is cancelled for any other reason than do not display anything.
In the same space I also want to show that if the grant was never cancelled than show the number of options outstanding.
Fields to be used are:
cancel.REASON
grantz.OPTS_GRANTD
formula: @OptionsOutstanding
Thanks in advance