Select the information needs along the Y axis of the matrix INFORMATION_NEED/GOAL. Order by information need as specified in the toolset.
SELECT MT.NAME, Y.NAME. UY.SEQ FROM MODEL M, MATRIX MT, MATRIX_USAGE_Y UY, INFORMATION_NEED Y WHERE M.NAME = 'my model name' AND UY.MODEL_ID = M.ID AND UY.MATRIX_ID = MT.ID AND MT.NAME = 'INFORMATION_NEED/GOAL' AND UY.OBJECT_ID = Y.ID ORDER BY MT.NAME, UY.SEQ;
|
Copyright © 2013 CA.
All rights reserved.
|
|