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     [SOLVED] WEEKFIRST parameter and other

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] WEEKFIRST parameter and other
 Login/Join
 
Silver Member
posted
Hi every body
I'm just asking for testing the value of WEEKFIRST parameter and then all others parameters .
I have to answer for FOCUS test in a DEFINE clause and for Dialog Manager test.
Who can help me ?
thank's

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


WebFocus thru Dev Studio version 7.6.11
Dev Studio on Windows Xp, Webfocus Client on UNIX basing on TOMCAT and DB2,
Reporting Server on MVS , USS and on UNIX
 
Posts: 39 | Location: France | Registered: December 10, 2007Report This Post
Virtuoso
posted Hide Post
This link provides information about use of WEEKFIRST.

http://documentation.informati...f/source/topic45.htm


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Silver Member
posted Hide Post
Thank's Dan for this link, but i'm not looking for the WEEKFIRST parameter usage, I just want to know how can I get back the WEEKFIRST parameter value.


WebFocus thru Dev Studio version 7.6.11
Dev Studio on Windows Xp, Webfocus Client on UNIX basing on TOMCAT and DB2,
Reporting Server on MVS , USS and on UNIX
 
Posts: 39 | Location: France | Registered: December 10, 2007Report This Post
Master
posted Hide Post
Unless you override using SET WEEKFIRST command, the default value for WEEKFIRST will be always 7.

Use & variable(&V_WK_FST) to asign WEEKFIRST. Make use of the same & variable (&V_WK_FST) down the line to validate against WEEKFIRST.

-SET &V_WK_FST=&INPUT_WK_FST;

-SET &V_WK_FST=IF &V_WK_FST GT 0 AND &V_WK_FST LT 8 THEN &V_WK_FST ELSE 7;

SET WEEKFIRST = &V_WK_FST

? SET WEEKFIRST


Hope this helps.
 
Posts: 542 | Location: Dearborn, MI | Registered: June 03, 2009Report This Post
Silver Member
posted Hide Post
Hello, I found a part of response.
To take back the WEEKFIRST parameter value in dialog manager :
-? SET WEEKFIRST &MYVAR ( Cf. Managing Application with dialog Manager 3-10 )
Now I have to find how to take back the WEEKFIRST parameter value in DEFINE FILE env.


WebFocus thru Dev Studio version 7.6.11
Dev Studio on Windows Xp, Webfocus Client on UNIX basing on TOMCAT and DB2,
Reporting Server on MVS , USS and on UNIX
 
Posts: 39 | Location: France | Registered: December 10, 2007Report This Post
Silver Member
posted Hide Post
Thank's RAM we find the same thing at the same time


WebFocus thru Dev Studio version 7.6.11
Dev Studio on Windows Xp, Webfocus Client on UNIX basing on TOMCAT and DB2,
Reporting Server on MVS , USS and on UNIX
 
Posts: 39 | Location: France | Registered: December 10, 2007Report 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     [SOLVED] WEEKFIRST parameter and other

Copyright © 1996-2020 Information Builders