Hello Maggie, For getting drawing number in isometric please try following steps: in textnode.txt file add following query : modelName = DBQUERY ($(mydsn), SELECT DISTINCT DOC_REG.DOC_NAME AS FieldtoDisp FROM (DOC_REG INNER JOIN RELATIONSHIPINSTANCE DOCREL ON DOC_REG.DOC_ID = DOCREL.ID1) INNER JOIN (TAG_REG INNER JOIN RELATIONSHIPINSTANCE LINEREL ON TAG_REG.KEYTAG = LINEREL.ID1) ON DOCREL.ID2=LINEREL.ID2 WHERE DOCREL.RelationshipType=3 and LINEREL.RelationshipType=2 AND TAG_REG.TAG_NO = '$(LINENUMBER)') Resulted isometric show model name For more details steps refer following communities link: Hope this helps. Looking forward to your reply. Regards, Abhijit Bute
↧