Hi all Focal Pointers,
Thanks for everyone's attention on this Off to see the wizards session for all Focal Pointers at Summit. Below are the questions we have collected. Please feel free to submit your solutions to any of the questions, either post it here, or send to me at kerry_zhan@ibi.com.
***********************************************************************************
#1. We use Webfocus mostly in creating financial reports. We had to have your support group create an SQL for use to write our main Financial reports. We are now at the step where we would like to create some of the nonconforming financial statements and we would like to set up our own hierarchies using the attached GUI screen (or something else). I think it should be pretty simple, but we cannot figure it out.
I would like the hierarchy to end up as :
CATEGORY
GAC_MX_VALUE
GCS_ACCOUNT_DESC
***********************************************************************************
#2. How do I password protect an Excel report and send it using secure email?
***********************************************************************************
#3. I was wondering if anyone had any quick-and-dirty solutions for taking several numeric fields and reworking them such that they were one field spread out over several rows. The following code shows my current solution, but I’m sure you can see where it can become cumbersome if I have a dozen or more fields that I need to unify. Thanks in advance!
DEFINE FILE CAR
DEALDESC/A20 = 'Dealer Cost';
RETADESC/A20 = 'Retail Cost';
END
MATCH FILE CAR
BY COUNTRY
BY MODEL
BY CAR
BY DEALDESC AS DESCRIPTION
BY DEALER_COST AS THECOST
RUN
FILE CAR
BY COUNTRY
BY MODEL
BY CAR
BY RETADESC AS DESCRIPTION
BY RETAIL_COST AS THECOST
AFTER MATCH HOLD AS SUMMARY_DATA OLD-OR-NEW
END
TABLE FILE SUMMARY_DATA
PRINT
COUNTRY
MODEL
CAR
DESCRIPTION
THECOST
END
***********************************************************************************
#4. How to concatenate two HOLD (similar to using the MORE function) but without MORE. Recently, we found out that MORE is not supported in ReportCaster so my reports that use MORE will not to be re-written.
************************************************************************************
#5. How to combine 5 or more data sources most efficiently (with the least amount of resources used).
*************************************************************************************
#6. Lisa Moroz, lmoroz@oxfordproperties.com; Will attend Summit
We have a text comment field in a SQL table. When presented in a report, all “carriage return” characters are ignored. How do I make Web Focus to show the test as it’s been entered by a user?
Please find the fex file attached.
*************************************************************************************
Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
C__DOCUME~1_KZ11095_LOCALS~1_TEMPOR~1_CONTEN~1.WOR_comment[1].fex (4 Kb, 3 downloads) fex for Q.6