Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Creating queries for multi-select lists

How do you do this?

Thanks

0 votes



4 answers

Permanent link
Hey Perry
What is a 'multi select list' ?
Could you elaborate as you what you would like to see ? :)
thx

0 votes


Permanent link
Hey Perry
What is a 'multi select list' ?
Could you elaborate as you what you would like to see ? :)
thx


You can customize work items to have fields that are multi-select lists. These are like enumeration fields except you can select more than one enum from the enumeration. You implement them as a string attribute with an additional property to identify the enumeration to use. I would like to create a query that can see if one or more of the fields have been selected.

0 votes


Permanent link
Ahh, I see, I may not have your answer but basically we have a

work item -> Attribute {item1, item2, item3}
The user select item1 and item3
and we want a query to say: select all work item where attribute.item1 is selected

0 votes


Permanent link
What do you do if the items don't follow the regular identifier pattern? For example, if we have:

enumeration: Cards { "Ace of spades", "Queen of Hearts" }

and the type attribute called hand of type string. What would the query look like?

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Apr 15 '09, 2:37 p.m.

Question was seen: 5,888 times

Last updated: Apr 15 '09, 2:37 p.m.

Confirmation Cancel Confirm