ContributionsMost RecentMost LikesSolutionsRe: Workflow error You are getting the error because api.Parser.DelimitedParsedValues uses an index, so the first column would be 0, second column would be 1, and the third column would be 2. In your case, you would wa...Table View VBA Refresh Hello, I was wondering if anyone has been able to get a table view to refresh using VBA. I have tried the below code with no luck. Sub RefreshXFFunctions() Set XFAddIn = Application.COMAddIn...Re: Using the Trailing3MonthAvg View Member in a Data Buffer Across Years I ended up doing something very similar! I added logic to manually calculate the average for only the time periods that cross years. If Not monthNumber = "2" And Not monthNumber = "3" Then Di...Using the Trailing3MonthAvg View Member in a Data Buffer Across Years Hello, I was wondering if anyone has had any success usingTrailing3MonthAvg View member within a data buffer when the trailing 3 months cross over years. When I run this for a period like June eve...Re: Using the Trailing3MonthAvg View Member in a Data Buffer Across Years The version is 7.2.2. We already have plans to upgrade shortly so that works out. Thank you for the response!! Re: Table View VBA Refresh Thank you for the suggestions! I submitted the request herehttps://community.onestreamsoftware.com/t5/Productivity/Table-View-VBA-Refresh/idi-p/14776#M266