Forum Discussion

PaulPeterson1's avatar
PaulPeterson1
Qrew Assistant Captain
4 years ago

Embedded Report Questions

I have two questions about using embedded reports.  First, is it possible to display an embedded report in a Rich Text Field.  I am using a RTF to display selected output from a form that will have 2-3 embedded reports and need to include them in the output.

The next may be a little more complicated.  Is it possible to insert a report location field into the source table for the embedded report when a new record is added?  I am finally implementing a Contacts table in this app; something the original developer fought against. I want to be able to use embedded reports in multiple locations throughout the app and do not want to rely on the users to enter the correct report location or force the users to request an admin to add new contacts.

------------------------------
Paul Peterson
------------------------------
  • For this question here:
    I have two questions about using embedded reports.  First, is it possible to display an embedded report in a Rich Text Field.  I am using a RTF to display selected output from a form that will have 2-3 embedded reports and need to include them in the output.

    Are you asking if it is possible to roll up the text fields from a child table up into a single field on the parent record?

    I'm sorry but I do not understand the second question.  You may have to give an example in words.


    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • PaulPeterson1's avatar
      PaulPeterson1
      Qrew Assistant Captain
      I am trying to use the output/contents from the embedded report, in this case a list of contact data, and display that data in an RTF.  My first foolish attempt was adding the report link to the RTF.  That idea displayed nothing at all, which made more sense after thinking about it for a moment.

      I'll need to address the other question later, I have an urgent matter to address.

      ------------------------------
      Paul Peterson
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        If you are trying to roll up text data from a child table to be displayed in a single field on a parent record, then on the child table you van make a field which concatenates all the fields together into a string.

        Then you can use a combined text summary field to roll up the unique strings up to the parent.

        Then you can use this formula to convert that to a vertical list for use an in Rich Text formula field.

        SerachAndReplace(ToText([My Combined Text Summary Field])," ; ", "<br>")

        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        mark.shnier@gmail.com
        ------------------------------