ContributionsMost RecentMost LikesSolutionsAuto numbering using Grid Edit I have a grid edit report where data is filled out, I want a field that sequentially increments from 1 to number to rows data is selected. Similar to auto numbering but within grid edit mode. ------------------------------ JAW WA ------------------------------ Re: Report consecutive dates Thanks, the concept works perfect but when inputted i'm getting the following error: There are one or more problems with your entry Uh-Oh! The way this formula is built will take too long to process. Please try refining your formula. ------------------------------ JAW WA ------------------------------ Re: Report consecutive dates I tried using this, only half of my job is accomplished. it does list the dates, but i need to filter in the report as in the report should show only employees that have consecutive call outs. ------------------------------ JAW WA ------------------------------ Re: Report consecutive dates Yes would ideally want a report. What I envision is a formula field that checks if dates are continuous and this checkbox can be used to filter in a report. Any suggestion ? ------------------------------ JAW WA ------------------------------ Report consecutive dates I have two tables employees and callouts where employees can report multiple callouts. I need to create a report that shows callouts if they fall within 5 consecutive dates. Need help in figuring this out. Thanks ! ------------------------------ JAW WA ------------------------------ Re: Custom HTML Page in quickbaseMy URL is assuming the child record is new, its not trying to link back to the parent. So i m not really sure how do i go about.Re: Custom HTML Page in quickbaseI could create the URL but one thing is still an issue, it not linking back to the parent record. How do i link it back. Here's my code: <a href="https://www.quickbase.com/db/xxxxx?a=API_GenAddRecordForm&_fid_(Parent)=fid_(Child)"; class="Button">Next </a>Re: Custom HTML Page in quickbaseI could create the URL but one thing is still an issue, it not linking back to the parent record. How do i link it back. Here's my code: <a href="https://www.quickbase.com/db/xxxxx?a=API_GenAddRecordForm&_fid_(Parent)=fid_(Child)"; class="Button">Next </a>Custom HTML Page in quickbaseI have two tables, Table A(Parent) and B(Child), Where A is related to B (one to Many). When user goes into Table A and selects No, it directs the user to this custom HTML page. And on this page i need a button that upon clicking directs the user to create a child record for that Parent. I m not able to figure out the code for that button. Re: How do i embed a formula URL field in html coded page in quickbaseHow do i embed a formula URL in lieu of google.com.