Pinned Discussions
Forum Widgets
Recent Discussions
How to enable printing of a report (or disable it)
I am driving myself crazy on this. I have a user that needs to print a report but the print option is not showing. I remember this being a security setting somewhere but cannot find it. How do I enable printing for him on the report and/or table?0likes3CommentsHow to create form rule to hide pages based on value selected in dropdown fields
I have a form with multiple pages. The first page has the main fields, and remaining pages have additional fields. Is it possible to hide or show certain pages based on the value selected in a field on page 1? What I would like to happen: If Service field has value "A" then hide Page 3, Page 4 and Page 5. If Service field has value "B" then hide Page 2, Page 4 and Page 5. If Service Field has value "C" then hide Page 2, Page 3 and Page 5. Etc. or If Service field has value "A" then show only Page 1 and Page 2. If Service field has value "B" then show only Page 1 and Page 3. Etc.0likes2CommentsCan I have 1500 or more fields in one form in one table, spread across multiple pages?
I will be creating a new app. In one table, is it possible to have a form with around 50 pages, and each page would have anywhere from approx 10 to 50 fields (probably only a few pages would have 30-50 fields, most pages would have 10-20). Therefore, the total number of fields in the form would be anywhere from approx 1,000 to 2,500. Of that total, around 200 fields would be derived fields (formulas). I would also like to have form rules that hide certain pages based on a field selection. NOTE: for each record, only about 60-100 fields would be populated. Are there limits that would prevent me from adding that many fields? Or could so many fields cause performance or other issues, like problems with form rules functioning properly? While it is possible for us to pull out most fields into other tables and connect to the main table using relationships, for our users ease of use and ease of reporting, we are hoping to contain all fields in one form in one table.0likes2CommentsQrew Contest! Which Bid Management Meme Do You Relate to the Most and Why?
Hello Qrew Community! Maria and I are doing a community contest where the top three thoughtful replies can win a Qrew T shirt. What do they look like? Winners can choose the size and color of their Qrew shirt. How can I enter to win? Answer the following Question: Which of the four Bid Management Memes below do you relate to the most and why? Pick from numbers 1,2,3,4 below and share a paragraph of your story, a reason, or share words of wisdom related to the meme with the community. Meme #1 Meme #2 Meme #3 Meme #4 RobSalaj for being our Quickbase Meme model. The Steelers Jacket is a great touch! Votes from the Qrew will be considered into deciding the 3 winners so be sure to scan the replies below this post and "thumbs up" the responses you liked! Check out our post about it on LinkedIn. Got questions? Feel free to reach out to Maria and EstherLaVielle Thank you and Good luck, everyone!2likes4CommentsRegEx replace
Hello, I'm trying to implement a regex replace to remove all special characters from a field. However, it's not working as expected. The result still shows certain special characters and line breaks. Here is an example. Could you provide the regex pattern you're using and the example text? This will help me understand the issue better and offer a more precise solution. RegexReplace([field_name],"[^A-Za-z0-9 ]", "") If you have any ideas on how I can refactor my formula, I'd love to hear them!0likes3CommentsAPI_AddRecord Then Redirec To Dashboard
Greetings, I have been searching and experimenting for some time now. I have given up and decided to try posting, as everything I have found is not working so far. I have a dashboard that I would like to add a button to. The button is intended to make an API_AddRecord call and then return to the dashboard. I can get the API_AddRecord URL together and it works as intended. The desired record will be added successfully. I have the URL to bring up the dashboard as well. What I can't get to work putting them both in a formula URL that will return the page to the dashboard after the call is made. Can someone give me the structure for how this is to work? Thank you in advance for any input / direction you can provide. James0likes7CommentsGetting together in Pittsburgh!
Hi all! I am my company's only remote employee! They are in Detroit, I am in Pittsburgh. I would love to connect with other QB users/admins in southwest PA who love all things QB! Qrew leadership supports my effort--thanks @BenSimon So, if you are interested in connecting, just reply to this post or direct email me!0likes0CommentsNeed help deciding between two db setups
I am pretty new to qb and am currently trying to create an app to help my department track a student's requested thesis committee. The (hopeful) process: student will submit form with their identifying info, proposed thesis title, then choose their requested thesis supervisor, and selected reader, both fields pull from the same list of faculty (though if someone is chosen in one field they will not appear in list in 2nd field - that's for another time to figure out). So in trying to build something I came up with two different setups and am wondering which people think would be best. Which do you think will be better longterm. Attached are screenshots of both relationship diagrams. Hopefully they are decipherable.Solved0likes8CommentsDuplicate Record Checker
Hello, I have a form with two fields named "Year" and "Quarter". The Quarter field is a dropdown with options such as "Q1", "Q2", etc. The Year field is a numeric field where users enter a year (i.e., 2025). What I need help with is displaying a error message when users have duplicate Quarters for a single given year. Example: If a user has a record with "Q1" for the Quarter and "2025" for the Year, they cannot enter another record for 2025 with Q1. They may only select "Q2", "Q3" or so on for 2025. Hopefully I explained this well enoguh for someone to understand. If I can elaborate more, please let me know.0likes1Comment