Forum Discussion

GeorgeBramhall2's avatar
GeorgeBramhall2
Qrew Cadet
6 years ago

Forms and embedded reports

I have created 2 embedded reports from a table that is child to two different parent tables (2 table relationships). I want one form to work with parent table #1 embedded report and the other form to work with parent table #2 embedded report.  I have used the report override functionality but I am only seeing one of the forms used when editing a record in either embedded report. What am I doing wrong?
  • Perhaps instead of having 2 forms in the child-table; you have 1 form and use Form Rules to control which data-set's are displayed based on which relationship (parent) is populated; this way you do not have to control every report to show one form v. another form in the same table because of the 2 different parents. 

    This is a very common function of a child-table to have more than 1 parent; but only data from 1 parent be visible at a time depending on the relationship.

    Otherwise, you will run into issues with every report; and users who build their own reports may not be able to see the data they need because they do not have the ability to view the correct form you have designed from their report.

    Typically, you will put parent 1 lookup fields in 1 section heading group; and then put the 2nd parent  lookup fields in a second section heading group.

    Then use 2 form rules - when [Related Reference Field 1] is not empty, show Section 1.  When [Related Reference Field 2] is not empty, show Section 2.  If users are adding to this table from the table (and not from either parent); then you will need to show the 2 related reference fields together on the form for the user to select one or other parent first.
    • Wallace__DHS_Ye's avatar
      Wallace__DHS_Ye
      Qrew Trainee
      Is it possible to add multiple embedded reports within a form?

      ------------------------------
      Wallace (DHS) Yeboah
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        Yes, you can have as many embedded reports on a form as you like. But is that really your question?

        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        markshnier2@gmail.com
        ------------------------------
  • I have created an embedded report that is a parent t​o a child table. The child table already has an existing default form with specific values for certain users to enter.

    I created a new form for a new group of users using some of the fields from the existing form. This new user group can only access the new form I have created. Once users enter values in the fields on the form, the data is not being captured in the embedded report. Does anyone have an idea as to why that is?

    ------------------------------
    Wallace Yeboah
    ------------------------------
    • LauraThacker's avatar
      LauraThacker
      Qrew Captain
      A Report Link field can be used multiple times on a form.  Each Report Link field can be set to point (display) a different report.
      If you are trying to restrict these reports by Roles, then you should copy the Report Link Field (and name it appropriately) and then control the visibility of the field at the Role Level within the field; or by a Form Rule to state that when the User is in the Role XYZ, then show [Report Link A] field.  This means that some users on the same form will see one report; while others would see another and vice versa.

      If data is not visible in the form from the embedded report check the following:
      1.  The report link is referencing a source value and a reference value correctly
      2.  The report you are "displaying" is not filtered so that it displays no records for those users

      ------------------------------
      Laura Thacker (IDS)
      laura@intelligentdbs.com
      (626) 771 0454
      ------------------------------