how to do parameter Binding in dataset for boolean datatype.
i have a data set in which there is a boolean field say "X" which has both "true" and "false" values in it. By default, if i dint set any condition for the boolean field "X" in the parameter page of the dataset, it is pulling only the values which has false values.But i would like to get both true and false values from the dataset. Please let me know what is the way to get all the values irresspective of the true or false flag for the X.
For multiple value selection in the dataset of type String we use '\'Y\',\'Z\''.Similarly is there a way that we use for boolean too?
Accepted answer
In the web client, you can retrieve true and false archive-related fields by checking the "Include Archived" check box when you run the report. By default, when running an installed report, work items that have an archived Category, Team Area or Iteration are not retrieved. That's one of the reasons to archive these. Queries won't retrieve them either.
Comments
2 other answers
Boolean fields should behave the same as other types of field. Which field in which dataset are you having a problem with?
The only special case I can think of is one like CATEGORY_ARCHIVED, where by default when running an installed report, archived work items are not retrieved.
The only special case I can think of is one like CATEGORY_ARCHIVED, where by default when running an installed report, archived work items are not retrieved.