To enable an advanced report to be displayed in context-sensitive report lists in the 
                  		  Requirements area: 
                  		
               
 
               	 
              
            	 
            
               -  
                  		  Create a report that includes a requirement ID as an input parameter. 
                     		   
                  		    
                  			 
                   For additional information, see 
                     				Creating New Reports and 
                     				Writing Advanced Queries with SQL. 
                     			 
                   
-  
                  		  To make an advanced query available in the context menu of the 
                     			 Requirements unit, insert the parameter name 
                     			 reqProp_Id_0 as input for 
                     			 Req_ID_pk_fk. 
                     		   
                  		   For example, your report's SQL statement might have defined a hard-coded database-column value, such as 
                  			 Req_ID_pk_fk = 68. To edit this report so that it receives column-name values dynamically, replace the static value of 
                  			 68 with 
                  			 ${reqProp_Id_0 | 68}. 
                  		   
                  		
               
 
               		
               Note: For additional information about tables and column-name definitions, refer to the 
                  Silk Central Database Model Schema.