Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
My requirement is to concatenate rows based on certain conditions.
There are 3 fields
The field WARRANTY_CLAIM contains numbers , TEXT_NOTE field contains comments and the filed NOTE_SEQ indicates sequence.
The problem here is the field Text_NOTE holds comments, the comments are distributed over multiple rows.
What i mean by that is (see the attached file) the comment " Some issue with the component ,it broke and has to be replaced by the end of next month" has been broken down and distributed in 3 rows.
Currently the values in the field NOTE_SEQ 1305 indicates the start of comment,1306 indicates next comment followed by 1307 so on which ends at 1312.
Similarly there are comments that start at 1205..may go till 1212
some times a comment could fit in one row itself ..so it will have just a starting value of 1205 or 1305 (1205 or 1305 or 1605 indicate the start of comments)
followed by a row with a different warranty claim number which may have the value 1605 under the field NOTE_SEQ.
I'm trying to concatenate all the rows ..which should look like (see below)
Here is the file with the concatenated NOTE_SEQ field included. I noticed you had that in your question, but forgot to include it.
See attached.
Here is the file with the concatenated NOTE_SEQ field included. I noticed you had that in your question, but forgot to include it.
Rebecca,
Very impressive the way you did it. Its very close to what I wanted .
Is it possible to display 1205 ( see fig above) as a separate record ( I have circled it in red in the fig above) for record 1200590.(note 1200590 should appear twice in the table one record for 1205 series and one for 1305 series...so on )
My requirement is values starting 1205..to 12012 in NOTE_SEQ must appear as one record for claim number 1200590 (circled in green)
and values starting 1305..to 13012 in NOTE_SEQ must appear as another record for claim number 1200590 (circled in green)
Is it possible to make 1200590 appear twice in the table ie one record for 1205 and the other for concatenated 1305,1306,1307.(note in the snap I have attached above I have circled the number in red)
Thank you
Swarup
I
Try this link
That definitely makes it more complicated. I am not sure how to achieve that, but I can play around with it. It may be above my head though!!
Thank you Rebecca
I was able to find a work around.
By creating a separate qvd for 1205..series ,one for 1305..series ,so on.
Thank you for the logic Rebbeca, It really solved the issue
Regards
SM
I am glad you figured it out! I played around with it for a little while with no luck and then got slammed at work...