![]() |
Telelogic System Architect (steve huntington) | ![]() |
Topic Title: Duplicate Report Rows Topic Summary: Created On: 2-Jan-2009 16:41 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Is there a way to suppress repeating rows in an HTML report created through the Report Generator tool? Either through text editing the report, or through the manipulation of the stylesheet used to display the report?
Thanks so much, Michelle "TJ" King |
|
![]() |
|
![]() |
|
Try adding the SA Keyword UNIQUE in the Report using Text Edit mode.
Greg GregSims999@hotmail.com |
|
![]() |
|
![]() |
|
Thanks, Greg. I wasn't able to find any documentation on this keyword - where specifically does it go? I put it directly after "Select" but the report won't run with it there.
|
|
![]() |
|
![]() |
|
If it helps, here is a genericized version of the report. Thanks! REPORT "Report-1" DESCRIPT "Description" ID 31798 { FONT "Font5" { NAME "Courier" HEIGHT 12 } SETTING { PAGESIZE -1", 0.00 } SETTING { HEADER 1 "Report1" } SETTING { REPORTFORMAT 4 } SETTING { OUTPUTFILE "Report1.htm" } SETTING { STYLESHEETFILE "C:\Program Files\Telelogic\System Architect Suite\System Architect\Reports\Stylesht\Matrix.xsl" } FIELD "CustomField1" { SOURCE PROPERTY "CustomField1" LENGTH 80 TYPE CHARACTER LEGEND "CustomField1" } FIELD "CustomField2" { SOURCE PROPERTY "CustomField2" LENGTH 80 TYPE CHARACTER LEGEND "CustomField2" } TABULAR 1 { SELECT "CustomField1er" LEGEND "CustomField1" LEGENDFONT Font5, "CustomField2" LEGEND "CustomField2" LEGENDFONT Font5 WHERE Class = Definition WHERE "Type Number" = 155 WHERE "CustomField1" <> " " WHERE "CustomField2" <> " " } } |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.