ContributionsMost RecentMost LikesSolutionsRe: Data source Connector - Nested Drill back If you are working on nested drill back functionality you can always get the value of the field in a row withargs.GetSourceRowValue("[column name]") Re: Data source Connector - Nested Drill back Yes, precisely you can use below statement. args.GetSourceRowValue(StageTableFields.StageSourceData.DimEntity) Gridview apply background color based on a column value for each row I want to apply background color for each row of a grid view based on column value Re: Data source Connector - Nested Drill back I was able to find the solution and it is to have a column with name called "DrillTypeCode" in the first drill back result. When you drill back again the connector will be called with ActionType as G...Data source Connector - Nested Drill back Hi, I am trying to build a Drill back functionality in one of data source connector business rules. I tried looking into One Stream reference guide on Data Source connector business rules...SolvedRe: Data source Connector - Nested Drill back Hickattookaran, Can you point me to the examples you are referring to please? Thanks. Combo box not loading the bound list parameter I trying to bind a combo box with bound list type parameter. The bound list parameter is using Command Type - Method and Method Type - Business Rule please see below screen shots. When I test the par...Binding data to GridView dashboard component in a dashboard extender business rule I was looking for a way to bind a .net list object to a gridview instead of using DataAdapters. Any examples in this direction are appreciated. SolvedDashboardDataSet and DashboardExtender Business rules - parameter updates not refreshing Hello, I am creating a dashboard with a grid view and gridview is binded to a Data Adapter which calls a business rule to get data thru an external web-api call. Now I have to show data in Gridvi...Re: Combo box not loading the bound list parameter I took a different approach with multiple tabs and show results on different tabs.