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
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