Passing Query Builder instance into Excel class #3508
-
Lets say that i have already build a query something like this.
Now my question is is there any way to pass the instance of I already read about exports/from-query But it doesn't allow me to pass the actual query builder instance. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
As long as you don't use queuing, you can pass the query builder instance via the constructor of the excel class. Or just make a new query class that you use in both places. |
Beta Was this translation helpful? Give feedback.
-
@patrickbrouwers Do you happen to know how I could use a Builder instance with multiple filters and use fromQuery so that it runs in chunks? |
Beta Was this translation helpful? Give feedback.
As long as you don't use queuing, you can pass the query builder instance via the constructor of the excel class.
Or just make a new query class that you use in both places.