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 working on Magnify and i created an indexing procedure which has multiple values for a BY FIELD. So i learned that i can use aggregate search in Magnify.
TABLE FILE DEMOFILE
---
COMPUTE XFIELD = IF XFIELD1 EQ 'THIS' THEN XFIELD2 ELSE XFIELD3;
-*This XFIELD has multiple values for X_ID and i want to make this an aggregate field.
XFIELD AS 'M3A_XFIELD'
XFIELD AS 'SA_XFIELD'
---
BY X_ID
END
I made XFIELD as Multiple category as mentioend in the manual and then made it search aggregate.
Still after indexing,when i search i get only one value in the search result.
I couldn't find any other resource regarding this other than the above link.
Any help is highly appreciated.This message has been edited. Last edited by: FP Mod Chuck,
WF8206,Windows 7,8,10 HTM,PDF,EXCEL
Posts: 229 | Location: MI | Registered: September 13, 2017
It looks like you're using the same field twice, AS different names. Shouldn't "XFIELD AS 'M3A_XFIELD' XFIELD AS 'SA_XFIELD'" be: "XFIELD AS 'M3A_XFIELD' YFIELD AS 'SA_XFIELD'" ?
Or, alternatively:
---
BY XFIELD AS 'M3A_XFIELD'
BY YFIELD AS 'SA_XFIELD'
---
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005