Forum Discussion

CruzVega's avatar
CruzVega
New Contributor
15 days ago

CubeView Parameters not Passing Correctly into a Business Rule though a Dashboard

Hello,

my team and I have encountered the following unexpected behavior:

District Loan Detail Dashboard

On the initial display of this screen when we click "Run Drill-down" button, the 2 parameters from the Cube View do not get passed into the Business Rule correctly. As shown below in the error message:

 

It passed in GRP_16 which was from the previous "Run Drill-down" process, instead of the selected row's value of GRP_26 (UD7: "26 - Principal", Flow: "EndBalLoad").

So on initial display, clicking on the first row, which is already selected, does nothing and passes the incorrect (previous) values from the cube view. I have to click on a different row and then back to the first row to get the correct parameter values passed to the Business Rule. If only one row is in the cube view I will never be able to return the correct results because it is passing the incorrect value.

 

This issue has been present ever since we upgraded to version 7.3.3 from version 6.4.0.

 

We appreciate your help, 

Cruz Vega

  • RobbSalzmann's avatar
    RobbSalzmann
    Valued Contributor II

    The method signatures for APIs involving parameters have changed and gone through some deprication over these and subsequent future versions.  Its easier to help you if you post your code.