The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
Sweez
1 year agoContributor
Parameter Value Not Resolved
I have an issue that I have seen before I never figured out so want to see if others have encountered this and figure out what I am doing wrong. I have a data adapter that calls a Dashboard Dataset ...
- 1 year ago
It is related to the processing order of the components, data adapters, and parameters. In your case, the parameter „someotherparameter“ is needed to build the data adapter, but it doesn’t exist yet. And the query fails.
The solution is easy, you just need to test, if the parameter already exists, and exit the business rule if not.
I‘m not at my desk, so I can‘t post a sample.
victortei
1 year agoNew Contributor III
Sweez, I got some of these rules working.
In my case, it's a data adapter configured as Method -> BusinessRule
As you can see, I'm using |!GroupName!| parameter. In my Helper Queries I have the XFGetValue
Can you send us the same screenshot from your solution? Are you by chance enclosing your parameter with double quotes? That can make OS think those are text instead of trying to resolve them.
Related Content
- 2 years ago
- 2 years ago