ContributionsMost RecentMost LikesSolutionsRe: Qrew Contest! Which Bid Management Meme Do You Relate to the Most and Why? When is the deadline for entries? Re: Printing to Dymo Label Printer I love your documentation! So clear and well written, I totally follow it and have no questions about any of the steps. I don't need a Dymo label at the moment but I can already see other opportunities to use this function. Thanks! Keep Posting! Citizen Developer not 3rd Party Developer..... Re: Enter the App Builders Qrew Raffle! Great demo and excited to have a exchange app to play with! Re: Qrew Contest! Which Bid Management Meme Do You Relate to the Most and Why? Definitely Meme#1! Sure, pricing plays a key role—but how often are you bidding on 70% drawings? What happens when a project grows far beyond its original scope? How can a client confidently select the right contractor knowing that, by the start date, the project will likely evolve into something much more complex than what's currently on paper? The winning contractor isn't just the lowest bidder—it's the one with proven experience and a track record of success navigating scope and schedule changes. It's the team that can pivot quickly and efficiently, maintain clear communication, and deploy experienced field crews who can anticipate client needs—even when those needs fall outside the initial scope of work. Re: Ipad browser issue - Something went wrong? I just had a user with something similar and clear history also did not work. If I tested as that user the problem did not happen. They were using an old iPad Gen6 and when I swapped that out for them the problem went away, I did not make any other changes to Quickbase for them. They were still running iOS 16. I do not know if that helps at all. Re: Outlook Pipeline It might involve some user training, but what if you append the ticket# to the email, then have the pipeline search for that existing ticket#? Most ticket systems seem to have the ticket# either in the subject line or maybe at the bottom of the body and it always says put your replies above this line or include the ticket#. Re: Default column widths on embedded reports obscuring data Has something changed with this situation recently? All of a sudden last week I had a whole bunch of reports that started having issues with Formula - Rich Text fields that have been working fine until now. Complete havok as many users started reporting issues with reports not displaying correctly and either users would fix it and the problem kept returning, or they are one of MANY iPad users that cannot change the field width at all on their end. The only way I have been able to resolve this is by adding underscores. Re: Home Page One possibility... Are the reports on the dashboard "user" specific? I have dashboards that even if I switch to that role they are blank for me because maybe it's for "assigned projects" and I do not have any relevant projects assigned to me. If you view it as a specific user it applies to, or use an incognito window for EOTI stuff does it show up? Beyond that, maybe subfield permissions on a report, that can cause reports to unexpectedly not display sometimes. Re: Filter Table Entries In Another Table I made a version of this, but it there may be a cleaner way to do it. Parent table "Employees" in your case Departments, has a formula-multi-select field that would populate in my case "crew members" your's would be department members. Then on my "timesheets" table when you select who is making the timesheet it has a multi-select lookup that pulls all the values in from that formula-multi-select in the parent. My problem is it does not show all the people selected, you have to open the dropdown and look to find out, but you can check or uncheck values in that lookup field before you save the record. Basically it gives you the default selection of multiple values for that field based on the lookup and then you can edit your choices before saving. Hope that helps? Re: Need help resizing pop-up window I use a format like this for my Formula - Rich Text to get a pop-up.... I use a global variable to define my button styles but you can put whatever you want there... "<a cl='OpenAsPopup'data-height='500' data-width='775' data-refresh=true style='"& [Red Button] & "' href='" & $url & "'>" & $buttonText & "</a>"