ContributionsMost RecentMost LikesSolutionsRe: SQL Manipulation with a VB Net Variable Hi, There are a number of ways you can crack this nut. As you are using a Dashboard Dataset rule you can manipulate the contents of the dataset returned by your SQL query before returning it to the ...Re: Dimension members loading process using SIC Hi, Metadata loads are quite different from data loads in how they are processed. Take a look at the ACM (Application Control Manager) Marketplace solution as this offers a method for syncing metada...Re: Workflow error The lead fill value is a mask therefore entering 'A' is unlikely to have any effect unless your source value is Empty. If your Account Number is always 6 digits then you could have a leading fill val...Re: Tasks Performance Agreed, I'd inferred from the original post that the loads were hanging and not even running at times of heavy load, but data loading approach is definitely another bridge that will need to be crosse...Re: Tasks Performance If you have high workloads at certain periods then depending on your Environment configuration you could certainly experience resource contention issues. If there is not enough resources available to...Re: SQL_Table Editor Yep, I agree that will cause an issue because the editor won't know which field to apply the formatting to in the table. NoorMohdmaybe it would be worth a review of the SQL Editor component document...Re: SQL_Table Editor can you set the AllowUpdates property for the column to True that should fix it Re: SQL_Table Editor That works for me. What OS version are you using? Re: SQL_Table Editor Hi, Once you have set up a parameter that returns a list you just need to associate it with the relevant column in your SQL Table Editor component Re: Combo Box - XFBR as Bound Parameter Hi Karl, Thanks for clarifying. I was referring to using the XFBR in a parameter bound to the combo box. Devil is in the detail 🙂