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  Performance Management Framework (PMF)    [Resolved]Operational Report..

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[Resolved]Operational Report..
 Login/Join
 
Platinum Member
posted
I want to display the running time in my operational report in my footer.

Which parameters do I need to set within the
-INCLUDE RUNNINGTIME01 fex?
&&RT_INIT ??
Im weary of changing a global variable.

What this be the sequence of events?
-SET &&RT_INIT='Y'
-INCLUDE RUNNINGTIME01
RUN MY FOCEXEC.
AT THE END OF MY FOCEXEC I CALL THE PROCEDURE AGAIN
-SET &&RT_INIT='N'
-INCLUDE RUNNINGTIME01

Any opinions on the best way to incorporate within a Operational Report??

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


-PMF 5.1.2
-WebFOCUS 7.6.9 on Windows 2003 Server
-MSSQL Server
 
Posts: 127 | Registered: March 02, 2009Report This Post
Platinum Member
posted Hide Post
You should not have to do anything at all. runningtime01.fex is self starting and should not require you to set any variables ahead of time.

There have been some isolated cases in earlier releases of PMF where setting IBIF_persistentamp to Yes in the WebFOCUS Administration Console caused issues. These problems were eliminated starting with PMF 5.1. If you are running an earlier release of PMF and are having issues with global && variables, go to the WebFOCUS Administration Console, Configuration, General, and set IBIF_persistentamp to No


Incidentally, I would recommend that instead of doing a

-INCLUDE RUNNINGTIME01

at the beginning of the report, you do a

-INCLUDE FOCEXEC_INFO

This gives you some additional debugging information.

EricH
 
Posts: 164 | Registered: March 26, 2003Report This Post
Platinum Member
posted Hide Post
-INCLUDE RUNNINGTIME01
-DEFAULTH &BEGIN_TSTP = '2007/01/01 00:00:01.500000' ;
-DEFAULTH &END_TSTP = '2007/01/01 00:00:03.500000' ;
-SET &BEGIN_TSTP_TT = HINPUT(26, 2009/03/05 11:21:16.366000, 10, 'HYYMDm') ;
-SET &END_TSTP_TT = HINPUT(26, 2009/03/05 11:21:16.413000, 10, 'HYYMDm') ;


In Decoding my Operational Report I find this section. This is the section to determine the Run Time??


-PMF 5.1.2
-WebFOCUS 7.6.9 on Windows 2003 Server
-MSSQL Server
 
Posts: 127 | Registered: March 02, 2009Report This Post
Platinum Member
posted Hide Post
I was able to get the information I needed from this variable &DIFF_PR

Thanx


-PMF 5.1.2
-WebFOCUS 7.6.9 on Windows 2003 Server
-MSSQL Server
 
Posts: 127 | Registered: March 02, 2009Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  Performance Management Framework (PMF)    [Resolved]Operational Report..

Copyright © 1996-2020 Information Builders