ContributionsMost RecentMost LikesSolutionsRe: SIC outage SSL error Some things you can check: Protocol Mismatch: The client and server might not support the same version of TLS/SSL. Certificate Issues: The server's SSL certificate might be invalid, expired, or un...Re: Accessing external DB data via SQL Table Editor What errors are you seeing? Re: Workspace Assembly - Call functions from Finance or Connector business rules Hi Oscar A couple of things... This is an old thread. Please start a new one to get better visibility. Your namespace statement should not end with a semicolon. The classname is MainDashb...Re: Default members in Quick View Do you mean besides using the user's POV as the default from each dimension? Currently a new QuickView will start out using the user's POV for everything except Account. Account will be placed in t...Re: How to pass parameters through ExecuteCustomCalculateBusinessRule Hi Marcus, You can use substitution variables like |WFScenario| in a member script. You cannot pass a parameter however since parameters are often user facing/ runtime set. You would have to par...Re: CubeView Parameters not Passing Correctly into a Business Rule though a Dashboard 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. Re: Custom XF formula for excel add-in Alt-F11 to open the VBA Editor Insert a new module Add your code: Function XFMemberOffset(referenceValue As Double, memberValue As Double) As Double Dim Result as double ' Calculate something he...Re: SQL Manipulation with a VB Net Variable It would be easier to give you query guidance if we knew what we are querying. tell us about your table, its columns... Or at least the query you're wanting to update. Given what you provided, th...Re: Use POVPrior1 in XFGetCell? Hi Nas, To use a substitution variable in the XFGetCell, omit the pipes | and it should work: Not this: "|POVPrior1|" This: "POVPrior1" example: =XFGetCell(TRUE,"models_budfcst","total_models_...Re: Grid Layout Unfortunately JackLacavaonly the 2-3 users who have participated on this thread will see your response because the post was created in March and this forum doesn't bump 'most recently replied to' po...