Forum Discussion
AustinK
7 years agoQrew Commander
You should be able to add a line like this to the url and possibly end up where you want. You might have to check into https://help.quickbase.com/api-guide/do_query.html#queryOperators if you have not used the query operators that much. You would probably want to use CT in this case to compare against a specific value.
&query=({'59'.XEX.'1'}AND{'9'.XEX.''})
If this is a table report(it doesn't show for summary reports) go to the report you want and set it up the way you want, even as far as selecting the record id via a filter. Then view the report and click "More > Show Expanded URL For This Report" and it will show you what query it would expect to show that report.
&query=({'59'.XEX.'1'}AND{'9'.XEX.''})
If this is a table report(it doesn't show for summary reports) go to the report you want and set it up the way you want, even as far as selecting the record id via a filter. Then view the report and click "More > Show Expanded URL For This Report" and it will show you what query it would expect to show that report.