ContributionsMost RecentMost LikesSolutionsRe: Transformation Event Handler using Batch Load How do I catch failures here? When I load a file if fails in the validation step. Below is what I am catching so far. Even with the validate stage failing, the batchinfo.TaskActivityItem.HasError...Re: Export Formatted Data Explorer to Excel via code I'll give it a try. Thanks for the response. I'll let you know if it works. Thanks, Scott Export Formatted Data Explorer to Excel via code I have a dashboard that I would like to automate the export of the formatted data explorer to Excel and keep the formatting. The same functionality as is available in the export to Excel button on t...Re: Running a Task Scheduler task as Administrator not a specific user. I'll give this a try. Thank you. Running a Task Scheduler task as Administrator not a specific user. How do I set up a task in the task scheduler to run as Administrator and not as me? Thanks, Scott Re: Reading a file written to a user folder. I tried that, it returned just "Documents\Public", when I go to read the file there it says it does not exist. Do the files under Documents\ get written to a physical disk or are they saved in the d...Reading a file written to a user folder. I have the routine below that exports data from a datatable to a file. I am writing to "Documents\Users\" & si.UserName. The file gets created correctly; I am now trying to pick up that file wit...SolvedHow do I look up the property name for a Member PropertyId or a Relationship PropertyId? I'm trying to write a BR to export metadata to csv so that I can export them via a schedule. 1) Is there an easier way to repeatedly export dimensions to csv? 2) How do I look up the property nam...SolvedRe: BiViewer Parameters Demystified - pt 2 I have a filter element named "Select Period:". Am I able to pass the selected value from the dropdown to a parameter? I tried with the method you explained, but it didn't work. Thanks, Scott Re: Capture No valid DataKeys Message Try ImportInfo = BRApi.Import.Process.ExecuteParseAndTransform(si, wfClusterPk, String.Empty, Nothing, TransformLoadMethodTypes.Replace, SourceDataOriginTypes.FromDirectConnection, False) Catch...