Forum Discussion

JimHarrison's avatar
JimHarrison
Qrew Champion
5 years ago

Report Link Field, displaying different field

I think this is a known but haven't been able to find anything online yet.

We have a Report Link field (not in a relationship) that displays records from another table. In this example the Report Link matches off the Year field present in both tables. We want to display the number of records found and not the Year field used to find matching records. When the report link field is added to a report it shows the Year as the link to the records. When the Report Link field is displayed on a form as a Report, the count is correct, so the data is there. How to display the number of records found, the count and not the Year?

There are no options in the Report Link properties allowing a developer to pick which field is displayed.

If this makes sense, is there an alternative solution we are not using?

I'm thinking about investigating using a Rich Text formula with the Report Link to style the Report Link array if that is possible but I doubt it.
Also thinking about displaying the form as a report on a page.

Thoughts?

------------------------------
Jim Harrison
------------------------------
  • I've had this same issue. For me, even though there was no relationship, somewhere, somehow along the way I was able to get that number, and pass it all around through lookup fields until it got to the table I wanted. A lot of times it can be a bit tricky, but sometimes if you dive deep enough you find a way....and it involves a maze of summary and lookup fields....


    ------------------------------
    Mike Tamoush
    ------------------------------
    • JimHarrison's avatar
      JimHarrison
      Qrew Champion
      Thanks Mike & Mark, that is what I neede to verify.

      ------------------------------
      Jim Harrison
      ------------------------------
  • Do you want to get summary totals the only way to do that at this time is to create a relationship and do a summary field. There was talk at EMPOWER about improvements to the formula language which will allow us to do a query right in formula field but that does not yet exist. 

    The alternative is to embed a summary report on your form which will show just a summary count on a one line summary report. You may need to use a dummy field to summarize on so all records summarized onto one line of the report.

    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • JimHarrison's avatar
      JimHarrison
      Qrew Champion
      I guess I should mention the error I get when using a formula as a reference when trying to create a summary...

      We are sorry -- at this time, you cannot create a summary field using a relationship where the reference field is this type of formula field. Please visit our limits page (https://hardermech.quickbase.com/db/main?act=dohelp&page=quickbase_limits) or contact Care for more information.

      I'm going to try a snapshot and then a webhook to a text field.

      ------------------------------
      Jim Harrison
      ------------------------------
      • MichaelTamoush's avatar
        MichaelTamoush
        Qrew Captain
        Ahh, the famous 'you cannot create a summary field at this time'. I can do a brief explanation, but lucky for you Mark, who is also replying on this thread taught me what I am about to explain, so he can expand if needed.

        When a formula field is your related field, you will get that error. The solution is to make another field that is your formula field (copy paste the exact formula you are using). Then change your current related formula field to a manual entry field (I usually call mine - Related Field Formula, and Related Field Manual).

        Utilize a combination of dynamic form rules, automations, or table to table imports to constantly be copying your formula field to your manual field.

        Now that your manual field is the actual related field, you can use it to make summary fields.

        ------------------------------
        Mike Tamoush
        ------------------------------