You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
Pages: 1
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
Hi skosmas,
if param1 is hidden, how is it getting the value from the user ?
Cheers,
Eduardo
Offline
It's editable but hidden and I pass it's value through the url.
Offline
Pages: 1