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     Converting a column from a view to a different type of character (solved)

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Converting a column from a view to a different type of character (solved)
 Login/Join
 
Member
posted
I need help converting a column from a view to a different type of character.


I am receiving this error message (in the "view source" option)

0 ERROR AT OR NEAR LINE 50 IN PROCEDURE corv_lon_pay
(FOC280) COMPARISON BETWEEN COMPUTATIONAL AND ALPHA VALUES IS NOT ALLOWED

because of this command I put in my FEX file in WebFocus

WHERE JULIAN GE &START_DATE_RANGE;

JULIAN is a column name and &START_DATE_RANGE is the parameter that I am passing through from the face of the report.

I am assuming that &START_DATE_RANGE is the computational character and JULIAN is the alpha character (format for JULIAN is ##### which was pulled from a longer string of numbers when the view was created Example 10201425688 larger number and I pulled 20142 from that number using substring to create the column JULIAN)

I need to know how to make JULIAN a computational character so I can use the command

WHERE JULIAN GE &START_DATE_RANGE;

Thanks!

This message has been edited. Last edited by: Julie H.,


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 13 | Registered: May 24, 2011Report This Post
Virtuoso
posted Hide Post
Julie,

Apparently JULIAN is an alpha field. So your WHERE statement should be with quotes:
WHERE JULIAN GE '&START_DATE_RANGE';


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

 
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006Report This Post
Member
posted Hide Post
Thank you, that worked perfectly!


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 13 | Registered: May 24, 2011Report 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     Converting a column from a view to a different type of character (solved)

Copyright © 1996-2020 Information Builders