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.
Asked
Active
Viewed 113 times
2 Answers
0
Double-click the column header with the field name. Then you get an editor.
Peter

PeterInWiesbaden
- 167
- 3
-
Thank you for your input, the problem was to include a variable in the said editor. – Dylan Jun 08 '18 at 11:16
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