Forum Discussion
ArchiveUser
10 years agoQrew Captain
Hi Michael,
Thanks for reaching out via the QuickBase Online Community!
You can in fact use custom reports with sorting and grouping in Exact Forms. Here's a our Help Article on how to customize Exact Forms, with formatting specifics towards the bottom: http://www.quickbase.com/user-assistance/Default.html#creating_exact_forms_tips.html
Daniel
Thanks for reaching out via the QuickBase Online Community!
You can in fact use custom reports with sorting and grouping in Exact Forms. Here's a our Help Article on how to customize Exact Forms, with formatting specifics towards the bottom: http://www.quickbase.com/user-assistance/Default.html#creating_exact_forms_tips.html
Daniel
JuanSolorio1
9 years agoQrew 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"???
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"???