Chart title error

  • Hello,
    I want to add a parameter value to my charts title so i used the following expression:

    ="Sales amount " & Parameters!Supplier.Value & " by product category " & Join(Parameters!Year.Value,", ")

    This expression returns warning

    Operator is not defined for string "Sales amount by product category and type 'Object()' "

    I've tried to convert parameter values to string types using CStr function but it didn't worked.
    When i close warning window message report renders without any problem and chart title looks as i wanted to.
    So what to do to fix that warning?
    Best regards.
    Lukas

  • lukaszpiech - Thursday, February 7, 2019 1:16 PM

    Hello,
    I want to add a parameter value to my charts title so i used the following expression:

    ="Sales amount " & Parameters!Supplier.Value & " by product category " & Join(Parameters!Year.Value,", ")

    This expression returns warning

    Operator is not defined for string "Sales amount by product category and type 'Object()' "

    I've tried to convert parameter values to string types using CStr function but it didn't worked.
    When i close warning window message report renders without any problem and chart title looks as i wanted to.
    So what to do to fix that warning?
    Best regards.
    Lukas

    That similar to the error you get if Year does not allow multiple values in the parameter properties. Might be worth checking the properties for that parameter.

    Sue

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

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