calendar visualization drilldown not working.. Below is my source code, When i click on the cell it directs to search instead of dashboard
Calendar
<panel>
  <viz type="calendar_app.calendar">
    <search>
      <query>| inputlookup ******| eval _time=strptime(Date,"%m/%d/%Y") 
| timechart span=1d dc(Bill_Run) as Bill_Run 
          
          
        
          True
        
          
          ***************
               
        
      
    
 
					
				
		
If you want a click to go to a dashboard you need to set up the drilldown.
When you are in edit mode at the top right corner of your panel there will be 3 vertical dots. 
Click them then choose Edit Drilldown. 
There should be a dropdown for On click - choose Link to Dashboard. 
In the subsequent dropdowns choose your app and dashboard and whether or not you want it to open in a new tab. 
(You can use the advanced section to set up any parameters/tokens you might need. )
the edit drilldown is greyed 😞
