Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     line space on 'Title' with 'skip-line'...

Read-Only Read-Only Topic
Go
Search
Notify
Tools
line space on 'Title' with 'skip-line'...
 Login/Join
 
Silver Member
posted
Hello All -
When i am keeping a 'skip-line' on a sort field, I am getting a line space after the column title as well. Can some one pls help me resolve this? Any ideas are appreciated.. Thank you!

-Kal.


----------------------------------
WFS - V7.6.8 Servlet on Win2k3 VM, Tomcat, ResourceAnalyzer;
DevStudio - R7.6.8, FlexEnable,VisDis; MRE/BID/self-service/Rcaster/ Office2k3;
DB-SQL2005;
 
Posts: 33 | Location: MN | Registered: May 17, 2005Report This Post
Virtuoso
posted Hide Post
quote:
When i am keeping a 'skip-line' on a sort field, I am getting a line space after the column title as well. Can some one pls help me resolve this? Any ideas are appreciated.. Thank you!

On all pages or all but the first page?


Leah
 
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004Report This Post
Virtuoso
posted Hide Post
Kal,

This is standard behavior for the SKIP-LINE command. Try using a SUBFOOT on your sort field instead of the SKIP-LINE command.

TABLE FILE CAR
PRINT RCOST DCOST
BY COUNTRY
BY CAR
ON COUNTRY SUBFOOT
" "
ON TABLE SET STYLE *
TYPE=REPORT, GRID=OFF,$
ENDSTYLE
END


Thanks!

Mickey

FOCUS/WebFOCUS 1990 - 2011
 
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Report This Post
Silver Member
posted Hide Post
Thanks for your valuable response!
Hi Leah - Its the same on all pages Frowner

Thanks very much Mickey!! - your workaround suited for some of my screens (with skip-line on sort fields Smiler

Wondering if there is any similar workaround for removing linespace for 'Title Row' in case of skip-line with Cond. styling!!

Like for eg. when i have skip-line like
TYPE=SKIPLINE,
WHEN =FLG6 EQ 1,
$
(OR)for
ON COUNTRY SKIP-LINE WHEN FLG EQ 1

pls suggest!

Thanks a bunch!!
-Kal.

This message has been edited. Last edited by: Kal,


----------------------------------
WFS - V7.6.8 Servlet on Win2k3 VM, Tomcat, ResourceAnalyzer;
DevStudio - R7.6.8, FlexEnable,VisDis; MRE/BID/self-service/Rcaster/ Office2k3;
DB-SQL2005;
 
Posts: 33 | Location: MN | Registered: May 17, 2005Report This Post
Silver Member
posted Hide Post
DEFINE FILE CAR
FLG/I1 = IF COUNTRY EQ 'FRANCE' THEN 1 ELSE 0 ;
END
TABLE FILE CAR
PRINT RCOST DCOST FLG
BY COUNTRY
BY CAR
ON COUNTRY SKIP-LINE WHEN FLG EQ 1
-*ON COUNTRY SUBFOOT WHEN FLG EQ 1
-*" "
ON TABLE SET STYLE *
TYPE=REPORT, GRID=OFF,$
-*TYPE=SUBFOOT, WHEN FLG EQ 1 ,$
-*TYPE=SKIPLINE, BY = COUNTRY, WHEN =FLG EQ 1, $
ENDSTYLE
END

The same Condition('Flg EQ 1') is not working in case of SUBFOOT.

Any ideas? Pls suggest!!

Thanks,
Kal.


----------------------------------
WFS - V7.6.8 Servlet on Win2k3 VM, Tomcat, ResourceAnalyzer;
DevStudio - R7.6.8, FlexEnable,VisDis; MRE/BID/self-service/Rcaster/ Office2k3;
DB-SQL2005;
 
Posts: 33 | Location: MN | Registered: May 17, 2005Report This Post
Expert
posted Hide Post
quote:
DEFINE FILE CAR
FLG/I1 = IF COUNTRY EQ 'FRANCE' THEN 1 ELSE 0 ;
END


Do a COMPUTE instead:

TABLE FILE CAR
PRINT RCOST DCOST
COMPUTE FLG/I1 = IF COUNTRY EQ 'FRANCE' THEN 1 ELSE 0 ; NOPRINT
BY COUNTRY
BY CAR
ON COUNTRY SKIP-LINE WHEN FLG EQ 1
-*ON COUNTRY SUBFOOT WHEN FLG EQ 1
-*" "
ON TABLE SET STYLE *
TYPE=REPORT, GRID=OFF,$
-*TYPE=SUBFOOT, WHEN FLG EQ 1 ,$
-*TYPE=SKIPLINE, BY = COUNTRY, WHEN =FLG EQ 1, $
ENDSTYLE
END


For SUBFOOT, this is the syntax:

ON COUNTRY SUBFOOT
" "
WHEN FLG EQ 1;

Tom


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Silver Member
posted Hide Post
worked like a charm!
Thanks TOM!!!

-Kal.


----------------------------------
WFS - V7.6.8 Servlet on Win2k3 VM, Tomcat, ResourceAnalyzer;
DevStudio - R7.6.8, FlexEnable,VisDis; MRE/BID/self-service/Rcaster/ Office2k3;
DB-SQL2005;
 
Posts: 33 | Location: MN | Registered: May 17, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     line space on 'Title' with 'skip-line'...

Copyright © 1996-2020 Information Builders