I am starting to work on slightly more complicated formulas now so I need the experts help.
I need a formula that checks a field in a table and prints 'In' or 'Out' depending on the contents.
Version: Crystal Reports 8.5
table name: app
If app.educ_stat is equal to '1' or '5' then the field on the report should read 'In'.
If app.educ_stat is equal to '3' or '4' the the field should read 'Out'
If app.educ_stat is equal to '2' then I need to check app.basic_skill_defcnt and if that field is equal to '1' then the field on the report should read 'In'
I am not quite sure whether to use If...Else If? Also is any of my vocabulary is off, incorrect use of field, please let me know.
TIA,
Paul
I need a formula that checks a field in a table and prints 'In' or 'Out' depending on the contents.
Version: Crystal Reports 8.5
table name: app
If app.educ_stat is equal to '1' or '5' then the field on the report should read 'In'.
If app.educ_stat is equal to '3' or '4' the the field should read 'Out'
If app.educ_stat is equal to '2' then I need to check app.basic_skill_defcnt and if that field is equal to '1' then the field on the report should read 'In'
I am not quite sure whether to use If...Else If? Also is any of my vocabulary is off, incorrect use of field, please let me know.
TIA,
Paul