Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Filter option not working in AHTML report

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Filter option not working in AHTML report
 Login/Join
 
Gold member
posted
Hello,
I have Month and Year columns with formats YY and Mt in the AHTML report output. When I try to filter any one of these columns, I get only an empty report instead of showing the filtered output. Can someone suggest me a solution for this issue?

Thanks,
Suji

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.7.02(Production)
WebFOCUS 7.7.02(Test region)
Oracle backend (10g)and Windows Frontend.
HTML,PDF,EXL2K,FLEX,AHTML
 
Posts: 68 | Registered: June 07, 2007Report This Post
Expert
posted Hide Post
Hi Suji,

From our technicals: the example below should work. It makes a Mt field to filter on. This is tested in 7703 hotfix where it worked.

Please make sure you’re using a supported browser, and there are no java script errors (see bottom left of the browser, on the status line)

If all else fails, please open a case with Customer Support Services for assistance, either call 1-800-736-6130, or access online at InfoResponse.

DEFINE FILE CAR
MYDATE/HYYMDS WITH COUNTRY=
IF COUNTRY EQ 'ENGLAND'   THEN HINPUT(20,'20080101010101000001',10,MYDATE) ELSE
IF COUNTRY EQ 'FRANCE'    THEN HINPUT(20,'20080202020202000001',10,MYDATE) ELSE
IF COUNTRY EQ 'ITALY'     THEN HINPUT(20,'20080303030303000001',10,MYDATE) ELSE
IF COUNTRY EQ 'JAPAN'     THEN HINPUT(20,'20080404040404000001',10,MYDATE) ELSE
IF COUNTRY EQ 'W GERMANY' THEN HINPUT(20,'20080505050505000001',10,MYDATE) ELSE
HINPUT(20,'20080606060606100001',10,MYDATE);
YY_DATE/YY=HDATE(MYDATE, 'YYMD');
MT_DATE/Mt=HDATE(MYDATE, 'YYMD');
END

TABLE FILE CAR
PRINT YY_DATE MT_DATE
BY COUNTRY
ON TABLE PCHOLD FORMAT AHTML
ON TABLE NOTOTAL
END



Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Filter option not working in AHTML report

Copyright © 1996-2020 Information Builders