Does anyone know how to make this work? I need this field to be equal to the parameter ?Site, but I also want it to be equal to -1 or -2. It's saying I need it to be an array. Basically it's to chart limits which are for site =-1 and/or site=-2 plus the actual site. The Site parameter is dynamic so I don't know if that matters.
{RPT_EM_RESULTS_TREND_LOC_V.site_id} in [ {?Site},-1,-2]
It works in the Editor if I do, but once I click "Select Expert" it gives me an error.
({RPT_EM_RESULTS_TREND_LOC_V.site_id} = {?Site} or {RPT_EM_RESULTS_TREND_LOC_V.site_id} in[ -1,-2])
{RPT_EM_RESULTS_TREND_LOC_V.site_id} in [ {?Site},-1,-2]
It works in the Editor if I do, but once I click "Select Expert" it gives me an error.
({RPT_EM_RESULTS_TREND_LOC_V.site_id} = {?Site} or {RPT_EM_RESULTS_TREND_LOC_V.site_id} in[ -1,-2])