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.
i have to display dynamic columns based on the selection of the user from front end, the user can select the column thous column only i need to display the output in excel format
from front end selection the column is storing in one variable like below like that i have 50 column coming from front end
TABLE FILE CAR PRINT -IF &DIS_fld CONTAINS 'FLD1' THEN DIS_COL11 ELSE NEXT_COL11 -DIS_COL11 COUNTRY AS TITLE_1 -NEXT_COL11 -IF &DIS_fld CONTAINS 'FLD2' THEN DIS_COL22 ELSE NEXT_COL22 -DIS_COL22 CAR AS TITLE_2 -NEXT_COL22 -IF &DIS_fld CONTAINS 'FLD3' THEN DIS_COL33 ELSE NEXT_COL33 -DIS_COL33 MODEL AS TITLE_3 -NEXT_COL33 -IF &DIS_fld CONTAINS 'FLD4' THEN DIS_COL44 ELSE NEXT_COL44 -DIS_COL44 BODYTYPE AS TITLE_4 -NEXT_COL44 -IF &DIS_fld CONTAINS 'FLD5' THEN DIS_COL55 ELSE NEXT_COL55 -DIS_COL55 WARRANTY AS TITLE_5 -NEXT_COL55 . . . . ON TABLE PCHOLD FORMAT EXCEL END
Output to display like below
TITLE_1 TITLE_2 TITLE_5 TITLE_8 TITLE_10
This message has been edited. Last edited by: <Emily McAllister>,
WebFOCUS 8202
Posts: 61 | Location: India | Registered: March 24, 2014