harrietohs
IS-IT--Management
I have crystal ver 8.5.
I want to create a unique field by joining an Activity Number, which looks like A03-004567, to a Sequence Number, which looks like 01,02,03, etc. (In other words, each distinct Activity can have multiple sequences.)
I tried this formula:
{activity.activity_no}+TOTEXT({activity.activity_seq})
but it returns all the sequence numbers as 00.
Can someone help with correct formula?
Thanks
I want to create a unique field by joining an Activity Number, which looks like A03-004567, to a Sequence Number, which looks like 01,02,03, etc. (In other words, each distinct Activity can have multiple sequences.)
I tried this formula:
{activity.activity_no}+TOTEXT({activity.activity_seq})
but it returns all the sequence numbers as 00.
Can someone help with correct formula?
Thanks