basuramandan
Technical User
First let me say I am a newbie...I normally take reports that others have written and adjust them to work for me. I have run into something that I cannot figure out (which is not all that shocking)
I am on an old Crystal 7 and I have the formula below. I need it to force it to display MM/DD/YYYY. I cannot figure out how to make it work.
ToText(ExercisableDate( {optstmt_view.NUF_Grant_Number}, {optstmt_view.NUF_Grant_Optionee_Number}, {optstmt_view.Grant_Date}, {optstmt_view.Grant_Expiration_Date}, {optstmt_view.Granted}, {optstmt_view.NUF_Exercisable_Flag}, {optstmt_view.NUF_Grant_Vesting_Number}, {optstmt_view.NUF_Vesting_Method}, {optstmt_view.Vest_From_Date}, {optstmt_view.NUF_Grant_Termination_Date}, {optstmt_view.NUF_Term_Continue_Vest_Flag}, {optstmt_view.NUF_SAR_Type_If_Allowed}, 1,));
Thank you in advance..
Dan
I am on an old Crystal 7 and I have the formula below. I need it to force it to display MM/DD/YYYY. I cannot figure out how to make it work.
ToText(ExercisableDate( {optstmt_view.NUF_Grant_Number}, {optstmt_view.NUF_Grant_Optionee_Number}, {optstmt_view.Grant_Date}, {optstmt_view.Grant_Expiration_Date}, {optstmt_view.Granted}, {optstmt_view.NUF_Exercisable_Flag}, {optstmt_view.NUF_Grant_Vesting_Number}, {optstmt_view.NUF_Vesting_Method}, {optstmt_view.Vest_From_Date}, {optstmt_view.NUF_Grant_Termination_Date}, {optstmt_view.NUF_Term_Continue_Vest_Flag}, {optstmt_view.NUF_SAR_Type_If_Allowed}, 1,));
Thank you in advance..
Dan