Frequently Asked Question

How to create a popup filters with multi N4V navigation elements in a Webi report
Last Updated a year ago

Symptom

  • Create a popup with multiple N4V navigation elements.

Environment

  • SAP BusinessObjects Business Intelligence Platform : all 4.2/4.3 Webi versions
  • Need4Viz : all versions

Procedure

  • Create a Webi report with a bloc to filter and 2 (or more) N4V navigation element. For instance, here, one list on State and one checkbox on Year :image
  • Insert a standard blank cell on the report and customize it (as it will be the background of your popup) : image
  • Set the Order of the blanck cell to the Back : image
  • Create a Webi variable which contain a static value (for instance "v_Menu_button" = "Popup") : image
  • Create a second Webi variable which contain a static value (for instance "v_Menu_button" = "Popup") : image
  • Insert a Menu button N4V element, and assign the "v_Menu_button" variable as input data. Define the v_Closed_Popup variable as the control : image
  • Insert a N4V Reset Button (used to close the popup) and affect "None" input control option and the "v_Closed_Popup" with a reset value "true" : image
  • For all the N4V navigation elements and the blank Webi cell (background of the popup), tick the "Hide when following formula is true" and enter the formula =[v_Closed_Popup]="true" : image
  • Position all N4V elements on the blanck Webi cell and send them to the Front :image
  • Now when you click on "Close", the popup is hidden : image
  • When you click on "Popup", the popup is displayed : 

Please Wait!

Please wait... it will take a second!