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     [CLOSED] Repeat loop

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Repeat loop
 Login/Join
 
Gold member
posted
I Have a requirement as below report

In a monthly we have a weekly need to show as column Title
[B]Monday, May 1, 2017[/B]  [B]Car[/B]    [B]Tuesday, May 2, 2017[/B]  [B]Car[/B]    [B]Wednesday, May 3, 2017[/B]  [B]Car[/B]    [B]Thursday, May 4, 2017[/B]  [B]Car[/B]    [B]Friday, May 5, 2017[/B]  [B]Car[/B]


 



Can any one help to guide

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8202
 
Posts: 61 | Location: India | Registered: March 24, 2014Report This Post
Virtuoso
posted Hide Post
I'm not sure if I understand your requirement. Also, are you really using WebFOCUS version 7.6?


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Gold member
posted Hide Post
i have two column(week day & car Column ) its should add the right of that still that weekday of Friday

and i'm using WebFOCUS version 8.0


WebFOCUS 8202
 
Posts: 61 | Location: India | Registered: March 24, 2014Report This Post
Gold member
posted Hide Post
any sample....

Will this will help you....
  
DEFINE FILE CAR
DATE_1/YYMD = '20170501';
DATE_BOW/YYMD = DATEMOV(DATE_1, 'BOW');
DATE_EOW/YYMD = DATEMOV(DATE_1, 'EOW');
END

TABLE FILE CAR
BY COUNTRY/A10
BY DATE_BOW
BY DATE_EOW
ON TABLE HOLD AS DATEX FORMAT ALPHA
END
-RUN
-SET &K = 1;
-DEFAULTH &Col_title = '';
-REPEAT :Date 5 TIMES
-READ DATEX &country.A10. &date_bow.A8. 
-SET &country&K.EVAL = TRUNCATE(&country);
-TYPE &country&K.EVAL 
-SET &date_bow&K.EVAL = IF &K EQ 1 THEN &date_bow ELSE &date_bow + (&K.EVAL - 1);
-TYPE &date_bow&K.EVAL
-SET &Col_title = IF &K EQ 1 THEN &date_bow&K.EVAL | ' ' | &country&K.EVAL ELSE (&Col_title) | ' ' | &date_bow&K.EVAL | ' ' | &country&K.EVAL;
-TYPE &Col_title 
-SET &K = &K + 1;
-:Date

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


8202, 8105M, 7.7.03
 
Posts: 79 | Registered: June 12, 2012Report This Post
Gold member
posted Hide Post
Could you give an example of a stored value or two of your "week day" column or which ever field determines if it should show under Monday, Tuesday, etc?

Depending on that may be able to use an ACROSS on it.


WF: 8201, OS: Windows, Output: HTML, PDF, Excel
 
Posts: 78 | Registered: November 08, 2010Report 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     [CLOSED] Repeat loop

Copyright © 1996-2020 Information Builders