Hi I am retrieving successfully my segments values and names. But I am interested in retrieve the result of the segment. Is there any method for retrieve that data. I mean if I have a segment like this: UserName(Name CV)--> usersname(value CV)-->visits-->greaterthan--> 10 for example the result could be that 20 users are visited my web more that ten times. Then, what way could I retrieve the data ""20"? My code is like: dataFeed.getSegment.getName...., but I need retrieve the result of the segment Many Thanks, Isaac