how to retrieve values from a multiple select text box prompt
Hi, We are bringing data from RTC into Insight and running reports from Insight. The report has a Text Prompt for entering tag values to 'include or exclude'.
For example there are 2 workitems in RTC. When we run the report and enter tag1 in the text prompt, it should pull up workitem1 I hope this example makes it clearer. If someone knows how to construct the right filter to pull up this data, it would be very helpful. Can someone shed more light on this ? |
4 answers
Hi Tapasya,
Is the Tag coolumn in RTC not available for use directly in the report? - If available, cant the report prompt be made to refer to that field - so that you can choose values while run the report and you get direct results?
|
The Tag column is available in the report, but if you make a prompt using Tag values, you'll get a prompt that has choices like this:
|tag1|tag4|tag3| |tag4|tag5|tag6|tag7| In our case the user wants to be able to type in "tag4" in the prompt box and get results that match all 3 of those workitems in my example above - not to have to choose each individual entry that has "tag4" in it. |tag1|tag2|tag4| Similarly, our users also want to be able to prompt on multiple tags - like results that have both tag1 and tag4 - and we have been unable to find a way to represent this in a report. |
Ok. In that case, take the column "Tag" in the output and apply a filter
Tag contains ?prompt? (or) Tag like ?prompt? I think ? is for single-value prompt. let me know if it works. This is the format of the filter-query using prompts
|
|
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.