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
3 years agoSuper 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?
Tarikovski
2 years agoRegular Visitor
I need more information to understand how