pass static value in dbr.report

(2 posts) (2 voices)
  1. conscience, Member

    Hi,

    Please tell me how could I pass static value instead of column reference in dbr.report.

    For example: I wan to call a procedure which takes three parameters where I want pass column data by using column reference but in third parameter I want to pass static value.

  2. myDBR Team, Key Master

    Hi,
    you can pass a constant by wrapping the value in double quotation marks.

    , 'in_constant="ABCDEF"'

    You could also add the constant to the actual query and hide the column if the constant value comes from outside the report.

    --
    myDBR Team


Reply

You must log in to post.