Hi All,
I have 2 Value Nodes which is having same attributes,but the values in it are different
This is my context Structure :
1st Node...
Date_New (Value Node)
|
|-->start_date_new (Value Attribute)
|
|
--> end_date_new
2nd Node
Date_Old (Value Node)
|
|-->start_date_old (Value Attribute)
|
|-->start_date_new (Value Attribute)
My table should show..
-
START_DATE END_DATE
-
start_date_new end_date_new
start_date_old start_date_new
Could anyone plz giude me how to achieve this?
Regards
karthick