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.
May be a simple thing... But not sure if it is possible in a single Table file request. When running the below code- I need to suppress "W GERMANY" row from being displayed in the report, But BMW and Maserati(The cars under Germany) columns should be displayed in the report with 0s for other countries. Any direct options?
Styling solutions using Backcolor or Font color wont works as this is an Excel report and I don't want any empty lines in between.
TABLE FILE CAR
SUM
DEALER_COST
BY COUNTRY
ACROSS CAR
END
Thanks, Ram.This message has been edited. Last edited by: Ramkumar - Webfous,
Thanks,
Ramkumar. WebFOCUS/Tableau Webfocus 8 / 7.7.02 Unix, Windows HTML/PDF/EXCEL/AHTML/XML/HTML5
Posts: 394 | Location: Chennai | Registered: December 02, 2009
Ram, Maserati is under ITALY, not W GERMANY... Anyway, you want to show the W GERMANY cars but not the W GERMANY line. So where do you want to have the cars? With the name W GERMANY blanked out? Can you be more specific?
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, 2006
So where do you want to have the cars? With the name W GERMANY blanked out? Can you be more specific?
See in my real-time W-Germany row will always have zero. So I want columns "BMW" and "Datasun"(across) to show Zero or null values for all other countries.
Something like this...
Thanks,
Ramkumar. WebFOCUS/Tableau Webfocus 8 / 7.7.02 Unix, Windows HTML/PDF/EXCEL/AHTML/XML/HTML5
Posts: 394 | Location: Chennai | Registered: December 02, 2009
DEFINE FILE CAR
NCOUNTRY /A10 = IF COUNTRY EQ 'W GERMANY' THEN 'ITALY' ELSE COUNTRY;
NDEALER_COST /D10 MISSING ON = IF COUNTRY EQ 'W GERMANY' THEN MISSING ELSE DEALER_COST;
END
TABLE FILE CAR
SUM NDEALER_COST AS ''
BY NCOUNTRY AS ''
ACROSS CAR
END
WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF In Focus since 2007
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013