Forum Discussion
I would suggest putting the query against the application database in a dashboard dataset rule and then creating your own custom table on the fly with the correct usernames. You can convert the user keys to user names by leveraging our ability to execute BRApis within the dashboard dataset rule, in this case, consider the BRApi.Security.Admin.GetUser function. This may perform better than performing multiple queries and intensive joins.
There's an example of this exact concept in the rules chapter on pages 230-231 in the OneStream foundation handbook.
Regards,
Nick Kroppe
- bilbrandon3 years agoNew Contributor III
Hi, Nick.
Once the dashboard dataset rule is written, how do you assign it to the data adapter?
Thanks,
Bil
- ckattookaran3 years agoVIP
Use the BusinessRule method, and then the format is {BusinessRule}{FunctionName}{Parameter}
- ckattookaran3 years agoVIP