Forum Discussion

MichaelMichael6's avatar
MichaelMichael6
Qrew Trainee
9 years ago

How to embed customized reports instead of Default report settings when embedding reports in an Exact Form

Is it possible to produce customized reports in an Exact Form, or is Exact Forms limited to creating reports using the Default Reporting features, which are limited in sorting capabilities.

Thanks!

15 Replies

    • JuanSolorio1's avatar
      JuanSolorio1
      Qrew Cadet
      That article doesn't state where to add the Report ID.

      The code provided in the article is:

      ~=qdb.GetURL("DetailsTableDBID", "API_GenResultsTable^query={'DetailsFieldID'.EX.'"+ field["MasterSourceField"]+"'}^options=nvw.ned.phd.nfg.sortorder-A.groupby-V^slist=DetailsGroupFieldID^ts="+ new Date().getTime());~


      And then it says to replace the "ReportID" with the ID of the report you want to embed. Where in the code is "Report ID"???
    • BridgetteBearss's avatar
      BridgetteBearss
      Qrew Member
      Juan did you ever get a response on this?  Trying to accomplish the same now.
  • SaraC's avatar
    SaraC
    Qrew Trainee
    Thank you for this thread. I was able to get rid of the edit and view icons in the report using the "options" that Amanda mentioned above. Here's an example using options: 
    ~=qdb.GetURL("MYTABLEID", "API_GenResultsTable^query={'10'.EX.'"+ field["Record ID#"]+"'}AND({'6'.EX. 'New'}OR{'6'.EX. 'Approved'})^clist=3.7.6.42.62.28^slist=3^options=ned.nvw.nfg.phd^ts="+ new Date().getTime());~