Hello there,
I am not clear about your requirements, but as far as I can understands you need to select a column value based on another column value in that same row. like -
Code:
select name from users where sex='m'
to do this you can use formula like this
Code:
if {users.sex} = 'm' then
{users.name}
else
'-'
now drag the formula field to the details section to add the field to the report.
I hope you get the hang of it. Btw you need to add both the filtering and filtered column in the report using db expert.