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.
Just started working with PMF a couple of months ago, with a customer that requires a lot of customizations, so I'd need your help.
The customer would like to have month as a criteria for reports within in PMF. We have the current month and period, previous etc out-of-the box, but how would I use a month selected from a dropdown list as criteria, e.g. January 2009?
If I've understood right, could I achieve this by using ... -SET &USE_CUR_DT = 'N' ;
...and then I would use the selected month coming in as a parameter. Would this be &TIME? So, for example I could test this by doing the following... -SET &TIME = '2006 4 10' ; (It has all the blanks in between, so each component is 30 chars).
I've tried to make this work, but I'm missing something and I can't put my finger on it. I'm using the default includes (a_defaults, a_scrorecard, pmf_booklet etc), but I'm not getting what I'd need. I'm getting data back, but it is giving me all the data, not just the selected month.
So, my question is, what am I missing? A piece of code that needs to be included and/or a parameter set etc?
Thanks a lot for your help.
Regards, Mika
WebFOCUS 7.6.x PMF 5.2.x
Posts: 58 | Location: Sydney, Australia | Registered: April 22, 2005
At the moment it seems I got it working, hopefully the right way. Here is what I basically did, in case you happen to notice something that I shouldn't do, please let me know...
1. -SET &USE_CUR_DT = 'N' ;
2. -SET &TIME = 'selected month' ; Here we have the month with year, quarter and month in the string that is 90 chars long, 30 for each.