Forum Discussion

Tarikovski's avatar
Tarikovski
Regular Visitor
3 years ago

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

  • 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?