Forum Discussion

HowardFu's avatar
HowardFu
Qrew Cadet
6 years ago

Report in Exact From

I have read through the online guide but I cannot get the report to work on my exact form. The message I'm getting is:

API_GenResultsTable 102 Invalid request - we cannot understand the URL you specified.  

Here's the formula I tried:

~=qdb.GetURL("_DBID_ITEMS", "API_GenResultsTable^qid=79="+ new Date().getTime());~

_DBID_ITEMS is the Table Alias of the items

Any suggestions?



------------------------------
Howard Fu
------------------------------
  • I believe you have a typo in you call... I think it has to be qdb.GetURL("_DBID_ITEMS", "API_GenResultsTable&qid=79&"+ new Date().getTime());

    ------------------------------
    Ryan Stanford
    ------------------------------
    • HowardFu's avatar
      HowardFu
      Qrew Cadet
      Hi Ryan,

      Thanks for the quick reply. I copied and pasted the formula you suggested and instead of an error message it's just blank now.

      ------------------------------
      Howard Fu
      ------------------------------