Conditional Drop Down in Grid Edit based on a lookup field
I would like to set up a conditional drop-down for data entry in an embedded grid edit report while sitting on a parent record in edit mode. The conditional drop-down will depend on a value which is looked up from the parent record. In my use case let's say we have two company numbers, company 1 and company 2 and I want the conditional drop down to only offer products for the company that the Parent record is associated with. My problem is that when I go to do the data entry in Grid Edit the record does not yet exist so the look up doesn't exist so the conditional drop down fails. The only workaround I can see which I don't like it all would be to have a button which would automatically add blank child records when pushed and then put the parent record into edit mode. That way the children will exist and the look up will exist. But then I need a process to be deleting those unused blank rows all the time. Any other bright ideas? ------------------------------ Mark Shnier (YQC) mark.shnier@gmail.com ------------------------------99Views1like11CommentsSet Grid Edit for specific report only
I have a large table with many records. The roles are not allowed to grid edit on this table, however, I need them to have access to grid edit ONE report from the many that are on this table. Is there a way to set this up? I have gone through trying to Override Role settings through report, and it does nothing. I have tried to change the permission through the form, no cigar. Before I try to find a back-end solution, is there any way to override role permissions for one specific report?39Views2likes8CommentsFilter parent records within child record grid edit based on other parent selection
Hi all, I've implemented solutions similar to this in the past (filtering child records based on grid edit overrides & forms, etc), but I'm really struggling to figure this one out. Here's the scenario: I've got a table "jobs", which is a child table of "venues". On the Jobs form, I need users to be able to select an on-site contact from a list filtered based on their selection of a grandparent "venue" record. Currently, I've got a table "contacts" which is a child of "venues". I've created an intermediary relationship table "on-site contacts" which is a child of both "jobs" and of "contacts" to connect the two. I've tried adding a grid-edit child record report of "on-site contacts" to the jobs form, and attempted to filter it so that it only shows records in which "contact-related venue" is equal to "job-related venue", but with the grid edit report, job-related venue does not populate until the form is saved and the child record is officially created. Does anyone have a solution to accomplish something similar? I suppose I could flip the relationship and try and make on-site contact a parent of jobs, but I'd like for users to be able to add multiple contacts as needed. Thank you! #Gridedit #Search #filters #Many-to-Many ------------------------------ Elena Larrabee ------------------------------33Views0likes5CommentsIs there any way to copy data from an Excel file and paste it in the Grid Edit report?
I am attempting to copy data from an Excel file and past it into the Grid Edit report. I know you can manually click each field and edit data in the grid edit, but I thought at one point, you could paste by "filling down." I am beginning to think my only option is to import the .CSV file. However, I have had horrible luck with doing this as the fields never seem to match once imported. Please help me!32Views2likes14CommentsAlready Populated Grid Edit option
HelloAll, I am looking for a way to have an option, either a button, report or maybe a pipeline that is like a grid edit that already has come field filled out. If you were to use the button idea, you would hit the button and a grid edit report would come up. When it did it would have all 28 of my products filled out plus 2 other fields and allow the user to then fill out the remaining field on the report. They would hit save and all 28 product orders would then be added to our list. My list of products isin another app but I can easily add a sync table to the app where the orders are for ease of connection if needed. Basically when we get a new customer, we have to enter in orders for all 28 products and just looking for a way to save the team time as grid edit only has 5 rows to start and adding rows and the copy/paste gets tedious. Any help is appreciated. Jen ------------------------------ Jennifer Silberstein ------------------------------23Views0likes3CommentsConditional Read Only in Grid Edit
I don't believe this functionality is possible, but this community comes up with a lot of sneaky work-arounds... I have a form with a dynamic rule that makes some fields read only, based off another selection. This of course doesn't work in grid edit mode. Has anyone come up with a sneaky way around this? (My use case, the grid edit where users can get around this is in a report link) I'm thinking perhaps I can have two report links, one that shows editable fields, and one that either shows formula fields (or I can make a grid edit form with read only fields), and then use a dynamic form rule to hide the appropriate report link. I think that should work, but wondering if there are other creative solutions. ------------------------------ Mike Tamoush ------------------------------16Views0likes2CommentsCan i manually place sub-fields into a form from the address field?
Can i manually place sub-fields into a form from the address field? I'm trying to fix a space issue when moving the address field to the right (Shown in attached Image). My Form consists of over 800+ Fields, its big and i had to make most of it on the same row as other fields, i'm trying to add the address field to the far right but its affecting the form by leaving massive space just below the address field, i'm trying to get around this by separating the sub fields and placing in the same row as the other fields so it lines up, and if there's no way to separate the sub-fields is there a formula to enter/edit information and send it to a sub-field so that its simulating the separation of the sub-fields. Thanks in advance16Views1like0CommentsGrid Edit Displays Fields not Requested
I have a grid report with 6 fields that are unique to the table they reside on. There is no conditional formatting tied to these fields. They are simply multi choice text fields. For whatever reason, the report displays tons of fields rather than the 6 that I selected. Any idea's why this is happening? This report used to work fine. I tried re-creating it only to find this too many fields being presented.16Views1like2Comments