Favoured: 0
|
|
TOPIC: can two values in combo box....?
|
Aug 4, 2008 12:46 pm
41 posts
Senior Boarder
|
|
|
Karma: 0
|
|
Hi all, I have generated a combo box using mysql db. As usually db table has two values. Mapping between db table and combo box has done by xsl.
Then I alter my db table to three columns. What I want to do is, remain the label of combo box as it is. But in one task, return first table column as the value of combo box and return second table value in another task.
--------------------------------------------- | ID | Name1 | Name2 | --------------------------------------------- | 01 | abc | xyz | | 02 | lmn | opq | --------------------------------------------- As an example if we select "01", in one task it should return 'abc' and in another task it should return 'xyz'.
Can we implement that kind of things in Intalio. if yes, how can i do it.
Please Help me.
Thank You!
Chathuranga.
|
|
|
|
|
|
|
The administrator has disabled public write access. |
Aug 4, 2008 8:03 pm
99 posts
Admin
|
|
|
Karma: 6
|
|
Why don't you use your second table to generate the values and labels ?
|
|
|
|
|
|
|
The administrator has disabled public write access. |
|