You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

hi,
my scenerio is i need to generate rows of 20 customers.
in that i need 12 male & 8 female customers.
then customers has to be distributed based on some location.
i.e out of 12 male customer 9 have to come from newyork and rest from london.
can i use tRow generator for this if yes,then how can i use it .. r s ther anyother component that i should use for my scenerio.
thanks in advance!!
Regards,
Arun
Offline
Hi Arun
Yes, you can tRow to generate rows, but the existing function don't satisfy you logic, you need create custom routine, and call it on tRow.
Best regards
Shong
Offline
Hi Arun
Go to repository-->code-->Routines and create a custom routine, select ''..." on function column on tRowGenerator and set the value as:
RoutineName.methodName (see my screenshot)
Best regards
Shong
Offline
Pages: 1