Options

Problem using drilldown from a cue icon

orjanbrunorjanbrun Member Posts: 15
edited 2013-11-22 in NAV Three Tier
Hello,
Normally, when clicking a flowfield from a list, the drilldown trigger is called, causing NAV to display a list of all entries with the flowfield-specific filters applied. This is the standard behavior if no drilldown-properties or drilldown-trigger code is entered. However, when a flowfield is used to create a Cue-icon, the drilldown function, when clicking this icon, does not seem to work… The corresponding listpage is called, but the flowfield-specific filter is not applied causing non relevant entries to be displayed… Also in this case, no drilldown-properties or drilldown-trigger code is entered… Can anyone say if this is the intended behavior, or if it is a bug? Any good suggestions for a workaround?

Best regards
/Örjan

Comments

  • Options
    geordiegeordie Member Posts: 655
    Does the same flowfield behave properly if you click on it in a list/card page? Maybe is there some code in the list page that clean the filters applied?
    Did you set up the specific page in DrillDownFormID property for the cue or the table used in flowfield formula does have a DrillDownFormID specified?

    Sometimes I used a function to perform calculation since it wasn't possible usign a flowfield, and I wrote some code inside OnDrillDown trigger of the page to open the related with rights filter: try to manage it in this way...
Sign In or Register to comment.