Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
Topic Title: Develop graphs from DXL Attribute values
Topic Summary:
Created On: 9-Jan-2008 06:14
Status: Post and Reply
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
 9-Jan-2008 06:14
User is offline View Users Profile Print this message


chaithali punchatar

Posts: 21
Joined: 22-Apr-2007

Is it possible to generate a graphical representation(a graph or a bar chart) from dxl attributes in the module? For eg; I have a DXL attribute that calculates values of total requirements, draft requirements, completed requirements etc...Now, can I display these values in a graphical format (to be later used in a report)?
Any help is appreciated.
Report this to a Moderator Report this to a Moderator
 9-Jan-2008 08:01
User is offline View Users Profile Print this message


Reik Schroeder

Posts: 361
Joined: 28-Jul-2003

Hi chaithali,

attached you will find a small example of layout DXL code, that will create a random bar graph in column.
Please read in DXL reference manual about using canvases for more information.

Be carefull, graphical LDXL can be seen in Module, printed using the "File -> Print" function - but they cannot be exported to Word!

Hope that gives you a starting point.
Greetings
Reik

-------------------------
Evosoft GmbH
for Siemens Industry Sector


Berlin, Germany
Report this to a Moderator Report this to a Moderator
 9-Jan-2008 15:54
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

Just in case: you retrieve the value of an attr-dxl the same way you retrieve other attrs.

for obj in entire mod do
{ Value = obj.MyAttrDXL
deal with Value
}

- Louie
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.