09-02-2024 08:13 AM
Hello
We are trying to build a CV where we need two parameter selections by the user. The first parameter selection needs to be passed into the second parameter. The second parameter is configured as a bound list using Method Type as Business Rule, and the first parameter selection needs to be passed as an argument in the Method Query - but the BR is not able to resolve the parameter value and is only able to read it literally. Following configuration is for the second parameter
The BR is reading t1 as "|!TestingPrompt1!|" and not the actual parameter value that was selected by the user. Any ideas on how to solve this are appreciated.
Thanks!
09-03-2024 02:10 AM
It looks like you are executing your nested parameters outside a dashboard / components?
If so this is expected behaviour because you are not receiving a parameter prompt selection, it is not resolving.
If you move your two parameters (not sure what the first one is) to a dashboard and trigger a refresh between the component with parameter 1 e g combo box to the dashboard with your second component e.g combo box with your parameter 2 (that depends on parameter 1 result), it should resolve
Hope this helps
Sam
09-05-2024 03:19 PM
Do you have any screenshot examples of this? It would be helpful to see an example. Thanks!