Hello,
I am trying to make a HTML Item set a parameter value directly (saving user input) and then run the report again. Using what I have the report refreshes but the parameter value does not change.
Im Using..
<input type="BUTTON" class="clsPromptButton" onClick=promptButtonFinish(); value="Finish" "p_ParSort=-1">
I am not big into HTML/Java so has anyone got any ideas?
The perfect solution would be to set the parameter as
p_ParSort=p_ParSort * -1
Any help would be much appreciated
Mark
I am trying to make a HTML Item set a parameter value directly (saving user input) and then run the report again. Using what I have the report refreshes but the parameter value does not change.
Im Using..
<input type="BUTTON" class="clsPromptButton" onClick=promptButtonFinish(); value="Finish" "p_ParSort=-1">
I am not big into HTML/Java so has anyone got any ideas?
The perfect solution would be to set the parameter as
p_ParSort=p_ParSort * -1
Any help would be much appreciated
Mark