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.
DEFINE FILE GGSALES
SEQ_A2/A2 = DECODE SEQ_NO (1 '01'
2 '02'
3 '03'
4 '04'
5 '05'
6 '06'
7 '07'
8 '08'
9 '09'
10 '10'
11 '11'
12 '12');
SEQ_A2V/A2V = SEQ_A2
END
-*
TABLE FILE GGSALES
PRINT SEQ_NO/I2L AS 'SEQ_I2'
SEQ_A2
SEQ_A2V
IF SEQ_NO LE 12
ON TABLE PCHOLD FORMAT AHTML
END
-EXIT
When I use the Active Report filtering menu option, and filter for the following selections - 'SEQ_A2' Equals 10 - I see no records in the Active Report.
When I select '10' for the numeric column, I see only the row with '10'.
(I know I have the option to redefine the alphanumeric column, in my real scenario, however I am not quick to do it. [I didn't write the program, and at this point, there is some complexity within it, I am not quick to want to change.])
Any ideas on why I am seeing this issue, and/or any fixes that might not involve code changes?
I realize I might be missing something obvious. :-)This message has been edited. Last edited by: David Briars,
Pilot: WebFOCUS 8.2.06 Test: WebFOCUS 8.1.05M Prod: WebFOCUS 8.1.05M Server: Windows Server 2016/Tomcat Standalone Workstation: Windows 10/IE11+Edge Database: Oracle 12c, Netezza, & MS SQL Server 2019 Output: AHTML/XLSX/HTML/PDF/JSCHART Tools: WFDS, Repository Content, BI Portal Designer & ReportCaster
I am as certain as I can be that I minimize the 'Filter Selection' box, not close it. For sure, selecting 1 - 9, works as expected. Just the 'two-position' values, in the two alpha columns, do not work.
I hope this isn't a release issue, but FYI I am running under 8.0.07.
Thanks again for your post.
Pilot: WebFOCUS 8.2.06 Test: WebFOCUS 8.1.05M Prod: WebFOCUS 8.1.05M Server: Windows Server 2016/Tomcat Standalone Workstation: Windows 10/IE11+Edge Database: Oracle 12c, Netezza, & MS SQL Server 2019 Output: AHTML/XLSX/HTML/PDF/JSCHART Tools: WFDS, Repository Content, BI Portal Designer & ReportCaster