Hide row in SSRS that contains code.whAdd()

  • If I hide the field or hide the row, the code.whAdd function does not run. I want to count the occurrence of unique values but don't want to row visible.

    I have an image but don't have site to upload it to.

    Thank you

  • You can use the function as an expression in the Visible property for the row and it will get evaluated for each row. If you can set it to return True every time, or evaluate it to True, i.e. =Iif(code.whAdd(),True,True) then it will be executed and also hide the row.

  • Perfect, thank you.

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply