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...
GilbertQ
Super User
3 years agoHi 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?
Tarikovski
3 years agoRegular Visitor
thanks for your help 🙂