ContributionsMost RecentNewest TopicsMost LikesSolutionsRe: Scatter Map Color Break By Hi TriAnthony & Ido_QBeeQ , Thanks for your replies! Scatter Map Color Break By According to Documentation for Scatter Map widget, in the Color section only a numeric field can be used. Has anybody managed or found an alternative on how to use a text field instead? We would like for the Scatter map to be color-coded based on a text field. eg. If i have stores from Walmart or Costco, to be able to color code them differently. (blue for Walmart stores & red for Costco) Re: Adding additional dimensions to the Scatter Map widget tooltip JeremyFriedel does this work on Version L2024.3 or later? Effectively, I am trying to add an additional Text column in the tooltip. Does the above script needs further revision? Re: How to increase the display more rows in Pivot Table? Hi DXC Try the script below on the widget: widget.manifest.data.panels.forEach(function(p){ p.metadata.maxitems = 70; //replace with the number you need }) Works on L2024.3! :) Re: Percentage in formulas BenWalkerRH can you share a bit more information on what type of widget you are trying to build? Is it a pivot? Option B should be the value in your widget I suppose? Re: Colored labels in table I tested it but nothing changed. Please find the dashboard attached Re: Percentage in formulas Hi BenWalkerRH Try the following: Option A: [# of unique EventUID]/([# of unique EventUID],ALL([Was the incident a safeguarding?])) Option B: CONTRIBUTION ([# of unique EventUID]) Let me know if the above helped you! Re: Colored labels in table Hello! I am also trying something similar, but the solution provided is not working as expected :( Any ideas Using version: 2025.3.0.226 TriAnthony Re: Data Security Synchronization between Elasticubes Thanks for the feedback HamzaJ ! Re: Data Security Synchronization between Elasticubes Hey @HamzaJ DRay ! I accidentally came across this old community post which I believe is what we need. Automatically Copy Data Security Rules Between Data Models (including Elasticube to Live and Live to Elasticube) | Sisense After carefully reading it, there are a few questions that remained unanswered: How to trigger this automatically? Additional Validation logic when creating RLS rules via API If it's working in latest Sisense Versions?