Report setup disable clause

Keeping in the sprit of the earlier discussion on report setup where clauses....

Does anybody know of a way to make a disable clause dependent on another parameter being null?

Thanks and HNY to everybody in Tessitura land!

Matt

 

Parents Reply
  • Matt,

     I got it to work,  What I had to do was for the table data  I used a view for the users, then in the view

     

    I select the users but I do a union all with the following:

     select

     

     '(None)' ,null,null

    Which basically gives me the none value in the list for the drop downs.  Then  in the default value in the report set up I put (None).  And in the disable clause I have pos(<<p3>>,'(None)')>0. 

    If you need the set xml let me know.

    Jon

     

     

Children