Retrieve RQM Categories hirarchy using Recursive Level in RPE
Hi,
More specifically I would like to know if I can use it to retrieve the categories hierarchy in RQM instead of finding the hierarchy based on the links between categories (using value set key which is very complicated). Many Thanks,
Amit
|
One answer
RPE recursive level can work for RQM data. For example, for executionresult, you will see from the schema "stepResults" can be imbedded into "stepResult", and then "stepResult" can be imbedded into "stepResults" as well. So for query "executionresult/stepResults/stepResult", you can use recursive level (using the last 2 segments as recursive segments)
But for category hierarchy, it appears to me category and categoryType are used alternatingly, using href to refer to each other. So I'm afraid the recursive level will not work under such situation Comments
Subramanya Prasad Pilar
commented Feb 18 '14, 6:19 a.m.
Recursion is not applicable for category. You can make out by expanding the data source schema in RPE.
Amit Kravzov
commented Mar 04 '14, 1:42 p.m.
Can you please explain what do you mean by saying "expanding the data source in RPE"? |
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.