This example is based on the
         Samples application, which can be enabled in on-premises environments. It uses a hyperblock
         created from the Product dimension. The Samples application is not available in the
         Infor cloud.
		
	     
      - 
            In addition to the Product hyperblock, create a combo box and drop
			 the Product dimension onto it. 
		  
         
 
- 
            Change the name of the combo box to ProductList. 
		  
            
There are now two report objects linked to the Product dimension.
			 
		  
          
- 
            Select the hyperblock and click 
			 Filter in the List
			 Designer. 
		  
         
 
- 
            Click 
			 New Filter 
		          
         
 
- 
            In Filter Settings, select 
			 . 
		  
         
 
- 
            Select 
			 . 
		  
         
 
- 
            Select 
			 .
			 
		  
         
 
- 
            In the 
			 Wildcard field open the 
			 Edit Custom MDX dialog. 
		  
         
 
- 
            Click 
			 Variables and expand
			 ListViews. 
		  
         
 
- 
            Double-click _ProductList. 
		  
            
               =ProductList.text is displayed. 
In View mode, the hyperblock displays whichever element is displayed in the combo
                  box. But it does not display the children of consolidated elements. 
             
          
- 
            Edit the formula by adding &"*" at the end
			 (
=ProductList.text&"*") 
		  
            In View mode, the list contains whichever element is selected in
               the combo box. If the selected element is a consolidated element, it can be expanded
               and the child element displayed.