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.
Hi, I am a newbie to WebFocus and I am trying to create a report to generate bin tag labels. Basically this label is like a price tag label that is pasted on box.
Label should look something like below
Dimension A Dimension B Measure A Dimension C Measure B Dimension D
I used the matrix style report using reference from Mailing Labels and Multi-Pane Pages section of the IBI document. I was able to get most of the alignments fixed, but the Measure A and Measure B adds a huge white space in front causing the matrix to look something like below.
Dimension A Dimension B Measure A Dimension C Measure B Dimension D
Is there a way to remove this white space that appears in front of Measure A and Measure B. Please see below for the code my code. Thank you in advance.
TABLE FILE BV_CATEGORY_MANAGEMENT
SUM BV_CATEGORY_MANAGEMENT.FACT_ACD_SALES_VOLUME.SALES_VOLUME_MONTH NOPRINT AS '' BY BV_CATEGORY_MANAGEMENT.DIM_ITEM_ACD.BRAND_NUMBER NOPRINT AS '' BY BV_CATEGORY_MANAGEMENT.DIM_ITEM_ACD.BRAND_NAME NOPRINT AS '' BY BV_CATEGORY_MANAGEMENT.DIM_ITEM_ACD.WINE_VARIETAL NOPRINT AS '' BY BV_CATEGORY_MANAGEMENT.DIM_ITEM_ACD.UNIT_SIZE_ML NOPRINT AS '' BY BV_CATEGORY_MANAGEMENT.DIM_ITEM_ACD.COUNTRY_OF_ORIGIN NOPRINT AS ''