Thanks for the response
if I use "(" instead of "[" I get this error:
InputError: Error in query: Expected [.
SELECT
campaign.name, metrics.cost_micros FROM campaign WHERE metrics.cost_micros > 0 AND
campaign.name IN ("-lu","_lu","lu-","lu_") AND segments.date >= '20220802' AND segments.date <='20221010'
^
at Qh.ld (adsapp_compiled:1680:87)
at new aH (adsapp_compiled:17203:22)
at new rH (adsapp_compiled:17432:22)
at eI.report (adsapp_compiled:18100:12)
at fI.report (adsapp_compiled:18245:21)
at Object.<anonymous> (adsapp_compiled:19052:54)
I just want to select campaigns containing "-lu".... in their names but I need to do it from report because there are discovery campaigns also