You are not logged in.
----
Concisely:
I have a single select dropdown parameter list, pA
I have another parameter radio button, pB, which can be set to Yes or No
when pB is No, pA says Fall to Spring
when pA is Yes, pA says Fall to Summer
The method I used to change the text was to modify the returned row value in the datasource query. This ends up resetting the selected text, though, so I think need to use post-processing
Problem: I have no idea how to use it.
Last edited by zitot (2024-11-27 00:29:06)
Offline