Unable to hide param from user when used by Connected Parameter

(3 posts) (2 voices)

Tags:

No tags yet.

  1. dazzer13, Member

    I've successfully created a report with Connected Parameters and am able to run the report directly via the URL.

    I want to stop the first parameter from being displayed to the user by replacing u1 with p1.

    It seems that as u2 is connected to u1, that I am unable to do this.

    Resulting Error:

    DB error (1054): Unknown column 'c101863cb435b1f7353e8da763bda71effaa06c6c7f399ad49ce9567b1b4ca2e' in 'field list'
    SQL: call sp_ADBR_venues(c101863cb435b1f7353e8da763bda71effaa06c6c7f399ad49ce9567b1b4ca2e);

  2. dazzer13, Member

    Seems to be a bug with using a hidden text parameter with connected params?

    I've currently worked around this by replacing p1 with an integer value (was previously varchar) and it now works.

  3. myDBR Team, Key Master

    Could you send a example code to support so we could take a look at it? Thanks.

    --
    myDBR Team


Reply

You must log in to post.