I have succeeded in concatenating a list of products for the same customer. Now I would like to change the color of those products where the sale date is greater than a specified date.
Here's a mockup data.
Result Set
From the result set above, I need to change the product's color to red when it's sale date > 01/13 therefore products B, C and Z should be colored red as shown above.
Any help is appreciated.
XIR2 on Unix Solaris
Informatica 7.1.3
CRXIR2, Oracle 9i/10g
Here's a mockup data.
Code:
Customer Product Sale Date
--------+---------+-----------
1 A 01/01
1 B 01/15
1 C 01/16
2 X 01/05
2 Y 01/11
2 Z 01/15
Result Set
Code:
Customer Product
--------+---------
1 A, [COLOR=red]B[/color], [COLOR=red]C[/color]
2 X, Y, [COLOR=red]Z[/color]
From the result set above, I need to change the product's color to red when it's sale date > 01/13 therefore products B, C and Z should be colored red as shown above.
Any help is appreciated.
XIR2 on Unix Solaris
Informatica 7.1.3
CRXIR2, Oracle 9i/10g