Forum Discussion
Tarikovski
3 years agoRegular Visitor
Filter a report using query string parameters in the URL
When I use the filter for a live query report from a SQL Server database, the formula doesn't work: URL?filter=Eq table/field 'value'
But, when i use Salesforce query live report, the formula works: URL?filter=Table/Field eq 'value'
3 Replies
- GilbertQSuper User
Hi Tarikovski
Could it be that the filter is not being passed through to the underlying SQL Server. You could confirm this by watching the queries coming into your SQL Server via live query to see if the query gets there?
- TarikovskiRegular Visitor
thanks for your help 🙂
- TarikovskiRegular Visitor
I need more information to understand how