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 am trying to write report without using HTML composer I want to show ALL option in my parametr. I cant find all option in developer studio. I tried to -DEFUALT = 'FOC_NONE' but its not working out.
Is there a way to bring SELECT ALL option in parameter screen wihtout using HTML composer launchpage?
ArifThis message has been edited. Last edited by: Kerry,
DEFINE FILE SPONSORAR_BYPARENT_VIEW
Parentname/A40=SPONSORAR_BYPARENT_VIEW.DIM_PARENT.PARENTFIRSTNAME || ' , ' | SPONSORAR_BYPARENT_VIEW.DIM_PARENT.PARENTLASTNAME;
END
-DEFAULT &DIVISIONNAME = 'FOC_NONE'
-DEFAULT &DISTRICTNAME = 'FOC_NONE'
TABLE FILE SPONSORAR_BYPARENT_VIEW
SUM
'SPONSORAR_BYPARENT_VIEW.FACT_SPONSORAR.0TO6/P10.2-'
'SPONSORAR_BYPARENT_VIEW.FACT_SPONSORAR.7TO13/P10.2-'
'SPONSORAR_BYPARENT_VIEW.FACT_SPONSORAR.14TO20/P10.2-'
'SPONSORAR_BYPARENT_VIEW.FACT_SPONSORAR.21TO27/P10.2-'
'SPONSORAR_BYPARENT_VIEW.FACT_SPONSORAR.OVER28/P10.2-'
BY HIGHEST 1 'SPONSORAR_BYPARENT_VIEW.FACT_SPONSORAR.WEEKENDING' NOPRINT
BY 'SPONSORAR_BYPARENT_VIEW.DIM_SCHOOL.DIVISIONNAME'
BY 'SPONSORAR_BYPARENT_VIEW.DIM_SCHOOL.DISTRICTNAME'
BY 'SPONSORAR_BYPARENT_VIEW.DIM_SCHOOL.SCHOOLID'
BY 'SPONSORAR_BYPARENT_VIEW.DIM_PARENT.Parentname'
HEADING
"Learning Care Group AR Report By Parent"
FOOTING
""
WHERE ( SPONSORAR_BYPARENT_VIEW.DIM_SCHOOL.DIVISIONNAME EQ &DIVISIONNAME.(AND(FIND DIVISIONNAME,SPONSORAR_BYPARENT_VIEW.DIM_SCHOOL.DIVISIONNAME IN sponsorar_byparent_view)).DIVISIONNAME. ) AND ( SPONSORAR_BYPARENT_VIEW.DIM_SCHOOL.DISTRICTNAME EQ &DISTRICTNAME.(AND(FIND DISTRICTNAME,SPONSORAR_BYPARENT_VIEW.DIM_SCHOOL.DISTRICTNAME IN sponsorar_byparent_view)).DISTRICTNAME. );
WHERE SPONSORAR_BYPARENT_VIEW.FACT_SPONSORAR.SCHOOLID EQ '&SCHOOLID.(FIND SCHOOLID,SPONSORAR_BYPARENT_VIEW.FACT_SPONSORAR.SCHOOLID IN sponsorar_byparent_view).SCHOOLID.';
ON TABLE SET PAGE-NUM OFF
ON TABLE SET EXPANDABLE ON
ON TABLE ROW-TOTAL AS 'TOTAL'
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT AHTML
ON TABLE SET HTMLCSS ON
So is there a way we can set all option in dev Studio also?