Hi and thanks for your help,
I am using this formula to try to return "Unlabeled" on my report when the GroupName field is blank:
whileprintingrecords;
if GroupName ({ITEMMAST.USER_FIELD4}) = "" Then "Unlabeled"
Else "blah"
When it finds a blank groupname, this formula returns nothing. But, if it doesn't find the blank group name the thing works and it returns "blah".
I put this formula in the group footer.
Any idea?
Thanks,
Will
I am using this formula to try to return "Unlabeled" on my report when the GroupName field is blank:
whileprintingrecords;
if GroupName ({ITEMMAST.USER_FIELD4}) = "" Then "Unlabeled"
Else "blah"
When it finds a blank groupname, this formula returns nothing. But, if it doesn't find the blank group name the thing works and it returns "blah".
I put this formula in the group footer.
Any idea?
Thanks,
Will