Summary: Unable to execute Business Rule ' '. Object reference not set to an instance of an object.
I have a dashboard with a Label component that uses a Cube View as the data adapter. Here's how it's set up:
-
The Cube View (CV) employs an XFBR in the account POV to retrieve one account number. Therefore, I've assigned XFBR(BRName, Function_Name, Account =[|!Param_Account!|]).
-
The XFBR utilizes a Member List parameter from the same dashboard, where I've set the parameter's default value.
The error occurs when I open the dashboard. The Label value attempts to run the Cube View, triggering the XFBR rule. However, it fails to capture the default value of the parameter, resulting in an error.
My assumption is that the XFBR is unable to transmit the default parameter value.
The workaround is to directly open the Cube View section and modify the account POV field to only include |!Param_Account!|, then run it once. This action somehow prompts the system to store the parameter value for that user. Subsequently, when the user runs it from the dashboard, the error is resolved.
Do you have any insights into why this issue is happening?"