ContributionsMost RecentNewest TopicsMost LikesSolutionsGrouping based on text field values I have a list of companies in my data model (fake company names used in this example). In our industry these are grouped in certain ways. Unfortunately this data in not in our data model. I've been given it in a spreadsheet. Even more unfortunately, there's no way to add this data to the data model in the timeframe available. To create bar charts, I've been using a formula to create each bar independently. Something like: (Count ([Profit]), Company Name) and then using the filter within the formula to filter on the companies in each Group. It's cumbersome, slow, & prone to error, so I'm wondering if there is a better way to go about this? Essentially, I'm looking to create bar charts & pivot tables that look like the examples below where I can easily use 'Group' as a field. Thank you in advance for any help or assistance you can offer. Scripting Issue - second script prevents first script from working A colleague is having a scripting issue where one appears to stop the first from working. The first one (const columnsToRenderAsHTML = [1];) renders the field as HTML while the second one changes the cell color depending on the text. Each works fine on its own, but when the two are together only the second one functions. Excuse my ignorance if this has a simple answer, but I'd genuinely appreciate the Community's assistance here. Filtering on a specific range of hours I have a colleague who needs to filter a dashboard on a very specific time period - from 08:00 yesterday morning to 08:00 this morning. They don't need/want all of yesterday before 08:00 or any of today after 08:00. I've tried playing about with the custom code functionality, but haven't been able to make it work & would be very grateful for any help that might be offered. Re: Comparing String Values Across fields DRay - I really appreciate the response. I'll bring this back to my colleague. Thank you. Re: Selectively change Markers on a Line Graph Just to follow up & confirm that this works perfectly - thank you so much! Re: Selectively change Markers on a Line Graph harikm007 - Thank you so much! I genuinely appreciate your time on this. Selectively change Markers on a Line Graph I have a stakeholder who would like to selectively turn off the markers on line graphs for certain lines. As in the attached image, they want to remove the markers on the dashed lines, but keep them for the solid line. I can't find anything in the documentation that addresses this & the Markers slider only allows an all or none approach. Thanks for any advice that may be offered! SolvedComparing String Values Across fields I have a colleague who needs the ability to compare string values across two fields to assess whether or not they're identical (simple example in excel below). I've not been able to find any documentation on this & would be grateful for assistance. SolvedRe: Advanced Filtering to use AND & OR on a single field I appreciate the response, Jeremy. Thank you. Advanced Filtering to use AND & OR on a single field I'm attempting to assist a colleague who has been asked to perform multiple filters on a single text field. While it is simple to use the text filters to create a single 'Starts With' & 'Ends With'. However, they've been asked to expand the filter to also return data that meets a further 'Starts With' & 'Ends With' as shown below: {STARTS WITH '01' AND ENDS WITH '03'} OR {STARTS WITH 'A' AND ENDS WITH 'B'} I'm sure that it can be done through the Advanced filter Editor, but all my efforts have come to nothing. I would deeply appreciate any assistance & direction that can be given. Thanks in advance, Solved