ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: How to avoid scrolling in blox element for all resolution This is something very annoying, actually can make the Blox widget unusable, very difficult to avoid these scroll bars, no body understand why they appear and make widgets unreadable. Re: Change widget header background color Hi, do you know how can you do this by widget? I want different widgets to have different style on their headers. Re: Infinite Scroll for Pivot Tables I am using this on pivot table script and it is not working. widget.on("processresult", function(sender,event){ event.result.pageSize = "9000" console.log(event.result.pageSize) }); Re: Need to filter rows based on value from one column Hi Ravid_PaldiTeam , this functionallity can be used only as developer, the viewer should be able to filter pivot tables based on formulas calulated inside the pivot. Example, I want to show unit cost per product in a flexible time period. You will need a pivot table with [unit cost] = total cost/nº units. The viewer should be able to filter the pivot table based on the column [unit cost], or having a filter on the dashboard that can calculate [unit cost] = total cost/nº units and filter based on it. Currently you only can filter by data that is already on the cube, not data that is being aggregated on the dashboard. Re: Need to filter rows based on value from one column This is a basic feature that excel can do but sisense not, apparently..