How to specify possible values for custom fields

The release related discussions, plans and questions.
Locked
pyang
Advanced user
Posts: 18
Joined: Sat Feb 04, 2006 12:28 am
Contact:

How to specify possible values for custom fields

Post by pyang »

Hi there,

I'm trying to add some custom fields, but don't know how to specify possible values for some types such as list, checkbox, etc.

For example, if I'd like to add a list object with "Created" and "Reviewed" as selection items, what seperator I should use in the Possible Values edit field?

I've tried ",", ";", and "+"; and none of them worked.

Thanks,

Paul
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

Have you tried with the on line help ?

Anyway we have used same logic than Mantis => use | (pipe)
dilbert166
Advanced user
Posts: 41
Joined: Wed Sep 13, 2006 8:34 pm

Post by dilbert166 »

maybe i´m stupid like a bag of hammers, but i can´t seem to find an online-help in 1.7.
am i missing something? :?:
svanuitert
Advanced user
Posts: 16
Joined: Fri Mar 16, 2007 3:32 pm

Post by svanuitert »

Try the pip "|" character. It's working for me.
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

1. try to create a custom field
2. click on the ? icon on the upper left corner

let me know if you got some help html page
fman
Member of TestLink Community
Posts: 3123
Joined: Tue Nov 15, 2005 7:19 am

Post by fman »

For multiple Checkboxes, use also |

example:
type checkbox
values: Great|Poor|Good|None

this will display 4 check boxes
dilbert166
Advanced user
Posts: 41
Joined: Wed Sep 13, 2006 8:34 pm

Post by dilbert166 »

fman wrote: 2. click on the ? icon on the upper left corner

let me know if you got some help html page
seem like i´m indeed dumb as a bag of ammers, i ignored the help icon.
anyway, when choosing german as language, the pop up is anyway, which makes me feel a bit less stupid ;-)
thanks for the hint
Locked