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     Drill Down Only If....

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Drill Down Only If....
 Login/Join
 
Member
posted
In WebFOCUS 5.2.6, is it possible to create a drill down only if the field is equal to a particular value? For example, if x = 'Me' open me.fex else don't do anything (not even a link)

And, is it possible to create a drill down that opens a different fex based on the value? For example, if x = 'Me' open me.fex else if x = 'You' open you.fex.

New to this....thanks in advance.

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


Jeff
DevStudio, 5.2.6
Please be kind....I'm new at this!
 
Posts: 18 | Registered: May 23, 2004Report This Post
Expert
posted Hide Post
absolutely mcgeorge!
use WHEN= syntax
TYPE=DATA,COLUMN=THING,WHEN=SOMETHING EQ 'ME',
FOCEXEC=SOMEFEX(some parms),$
I do it all day long like that.

The feature i want is WHEN= on each individual DRILLMENUITEM...that would be heaven.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Member
posted Hide Post
Thanks, Susannah. I am using Dev Studio and I put the following:

TYPE=DATA,
COLUMN=N14,
SIZE=9,
WHEN= UNIT_MAIN.UNIT_STATUS EQ 'FLAGGED',
FOCEXEC=UNITDIS(UNIT_NO=N4),
$

Dev Studio changes it to the following:

TYPE=DATA,
COLUMN=N14,
SIZE=9,
WHEN= EQ 'FLAGGED',
FOCEXEC=UNITDIS(UNIT_NO=N4),
$

But, I don't get any links for that value. Any ideas where I went wrong?
Thanks again!


Jeff
DevStudio, 5.2.6
Please be kind....I'm new at this!
 
Posts: 18 | Registered: May 23, 2004Report This Post
Expert
posted Hide Post
sorry, McG, i'm a hand coder...
DevStu seems to have dropped your value...
zut alors!
Would you update your profile signature with your version and platform? that will help devstu gurus respond to you.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
Member
posted Hide Post
Anyone have any ideas on how to do this via the GUI?
Thanks!!


Jeff
DevStudio, 5.2.6
Please be kind....I'm new at this!
 
Posts: 18 | Registered: May 23, 2004Report This Post
Expert
posted Hide Post
quote:
WHEN= UNIT_MAIN.UNIT_STATUS EQ 'FLAGGED',



Perhaps DevStudio balks at the qualified field name.

Try the WHEN clause without the qualified name:

WHEN= UNIT_STATUS EQ 'FLAGGED',


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Member
posted Hide Post
Thanks, Francis. I tried it, but Dev Studio still changes it to the following:

TYPE=DATA,
COLUMN=N14,
SIZE=9,
WHEN= EQ 'FLAGGED',
FOCEXEC=UNITDIS(UNIT_NO=N4),
$


Jeff
DevStudio, 5.2.6
Please be kind....I'm new at this!
 
Posts: 18 | Registered: May 23, 2004Report This Post
Expert
posted Hide Post
just a thought...
are you sure you are pulling the field
UNIT_STATUS into the report
even perhaps with a NOPRINT
and you're not just referencing a field in the same record in the source file, but not actually bringing it in to the report?
Can you try with the CAR file, the file we all use to test things and communicate with each other.




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report 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     Drill Down Only If....

Copyright © 1996-2020 Information Builders