ContributionsMost RecentMost LikesSolutionsRe: Building BiBlend table names, or: a classic tale of XFBR escapology The screenshots seem to have vanished from your original post? How do I clear/truncate/delete BIBlend tables? I have some BIBlend tables I have created during testing of a Workflow. that I want to delete/Truncate Resetting the Scenario doesn't do it. Do I need to do it programatically or via a Data Manag...SolvedRe: Export data using a Method Query Not wanting to be left out, here is something that I use. You might want to purge to disk every 50000 rows or so if it's a really big row set. Sorry about formatting - not sure how you make it look f...External REST API Authentication via URL returned via DashBoard Webcomponent I'm building an integration that uses an OAuth 2.0 endpoint to return an access token for a 3rd-Party REST API service. I'm unlikely to be able to get a client-credentials grant for machine-to-machin...Re: REST API - Authentication/Logon - Missing Parameter(s) Solved it! The problem was I was sending the body as form-data and not Raw (JSON) format in PostMan Woohoo! Steve Re: REST API - Authentication/Logon - Missing Parameter(s) Thanks - that side of it has all been set up REST API - Authentication/Logon - Missing Parameter(s) I am trying to connect to a OneStream Cloud environment for which the REST API has been enabled and tested by OneStream Support. I am working in PostMan and following the REST API guide atSystem Gu...SolvedRe: Best Practice to Store Encryption Key Passphrases and Passwords in OneStream Looks likeBRApi.Utilities.EncryptText() has now been updated to something more secure than BASE64! in the last 3 weeks! Re: Best Practice to Store Encryption Key Passphrases and Passwords in OneStream BRApi.Utilities.EncryptText isn't encryption though - it's a BASE64 encode...... Re: How to deal with an Amount Field that has space as a thousands separator AND a DR/CR indicator! Good point on the multi-culture element from the XFxxxx equivalents of Replace etc. in VB.NET. In this case I didn't need it, but I'll add in to V2.0!