#1 2017-03-20 11:49:51

skosmas
Member
Registered: 2017-02-16

Hidden script parameter problem

I have three parameters:
a text parameter (param1),
a script parameter (param2)
and a datasource parameter (param3)

Param2 depends on param1 and param3 depends on param2.

Param1 is an input value. Given that value, the script of param2 sets the value of param2 that param3 uses.

I don't want param1 and param2 to be shown in the execution window.

I have set both param1 and param2 as hidden but thus param3 doesn't get the value of param2.

If I set only param1 as hidden, param2 gets the value of param1, so I guess that the script isn't called if I set a script parameter as hidden.

Is that a bug or did I get something wrong? Is there a workaround?

Offline

#2 2017-03-23 15:20:34

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Hidden script parameter problem

Hi skosmas,

if param1 is hidden, how is it getting the value from the user ?

Cheers,
Eduardo

Offline

#3 2017-03-27 06:44:24

skosmas
Member
Registered: 2017-02-16

Re: Hidden script parameter problem

It's editable but hidden and I pass it's value through the url.

Offline

Board footer

Powered by FluxBB