Customer Portal

Comments 1

  • Avatar
    oldforum
    0
    Comment actions Permalink
    How did you pass your graph parameter to SQL statement? If you used command line parameter definition, it is known bug of 2.0.1 release. These parameters are not taken into account. You have three options to solve this problem:

    1) define graph parameter direct in graph

    <Property id="GraphParameter1" name="name" value="value"/>

    2) use 2.0.0 release

    3) wait for new 2.0.2 release, which is right now in testing process

    OtaSanek

Please sign in to leave a comment.