Adding hidden parameters as creating temporary report template receives errors

Posted by: sonnguyentruong87 on 12 March 2020, 5:27 am EST

    • Post Options:
    • Link

    Posted 12 March 2020, 5:27 am EST

    I added extra hidden parameters as the web report designer creates temporary template for preview.

    The error received “Report contains invalid hidden parameters”

    The properties of the parameter is as following:

    {
                Type: "reportparameter",
                DataType: "String",
                DefaultValue: { Values: [document.getElementById(stateValueId).value] },
                Hidden: true,
                Name: "State"
            }
    

    Did I miss something here ?

  • Posted 12 March 2020, 7:05 am EST

    Hello,

    Are you trying to give parameter value from any text field on the webpage in WebDesigner? Could you please explain your scenario in a little bit more detail.

    Thanks,

    Mohit

  • Posted 12 March 2020, 7:16 am EST

    Hi Mohit,

    I found the root cause was not the above parameter I put , It was because of the another existing parameter of the template. I removed it and I don’t remember what it has. Anyway it’s OK, I don’t see that error any more.

    Thanks.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels