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.
I'm trying to use the "SET-" operation to take today's date (in the &YYMD format) and have it show up with just the Month and 4-digit year (ie Sep 2018).
With a million combinations of date formats, I can't quite figure out which ones will make it show up correctly.
Using v8.1.05
Any suggestions?This message has been edited. Last edited by: FP Mod Chuck,
I'm still not sure what the use case is for these contortions. There are plenty of ways to get these formats with DEFINE and TABLE but I'm at a loss why one needs an &VARIABLE that has these values.
Just saying!
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
My point is there are many ways to display different date formats in a report. The point of populating an &Variable with a value is to use it in a WHERE test or pass it to a drill down report. In either case, having an &Variable set to SEP 2018 doesn't seem to help with a WHERE test. That's why I'm wondering what other use is there in having that value in an &Var.
WebFOCUS 8206, Unix, Windows
Posts: 1853 | Location: New York City | Registered: December 30, 2015
Originally posted by BabakNYC: I'm wondering why you need this format in a Variable. Will you be using it in a report as a parameter?
Using as a dynamic column heading on a year-over-year revenue report. First column is this month (Sep 2018), second column is same month last year (Sep 2017), etc.