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] Display the date range as a text value for a field

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Display the date range as a text value for a field
 Login/Join
 
Member
posted
The output of the table is
Product Volume Value %Volume %Value Period
abc 12 1,354 45% %60 12 Jan2012 to 19 Jan2012
xyz 4 354 15% %10 12 Jan2012 to 19 Jan2012

How do i display this Value?

This is a weekly report that runs between date1 and date2 already predefined.

This message has been edited. Last edited by: <Kathryn Henning>,


release 7.6.4
OS: windows 7 professional
EXL2K, HTML
 
Posts: 4 | Registered: January 16, 2014Report This Post
Virtuoso
posted Hide Post
What's your source data? What fields are available in the masterfile?



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
 
Posts: 1533 | Registered: August 12, 2005Report This Post
Member
posted Hide Post
The source data is picked up from a SQL Database.

The fields availabe are Product_Code, Count(Row_Num) as Volume, Count(Price) as Value.

Since this is a weekly report, we usually display the heading as " From 01/12/2014 to 01/19/2012"

We would like to insert a seperate column after Product, Volume and Value called Period to display the date range " From 01/12/2014 to 01/19/2012"


release 7.6.4
OS: windows 7 professional
EXL2K, HTML
 
Posts: 4 | Registered: January 16, 2014Report This Post
Guru
posted Hide Post
date1 and date2 can be used in a Dialog Manager command to form the text value you seek.
-SET &MY_TEXT = 'From ' | date1 | ' To ' date2;
You may have to manipulate date1 and date2 into Dialog Manager variables.
Your print statement can be
Print
Product_Code
.
.
.
&My_Text

HTH


jimster06
DevStu WF 7.6.11
W7
HTML, PDF, EXL2K
 
Posts: 252 | Location: USA | Registered: April 15, 2003Report 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] Display the date range as a text value for a field

Copyright © 1996-2020 Information Builders