ContributionsMost RecentMost LikesSolutionsRe: Report with Images Too Large I have tried that by going down to 100x100, but I'm afraid it will be too small. Also, I just using the new Document generation feature to accomplish the same goal and it times out. I even tried it on a smaller record set of 61 records with no luck. Report with Images Too Large Good Afternoon, I created a basic inventory system app that allows me to log a few fields (name, part #, location, etc.). One of these fields is a file attachment field for uploading a picture of the item. I am trying to download the report (197 records each with a photo) but I am unable to download or print the report since it is such a large file (1,686,015 KB). Is there a way to use some field to compress the image so that my report is not so large when trying to download as a PDF or print? Thank you, Mobile App RT Field Height Limiter Good Afternoon, I am developing an app intended for mobile use and desktop oversight. I have a rich text field that I want to take the records from a Combined Text field and display each record on its own line for a clean view. I'm finding that the RT field has a height limiter designed into the mobile app I can't seem to get around - it forces you to scroll through the limited dimensions of the field to see all the records, and I would like the field to auto-size based on the size of the records. Currently, it will only display 3 at a time without scrolling. Any thoughts on this? For reference, [Item - Quantity - Unit] is a Combined Text summary field. Formula below: //For mobile form use displaying each stock item on its own line SearchAndReplace( "<div style='border: 1px solid; background-color: yellow; padding: 10px;'>" & SearchAndReplace( ToText([Item - Quantity - Unit]), ";", "</div><br><div style='border: 1px solid; background-color: yellow; padding: 10px;'>" ) & "</div>", "<br></div><br><div>", "<br>" ) Rich Text Pages Good Afternoon All, I've recently started playing with the Rich Text page feature. My plan is to put together a How-To guide for importing data into the system, incorporating notes and screenshots into the guide. However, when I go to save my changes to the page in settings, Quickbase freezes and I have to continually click "Wait for Page" for several minutes until it finally saves and redirects to the settings page. I have tried using both Google Chrome and Microsoft Edge and they both have the same issue. Does anyone else have a similar experience or any kind of advice as to how I can speed up this process? Schedulers & Dispatchers 2024 Ft. Worth, TX Good Morning All! Anybody attending S&D this year? I will be there! Booth #916 in the Avfuel section. Let's find some time to meet up. ------------------------------ Aidon Olligschlager | Flight Operations Technical Support Pentastar Aviation Waterford MI aolligschlager@pentastaraviation.com | 248-202-9587 ------------------------------ Re: Dynamic-Displaying Button in One Field Gentlemen, Thank you for your insight. I've been getting into the magic URL buttons recently and it's amazing how you can reduce workflows down to a single click. Looking forward to using these more. Best, ------------------------------ Aidon Olligschlager | Flight Operations Technical Support Pentastar Aviation Waterford MI aolligschlager@pentastaraviation.com | 248-202-9587 ------------------------------ Re: Dynamic-Displaying Button in One Field Ah, I see it now. That worked. Thanks! ------------------------------ Aidon Olligschlager | Flight Operations Technical Support Pentastar Aviation Waterford MI aolligschlager@pentastaraviation.com | 248-202-9587 ------------------------------ Re: Dynamic-Displaying Button in One Field Good Morning Chayce, Here's what I've put together so far and I'm getting an error of "a variable declaration must end with a semi-colon." var text url = If([Any Requests] = null, URLRoot() & "db/" & [_DBID_REQUESTED_CHANGES] & "?a=API_GenAddRecordForm&_fid_10=" & URLEncode ([QB Unique Field])& "&z=" & Rurl(), //if no requests already, add request URLRoot() & "db/" & [_DBID_REQUESTED_CHANGES] & "?a=s&query={%2710%27.TV.%27" & URLEncode([QB Unique Field]) & "%27}&opts=disprec" & "&apptoken=xxxx" & "&z=" & Rurl() //if already a request, edit request ); //if no requests already, add request var text button = "<a href='" & $url & "' class='Vibrant SaveBeforeNavigating' style='background: " & if([Any Requests] = null, "#81c6e3") & "'>" & if([Any Requests] = null, "REQUEST CHANGE") & "</a>" ------------------------------ Aidon Olligschlager | Flight Operations Technical Support Pentastar Aviation Waterford MI aolligschlager@pentastaraviation.com | 248-202-9587 ------------------------------ Dynamic-Displaying Button in One Field Hello All, Wondering if anyone knows how to get creative here - I'd like a dynamic button within a singular column (field) of a report. This way, depending on the conditions, the button changes based on the next predicted behavior. Here's my situation: If the parent record does not have a related child record, display blue "Request Change" button. If the parent record does have a related child record, display green "Edit Request" button. I understand this would be easy to accomplish by using two separate button fields, but the idea is to keep it clean and predictable. Any ideas? Picture for reference... ------------------------------ Aidon Olligschlager | Flight Operations Technical Support Pentastar Aviation Waterford MI aolligschlager@pentastaraviation.com | 248-202-9587 ------------------------------ Re: Email Notification - Multiple Records to User List Chayce, I just tested it that way and it is the same situation. I am going to reach out to support for their insight. Thank you, ------------------------------ Aidon Olligschlager | Flight Operations Technical Support Pentastar Aviation Waterford MI aolligschlager@pentastaraviation.com | 248-202-9587 ------------------------------