ContributionsMost RecentMost LikesSolutionsRe: Share capital Elimination rule I know you might have fixed your issue by now. For my learning, I tested your code and it worked fine. Here's what I did: I attached your rule to my cube and set the consolidation algorithm typ...Re: Finance Functions Do you have an example template and Can you give me a small piece of code? Re: Finance Functions I think we can use the same method for DynamicCalcAccount and CalcDrillDownMemberFormula Finance Functions I'm curious about these four finance function types and whether anyone has worked on them: CalcDrillDownMemberFormula ConfirmationRule DynamicCalcAccount ReadSourceDataRecords...SolvedRe: Create Table in SIC The business rule implementation issue has been resolved. The CSV-to-DataTable conversion was defaulting all columns to string data type. Defining explicit data types for each column resolved the iss...Re: Create Table in SIC I have inserted few rows as well and it is running fine. When i ran query in my data adapter it is not fetching anything. Re: Create Table in SIC I am using v8 version but somehow it is not working. I can see table but not columns Create Table in SIC I want to create a table and columns in SIC, but only the table name is being created. I want to know how to fix this problem. Below is my sample query and code. Dim sql as new text.stringbuilder ...SolvedRe: Can we copy OS internal table data to external DB using SIC? I want to create a table and columns in SIC, but only the table name is being created. I want to know how to fix this problem. Below is my sample query and code : Dim sql as new text.stringbuilder ...