Mar 26, 2009 #1 j9bman Technical User Mar 26, 2009 1 US I've written in Impromptu 7.4 if(Most Recent Oganizaion not = Organization)then( I want the string to result in printing the line if the orgs don't match, but don't want it to print the line if the orgs do match I'm not sure how to do this, please help Thanks
I've written in Impromptu 7.4 if(Most Recent Oganizaion not = Organization)then( I want the string to result in printing the line if the orgs don't match, but don't want it to print the line if the orgs do match I'm not sure how to do this, please help Thanks
Mar 27, 2009 #2 drlex Technical User Jul 3, 2002 3,295 GB Assuming by "printing the line", you mean outputting the field 'Most Recent Organization' then would Code: IF(Most Recent Organization <> Organization) THEN (Most Recent Organization) ELSE NULL not suffice? (A blank string may be better than NULL if you are using the field elsewhere.) Otherwise, if you are looking to suppress a line, then right-click it and use "Conditional Formats". soi la, soi carré Upvote 0 Downvote
Assuming by "printing the line", you mean outputting the field 'Most Recent Organization' then would Code: IF(Most Recent Organization <> Organization) THEN (Most Recent Organization) ELSE NULL not suffice? (A blank string may be better than NULL if you are using the field elsewhere.) Otherwise, if you are looking to suppress a line, then right-click it and use "Conditional Formats". soi la, soi carré