ContributionsMost RecentMost LikesSolutionsIs there a way to modify the highlighted text in the Type-ahead search picker?So our purchasing agent has been complaining about the new type-ahead search picker. He's quite old and the highlighted text is making it harder for him to read the results. Is it possible to get ride of the highlighted portion of the text? I just want to modify the style of the search and show the list of results. Sans highlighted text. Is there some CSS or JS file that can modify this? Thanks! Re: How do I pull specific items from a table by filters, and take that data and put it into a pie chart?So some progress made, I have it now so my pie chart has the series "Job Type Prefix", and the data values are "Total Price of Job" because we want to see where all our money is coming from. The series gives me the slices "1", "2", and "0". The table is displaying correctly, but I am still missing the primary feature: I need to split the "1" slice into 2, which would ask the "customer name" and then determine from another table if that customer is an OEM or distributor. So I have 3 slices currently and I need 4. I'm so sorry and I appreciate your patience. Re: How do I pull specific items from a table by filters, and take that data and put it into a pie chart?I really appreciate you helping me with this! What exactly is this formula for? How is it working? How do I pull specific items from a table by filters, and take that data and put it into a pie chart?I need to put a pie chart on the homepage, which shows the price of various jobs with the prefix 0,1, and 2. Each of those are already something that we can filter. Furthermore, we would like to split the 1 prefix group into two, one for OEMs and one for distributors. So our pie chart would have 4 sections: 0, 1a, 1b, and 2. How can I pull that data and create a chart with it? Sorry I am new to Quickbase.