Hi there,
Assuming that if my report has a dataset named DeaprtmentDS that call a SQL which return values below
Department, Country
DeptA, China
DeptB, US
DeptC, Canada
DeptD, Japan
Is there a way, where I can write an Expression that I can do a WHERE caluse based on the valued contained in DepartmentDS?
= Join ( DepartmentDS where (Department in ("DeptA","DeptC",DeptD")))
Thanks in advance!
Joe