Adding Conditional Panels in Flexdashboard Sidebar Panel

Hi,

I'm attempting to add conditionalpanels to the input panel in my side bar on a flexdashboard. For example:

Page 1
===================================== 
    
### Chart 1
    

    
### Chart 2


Page 2
=====================================     

### Chart 1
### Chart 2

I would like to reference Page 1 or Page 2 specifically in my conditionalpanel so that I can add more choices in the input panel() depending on the page while keep the global inputs. I have recently learned that each page isn't a separate component as I previously assumed. Anyone know how I can track which page i am on?

Thanks!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.