I have a record selection formula like the following but it does not appear in the WHERE clause portion of the SQL Query.
if {?GroupBy}='DEPT' then
(if {?GroupValue} <> 'No Filter' then
{table1.dept_name} in {?GroupValue}
else
{table1.dept_name}={table1.dept_name})
else
if {?GroupBy}='NAME' then......
Thanks for any idea or tips
if {?GroupBy}='DEPT' then
(if {?GroupValue} <> 'No Filter' then
{table1.dept_name} in {?GroupValue}
else
{table1.dept_name}={table1.dept_name})
else
if {?GroupBy}='NAME' then......
Thanks for any idea or tips