ContributionsMost RecentMost LikesSolutionsRe: Export Cubeview with only the columns defined I don't see anything in the Cubeview. When I export the cubeview to Excel, I get 136500 rows in excel. Export Cubeview with only the columns defined Hi All, I am trying to export a cubeview using FdxExecuteCubeView, but I get every dimension even though my cubeview only shows 4 dimensions. What is the best way to export a cubeview to retain its...Re: FDXExecuteCubeView with Consol filter Would you have an example setting up the dictionary handy? FDXExecuteCubeView with Consol filter Hi All, How would I go about passing a Consol member as part of the POV to a FDXExecuteCubeView call? I want to pull one extract that is in Local currency and another that is in USD. Can I do that...SolvedAsync processing in a Connector Business Rule Hi All, I am writing an Connector BR to connect to a system via their API. I first build the rule as a Extender rule so that I can test the logic. So far it works great. It uses Asynchronous proc...Re: FTP File Load Best Practice tschilling thank you for the response. What I am looking for is how best to process the file. I was overthinking it. I just land the file formatted correctly in the Batch Harvest folder and run it...Pass parameters through Rest API Hi All, This is probably an easy one, but I am stuck. I have a Dashboard dataset rule that used FDX to run a query. It takes two input values. I have a data adapter that calls that BR and I can ...SolvedRest API Postman Collection I've read somewhere that there is a Postman collection for the Rest API. I am just getting started with it and was hoping someone had one already set up. Thanks, Scott FTP File Load Best Practice When I pull a flat file from an SFTP server, I have been parsing that file in VB .net into a Data Table and loading it that way. Is this the best way to do this, or is there a way to make the Impo...Solvedhow do I check if a period is locked or unlocked in vb.net I have a requirement to load to the most recent unlocked period. Using VB or C#, how do I check if a period is locked or unlocked? Thanks, Scott