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
  • Hi Heather,

    Thanks for responding! Unfortunately, the parameter I am checking against is a string (ug_id).  I should have specified that when I posted.

    I want to disable parameter 2 if no user group is selected in parameter 1.

    I tried out <<p1>> = '' which runs without incident but parameter 2 is not disabled when parameter is (none).

    Then I tried out IsNull(<<p1>>,'') = ''  but when I  run that I get a message of..."')' expected to close expression after function." The clause looks ok to me, but obviously something is not right.

    Thanks again,

    Matt

Children