RPE Report with user input to use multiple entries
![]()
I hope I can explain.
I have a rpe report that has a user input variable for the work item id from rtc. The field works with just one id but I am needing to put in different ids and or range of ids to pull.
Ex.
User input- 12345, 12346, 12500-12550
And the report would show just those ids.
Using rpe 1.2.1.1 and rtc 4.0.3
Thanks in advace
|
2 answers
![]()
Is there a reason you are having these work item IDs entered as IDs, instead of allowing the users to directly select work items?
It may work with your design to have all the IDs entered in the same box in some consistent format, such as comma separated values. You could then use javascript to parse them into individual values and do whatever it is you're trying to do.
|