Hello,
I am facing a following issue.
I have query with a parameter [Category]. Based on this value i wish to select team data like if [Category]="Sale" then (team) in (1,9,5), if [Category]="Purchase" then (team)="7" else (team)
in (1,9,5,7).
Both the fields team and category are from same...