Add Parameter expression

  • I have default to enter a value of the parameters. Only one other table that I wanted to put a fixed parameter, how do I have the following expression

    =Fields!qntafter.Value

    as effort to give the parameter I need?

  • amadeu_j (5/20/2014)


    I have default to enter a value of the parameters. Only one other table that I wanted to put a fixed parameter, how do I have the following expression

    =Fields!qntafter.Value

    as effort to give the parameter I need?

    I am not sure if I understand your question. Are you asking how to set the default value of the parameter to the expression that you listed?

    If that is what you are asking, here are the steps:

    Right click on the parameter, choose Parameter properties.

    On the left side, click on Default Values.

    Click Specify values

    Click Add

    Click the fx button on the right

    Put the expression in the box: =Fields!qntafter.Value

  • Not what I want.

    I can not use defalut values??, because my function can not be "in"

    In the "Available Values" menu have 2 parameters

    then my idea is eg

    = SUM (Fields! qntafter.Value) rule @ parameter1 + SUM (Fields! qntafter.Value) rule with @ parameter2

    it is possible to change parameters in the same expression?

  • It would help if you presented a representation of your recordset ... what you have... and what you want the final output to look like. As I see it you question is somewhat unclear. Are you trying to add a parameter value to a column for every detail record in your report? What errors if any are you getting?

    ----------------------------------------------------

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

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