I posted this sometime back, but before i could start working on the solution, i had to switch to another project.
Now i am back to fixing this problem and i have been having difficulty in comprehending the replies that i got
I would appreciate if anyone could reply with little more detail as to how to use the ports in expression and aggregator.
My source table called visit table has a visitid which will do a lookup to name table using the condition
visit.visitid = Name.visitid, but it returns multiple rows for the same visitid like below.
I have been suggested to use Name table as the source instead of as the lookup and use a joiner and then expression and aggregator.
I am not able to figure out as to how to do this in expression and aggregator.
Any as to how to do this in expression and aggreator.
a step by step solution , i know its asking too much, but it will be greatly appreciated.
visitid name value
10006795 website yahoochat
10006795 SIZE 728
10006795 PLACE north
10006799 website rocketmail
10006799 SIZE 729
10006799 PLACE south
Target Table
------------
visitid size place website
10006795 728 north yahoochat
10006799 729 south rocketmail
Now i am back to fixing this problem and i have been having difficulty in comprehending the replies that i got
I would appreciate if anyone could reply with little more detail as to how to use the ports in expression and aggregator.
My source table called visit table has a visitid which will do a lookup to name table using the condition
visit.visitid = Name.visitid, but it returns multiple rows for the same visitid like below.
I have been suggested to use Name table as the source instead of as the lookup and use a joiner and then expression and aggregator.
I am not able to figure out as to how to do this in expression and aggregator.
Any as to how to do this in expression and aggreator.
a step by step solution , i know its asking too much, but it will be greatly appreciated.
visitid name value
10006795 website yahoochat
10006795 SIZE 728
10006795 PLACE north
10006799 website rocketmail
10006799 SIZE 729
10006799 PLACE south
Target Table
------------
visitid size place website
10006795 728 north yahoochat
10006799 729 south rocketmail