Vincent Morneau
Dropdown
Add a dropdown list to any button. This is done using a report template named "Dropdown Content".
Substitution Strings
  • Substitution Strings

  • #DISPLAY# Text for the dropdown entry
  • #TARGET# Link for the dropdown entry
  • #BADGE# Badge text for the dropdown entry
  • #NEW_BADGE# Hightlights the dropdown entry. Can be any value (not null)
Sample Query
select ename display
      , '#' target
      , null badge
      , null new_badge
from emp
where rownum <= 5