0

I'm creating a 4qr quick report file, and I am wondering how I can use a variable in a query inside the quick report editor.

Dylan
  • 37
  • 6

2 Answers2

0

Double-click the column header with the field name. Then you get an editor.

Peter

0

First, you should disable "Filtering command" option in Security settings page of Database Settings, because the Query is not available in the usually reduced set of commands for every user (a query inside a report could change the current selection of reported table, for example)

After, in Formula Editor you can write an expression as QUERY([Table_1];[Table_1]field1=Variable)

Umberto Migliore
  • 317
  • 4
  • 17