row visibility

  • my expression gives me error ,in row visibility

    =iif(Fields!Target.Value*100 = 0.0 and

    Fields!Market.Value/SUM(Fields!Market.Value,"Group")*100 =0.0,true,false),

    error "

    Error58[rsCompilerErrorInExpression] The Visibility.Hidden expression for the tablix ‘Tablix1’ contains an error: [BC30455] Argument not specified for parameter 'TruePart' of 'Public Function IIf(Expression As Boolean, TruePart As Object, FalsePart As Object) As Object'"

    plz help

  • Somehow you have a special character in between the "and" clause and where you line break. Just delete it so the expression is on one line i.e

    =iif(Fields!Target.Value*100 = 0.0 and Fields!Market.Value/SUM(Fields!Market.Value,"Group")*100 =0.0,true,false)

    Syntactically the expression is fine.

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

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