ContributionsMost RecentMost LikesSolutionsRe: Edit Permission Type for Notification You will have to rebuild it from scratch. Re: API Do Query No data Recieved Have you built a native Quickbase report with the same filters to see if there is data to retrieve? You are using text in your query. Is that a text field, multiple choice text field or a relationship? If the data entered has changed then the query can be correct. Re: Unrelated Data Mark, That is essentially the scenario. In this case it is actually Sources and Uses of Funds. The chart shows money flowing in and out. I will try the consolidated table approach. I have always hated the table of dates method with changing the key field. Unrelated Data I suspect I know the answer to this question, but am hoping that someone has better solution. I have unrelated data except for the fact that is time stamped. I need to chart both series. The two options I know are: Export to SQL and use Tableau, then embed a Tableau report in QB. Create a table of dates to force the different sets to be related together. Anyone know of another method? SolvedRe: Button to go to related record in a different table If you have related the two tables, the Child Table will automatically get a field to the Parent Record. Here is a picture from a relationship. The field Related Parent and Parent-Name should both be links back to Parent. If I misunderstood your question, please expand. Re: Formula needed to pull out most recent status of a logged multiple choice field Dawn, Do it Mark's way and you will get the first entry from the bottom. Re: Using FastFields to Print PDF's Anyone? I strongly suggest KeithJusas and Exact Forms Plus. Re: Formula needed to pull out most recent status of a logged multiple choice field Dawn, I like to do these in stages so I can follow my logic var text ParseOne = Right([PICC Request Status],"]"); var text ParseTwo = Right($ParseOne, "-"); $ParseTwo Give this a try. Re: Assigning User to Group if Not in Group What expression are you using to evaluate the group after the API call? When ever I have User fields in a Pipeline I have to evaluate them with a .TV. and not .EX. Re: Create multiple records on one form The best answer would be a Code Page. It is custom development but it uses QB for hosting that script.